Version

Infragistics Math Calculators

This topic introduces you to the Infragistics Math Calculators™ library and explains how to work with calculators for calculating mathematical and statistical calculations.

Introduction

The Infragistics Math Calculators is a library of mathematical and statistical calculators that you can use with our Ultimate UI for WPF product to compute various calculations.

Supported Calculations

This section provides a list of supported calculations in the Infragistics Math Calculators library and their corresponding calculators.

Calculators Overview

Types of Calculators

The Infragistics Math Calculators can be categorized in the following types of calculators:

Calculator Type Description

Value Calculators

Represent a group of Infragistics Math Calculators that calculates a single value. Refer to the Value Overlay and Series Data Correlation topics for examples on how to integrate value calculators with the xamDataChart control.

Error Bar Calculators

Represent a group of Infragistics Math Calculators that calculates length of error bars for Series objects in xamDataChart control. Refer to the Series Error Bars topic for examples on how to integrate error bars calculators with the xamDataChart control.

Value Calculators

Calculator Name Description

Represents the class that calculates the mean of a set of data

Represents the class that calculates the median of a set of data

Represents the class that calculates the variance of a set of data

Represents the class that calculates the correlation between two variables in a set of data

Represents the class that calculates the standard deviation of a set of data

Represents the class that calculates the standard error of a set of data

Error Bar Calculators

Calculator Name Description

Represents the class that provides custom values for error bars

Represents the class that calculates a fixed value for error bars

Represents the class that calculates the percentage of value for error bars

Represents the class that calculates the standard deviation of a set of data

Represents the class that calculates the standard error of a set of data

Requirements

This section list requirements that must be met before you can get started with using the Infragistics Math Calculators.

NuGet Package Requirements

To use the Infragistics Math Calculators library, you need to reference the following NuGet packages:

  • Infragistics.WPF.Math

  • Infragistics.WPF.Math.Calculators

For more information on setting up the NuGet feed and adding NuGet packages, you can take a look at the following documentation: NuGet Feeds.

Data Requirements

Data requirements vary based on type of a calculator. For detail information on data requirements for Infragistics Math Calculators, refer to the individual topics listed in the next section.