%DeepSee.extensions.stat.NormalDistribution
Class %DeepSee.extensions.stat.NormalDistribution Extends (%RegisteredObject, AbstractContinuousDistribution) [ System = 4 ]
A class to represent Normal Distribution
Parameters
SQRT2PI
Parameter SQRT2PI As STRING [ Internal ] = 2.506628274631;
Properties
StdDev
Property StdDev As %Double;
c1
Property c1 As %Double [ Private ];
Methods
create
ClassMethod create(mean As %Double, variance As %Double) As NormalDistribution
Creates a new object for Normal Distribution with the given mean value and variance.
cdf
Method cdf(x1 As %Double, x2 As %Double = "") As %Double
fi
ClassMethod fi(x As %Double) As %Double
pdf
Method pdf(x As %Double) As %Double