Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BinaryComponentStepper

import { BinaryComponentStepper } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/bayesjs/mcmc.ts";
class BinaryComponentStepper extends Stepper {
constructor(
params: any,
state: any,
log_post: any,
options: any,
);
dim: any;
param_name: any;
substeppers: any;
 
info();
step();
}

§Extends

§
Stepper
[src]

§Constructors

§
new BinaryComponentStepper(params: any, state: any, log_post: any, options: any)
[src]

§Properties

§
dim: any
[src]
§
param_name: any
[src]
§
substeppers: any
[src]

§Methods

§
info()
[src]
§
step()
[src]