Skip to content

Feature Request: Enable (Multivariate) Sampling from errors #29

@billdenney

Description

@billdenney

What do you think about making functions like the following that would allow sampling from an errors object?

  • rnorm_errors(), pnorm_errors(), dnorm_errors(), qnorm_errors() drawing from a normal distribution
  • rt_errors(), pt_errors(), dt_errors(), qt_errors() drawing from a T distribution
  • rmvrnorm_errors(), pmvrnorm_errors(), dmvrnorm_errors(), qmvrnorm_errors() drawing from a multivariate normal distribution
  • rmvt_errors(), pmvt_errors(), dmvt_errors(), qmvt_errors() drawing from a multivariate T distribution

These could all likely use the mvtnorm library or base R functions as a pretty simple wrapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions