Show / Hide Table of Contents

Class NormalSampler

Generates samples from a Normal distribution

Inheritance
object
SampleGenerator
NormalSampler
Inherited Members
SampleGenerator.Sampler
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class NormalSampler : SampleGenerator

Constructors

NormalSampler(double, double)

Create a new instance and initialize the mean and standard deviation.

Declaration
public NormalSampler(double mean = 1, double stdDev = 1)
Parameters
Type Name Description
double mean
double stdDev

Methods

Sample()

Generates a sample value.

Declaration
public override ElementValue Sample()
Returns
Type Description
ElementValue
Overrides
SampleGenerator.Sample()
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE