Click or drag to resize

ExcelFunctionsNormDist Method

[Missing <summary> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double NormDist(
	double x,
	double mean,
	double standardDev,
	bool cumulative
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]

mean  Double

[Missing <param name="mean"/> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]

standardDev  Double

[Missing <param name="standardDev"/> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]

cumulative  Boolean

[Missing <param name="cumulative"/> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.ExcelFunctions.NormDist(System.Double,System.Double,System.Double,System.Boolean)"]

See Also