Show / Hide Table of Contents

Class InverseGammaSampler

Generate samples from an InverseGamma distribution

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

Constructors

InverseGammaSampler(double, double)

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

Declaration
public InverseGammaSampler(double shape, double scale)
Parameters
Type Name Description
double shape
double scale

Properties

Scale

Rate parameter

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

Shape

A parameter

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

Methods

Sample()

Evaluate a sample from the InverseGammaSampler 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