Interface NumericDiscreteNode
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public interface NumericDiscreteNode
Methods
GetQuantile(double)
Returns the quantile corresponding to the specified
probability argument of the inverse cumulative
distribution function.
Declaration
double GetQuantile(double probability)
Parameters
| Type |
Name |
Description |
| double |
probability |
|
Returns
GetStateIndex(double)
Declaration
long GetStateIndex(double value)
Parameters
| Type |
Name |
Description |
| double |
value |
|
Returns
GetStateValue(ulong)
Declaration
double GetStateValue(ulong s)
Parameters
| Type |
Name |
Description |
| ulong |
s |
|
Returns
SetStateValue(ulong, double)
Declaration
void SetStateValue(ulong s, double v)
Parameters