Show / Hide Table of Contents

Class CauchySampler

Generates samples from a CauchySampler distribution.

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

Constructors

CauchySampler(double, double)

Create a new instance of a CauchySampler sampler with specified location and scale parameters.

Declaration
public CauchySampler(double location, double scale)
Parameters
Type Name Description
double location
double scale

Methods

Sample()

Create a new sample from the CauchySampler 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