Random Sampling Extensions.Correlated Samples Method
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Correlated | Generates a series of random variables with the specified correlation matrix. |
| Correlated | Generates a series of random variables with the specified correlation matrix. |
| Correlated | Generates a series of random variables with the specified correlation matrix. |
CorrelatedSamples(IRandomSource, Int32, Distribution[], SymmetricMatrix<Double>)
Generates a series of random variables with the specified correlation matrix.
CorrelatedSamples<TGenerator>(IRandomSource<TGenerator>, Int32, Distribution[], SymmetricMatrix<Double>)
Generates a series of random variables with the specified correlation matrix.
CorrelatedSamples(Random, Int32, Distribution[], SymmetricMatrix<Double>)
Generates a series of random variables with the specified correlation matrix.