sampler.mle: Method for sampling from an 'mle' object.

View source: R/mle.R

sampler.mleR Documentation

Method for sampling from an 'mle' object.

Description

It creates a sampler for the 'mle' object. It returns a function that accepts a single parameter 'n' denoting the number of samples to draw from the 'mle' object.

Usage

## S3 method for class 'mle'
sampler(x, ...)

Arguments

x

the 'mle' object to create sampler for

...

additional arguments to pass


queelius/algebraic.mle documentation built on Jan. 29, 2025, 3:23 p.m.