struct GSL::MonteCarlo::MiserParams

Defined in:

gsl/maths/analysis/montecarlo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(estimate_frac : Float64 = 0.1, min_calls : Int32 | Nil = nil, min_calls_per_bisection : Int32 | Nil = nil, alpha : Float64 = 2.0, dither : Float64 = 0.0) #

[View source]

Instance Method Detail

def alpha : Float64 #

def clone #

[View source]
def copy_with(estimate_frac _estimate_frac = @estimate_frac, min_calls _min_calls = @min_calls, min_calls_per_bisection _min_calls_per_bisection = @min_calls_per_bisection, alpha _alpha = @alpha, dither _dither = @dither) #

[View source]
def dither : Float64 #

def estimate_frac : Float64 #

def min_calls : Int32 | Nil #

def min_calls_per_bisection : Int32 | Nil #

def to_unsafe(dimensions = 1) #

[View source]