Show / Hide Table of Contents

Class StableSampler

Generate samples from a Stable distribution

Inheritance
object
SampleGenerator
StableSampler
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 StableSampler : SampleGenerator

Constructors

StableSampler(double, double, double, double)

Create a new instance of a Stable distribution sampler with the specified shape and scale parameters

Declaration
public StableSampler(double alpha, double beta, double scale, double location)
Parameters
Type Name Description
double alpha
double beta
double scale
double location

Properties

Alpha

A parameter

Declaration
public double Alpha { get; set; }
Property Value
Type Description
double

Beta

B parameter

Declaration
public double Beta { get; set; }
Property Value
Type Description
double

Location

A parameter

Declaration
public double Location { get; set; }
Property Value
Type Description
double

Scale

B parameter

Declaration
public double Scale { get; set; }
Property Value
Type Description
double

Methods

Sample()

Evaluate a sample from the Stable distribution

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