arch.univariate.Normal.simulate

Normal.simulate(parameters)[source]

Simulates i.i.d. draws from the distribution

Parameters

parameters (ndarray) -- Distribution parameters

Returns

simulator -- Callable that take a single output size argument and returns i.i.d. draws from the distribution

Return type

callable