public class PriorDriftDistribution extends R1UnivariateNormal
| Constructor and Description |
|---|
PriorDriftDistribution(double dblExpectation,
double dblConfidence)
Construct an Instance of Prior Drift Distribution
|
| Modifier and Type | Method and Description |
|---|---|
double |
confidence()
Retrieve the Confidence of the Prior Drift Distribution
|
double |
expectation()
Retrieve the Expectation of the Prior Drift Distribution
|
double[] |
realizedDrift(int iNumRealization)
Generate the given Number of Bayesian Drift Realizations
|
confidence, confidenceInterval, cumulative, density, errorFunction, histogram, incremental, invCumulative, mean, Standard, variancepublic PriorDriftDistribution(double dblExpectation,
double dblConfidence)
throws java.lang.Exception
dblExpectation - Expectation of the Prior DriftdblConfidence - Confidence of the Prior Driftjava.lang.Exception - Thrown if the Inputs are Invalidpublic double expectation()
public double confidence()
public double[] realizedDrift(int iNumRealization)
iNumRealization - The Number of Realizations to be generated