%DeepSee.extensions.stat.NormalDistribution
class %DeepSee.extensions.stat.NormalDistribution extends %Library.RegisteredObject, %DeepSee.extensions.stat.AbstractContinuousDistribution
A class to represent Normal DistributionProperty Inventory
Method Inventory
Properties
property StdDev as %Double;
Property methods: StdDevDisplayToLogical(), StdDevGet(), StdDevIsValid(), StdDevLogicalToDisplay(), StdDevNormalize(), StdDevOdbcToLogical(), StdDevSet()
Methods
Inherited description: An interface method for cumulative distribution function (CDF). Optionally provides a cumulative probability 
of a value being between two values x1 and x2.
If called with 1 argument(x1) or if the value of second argument is empty string then returns CDF value for x1. If called with two arguments, x1 and x2 then returns a probability of a value being between x1 and x2.
classmethod create(mean As %Double, variance As %Double) as NormalDistribution
Creates a new object for Normal Distribution with the given mean value and variance.
Inherited description: An interface method for probability distribution function (PDF). 
Returns PDF value for x.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsContinuous()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - GetDiscreteDistribution()
 - GetKullbackLeiblerDivergence()
 - GetLogLikelihood()