Show / Hide Table of Contents

Class StatisticFunction

Inheritance
System.Object
StatisticFunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Utils.Simulated
Assembly: DelsysAPI.dll
Syntax
public class StatisticFunction

Methods

Mean(Double[])

Declaration
public static double Mean(double[] values)
Parameters
Type Name Description
System.Double[] values
Returns
Type Description
System.Double

NORMINV(Double, Double, Double)

Declaration
public static double NORMINV(double probability, double mean, double standard_deviation)
Parameters
Type Name Description
System.Double probability
System.Double mean
System.Double standard_deviation
Returns
Type Description
System.Double

NORMINV(Double, Double[])

Declaration
public static double NORMINV(double probability, double[] values)
Parameters
Type Name Description
System.Double probability
System.Double[] values
Returns
Type Description
System.Double

NORMSINV(Double)

Declaration
public static double NORMSINV(double p)
Parameters
Type Name Description
System.Double p
Returns
Type Description
System.Double

StandardDeviation(Double[])

Declaration
public static double StandardDeviation(double[] values)
Parameters
Type Name Description
System.Double[] values
Returns
Type Description
System.Double

Variance(Double[])

Declaration
public static double Variance(double[] values)
Parameters
Type Name Description
System.Double[] values
Returns
Type Description
System.Double
Back to top Generated by DocFX