toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.random.mcmc
/
ProposalFunctionMV
Proposal
Function
MV
abstract
class
ProposalFunctionMV
(
val
density
:
FunctionMVIfc
)
:
ProposalFunctionMVIfc
Members
Constructors
Proposal
Function
MV
Link copied to clipboard
constructor
(
density
:
FunctionMVIfc
)
Properties
density
Link copied to clipboard
val
density
:
FunctionMVIfc
dimension
Link copied to clipboard
open
override
val
dimension
:
Int
the expected size of the array
Functions
generate
Proposed
Given
Current
Link copied to clipboard
abstract
fun
generateProposedGivenCurrent
(
currentX
:
DoubleArray
)
:
DoubleArray
proposal
Ratio
Link copied to clipboard
abstract
fun
proposalRatio
(
currentX
:
DoubleArray
,
proposedY
:
DoubleArray
)
:
Double
The ratio of g(y,x)/g(x,y).