class GSL::MonteCarlo::VegasIntegrator
- GSL::MonteCarlo::VegasIntegrator
- Reference
- Object
Defined in:
gsl/maths/analysis/montecarlo.crInstance Method Summary
- #chisq : Float64
- #err_estimate : Float64
- #params(*, alpha : Float64 | Nil = @params.alpha, iterations : Int32 | Nil = @params.iterations, stage : VegasStage | Nil = @params.stage, sampling : VegasSampling | Nil = @params.sampling)
- #perform(calls, *, alpha : Float64 | Nil = @params.alpha, iterations : Int32 | Nil = @params.iterations, stage : VegasStage | Nil = @params.stage, sampling : VegasSampling | Nil = @params.sampling)
- #result : Float64
Instance Method Detail
def params(*, alpha : Float64 | Nil = @params.alpha, iterations : Int32 | Nil = @params.iterations, stage : VegasStage | Nil = @params.stage, sampling : VegasSampling | Nil = @params.sampling)
#
def perform(calls, *, alpha : Float64 | Nil = @params.alpha, iterations : Int32 | Nil = @params.iterations, stage : VegasStage | Nil = @params.stage, sampling : VegasSampling | Nil = @params.sampling)
#