TruncatedNormalRandomPDF(Double, Double, Double, Double, Double) Method

[Missing <summary> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

Definition

Namespace: KLib.Utilities
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static double[] PDF(
	double[] x,
	double a,
	double b,
	double mu = 0,
	double sigma = 1
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

a  Double

[Missing <param name="a"/> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

b  Double

[Missing <param name="b"/> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

mu  Double  (Optional)

[Missing <param name="mu"/> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

sigma  Double  (Optional)

[Missing <param name="sigma"/> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:KLib.Utilities.TruncatedNormalRandom.PDF(System.Double[],System.Double,System.Double,System.Double,System.Double)"]

See Also