make_my_example_model {simulator} | R Documentation |
Make My Example Model
Description
This function is used in the examples. It returns a
Model
object. In particular, it represents
n
i.i.d. draws from a normal with mean 2 and variance 1.
Usage
make_my_example_model(n)
Arguments
n |
number of i.i.d. draws |
See Also
my_example_method
my_example_loss
[Package simulator version 0.2.5 Index]