nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.GibbsSampling / MetropolisHastings

MetropolisHastings

Full name Microsoft.VisualBasic.Math.GibbsSampling.MetropolisHastings Assembly Microsoft.VisualBasic.Math.GibbsSampling Members 4

01 Syntax

Microsoft.VisualBasic.Math.GibbsSampling.MetropolisHastings

02 Methods

NameOverloadsSummary
Main 1
RunSampling 1
calcTransProb 1
calcChiSquare 1

03 Members

method Main #
Main(Int32, Int32, Int32(), Int32, Int32, Int32()())
Parameters
NameTypeDescription
dim1Int32

-

dim2Int32

-

observedInt32()

should be has element size equals to **dim1*****dim2**.

markovBasisInt32

store moves of markov basis

matrix in size of: RectangularArray.Matrix(Of Integer)(dim3, dim4)

method RunSampling #
RunSampling(Int32, Int32, Int32(), Double(), Int32()())
method calcTransProb #
calcTransProb(Int32(), Int32())
method calcChiSquare #
calcChiSquare(Int32(), Double())