Class RandomVariable
Inheritance
RandomVariable
Assembly: TowseyLibrary.dll
Syntax
[Obsolete("This class has no references, marked for deletion")]
public class RandomVariable
Constructors
|
Improve this Doc
View Source
RandomVariable()
Declaration
|
Improve this Doc
View Source
RandomVariable(Double, Double)
Declaration
public RandomVariable(double mean, double SD)
Parameters
|
Improve this Doc
View Source
RandomVariable(Double, Double, Int32)
Declaration
public RandomVariable(double mean, double SD, int seed)
Parameters
Methods
|
Improve this Doc
View Source
getMean()
Declaration
Returns
|
Improve this Doc
View Source
getSD()
Declaration
Returns
|
Improve this Doc
View Source
setMean(Double)
Declaration
public void setMean(double mean)
Parameters
Type |
Name |
Description |
Double |
mean |
|
|
Improve this Doc
View Source
setSD(Double)
Declaration
public void setSD(double sd)
Parameters
Type |
Name |
Description |
Double |
sd |
|
Extension Methods