Companion
object Companion
Functions
Link copied to clipboard
fun create(initialX: DoubleArray, warmUpPeriod: Int, targetFun: FunctionMVIfc, proposalFun: ProposalFunctionMVIfc): MetropolisHastingsMV
Link copied to clipboard
fun createBatchStatistics(numToCreate: Int, theMinNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, theMinBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, theMinNumBatchesMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE): List<BatchStatistic>
Can be used to create a list of BatchStatistic instances that are pre-configured based on the batch settings.