Learn R Programming

SOPIE (version 1.6)

simdata: Simulated Data from a Scaled Von Mises Distribution with Noise

Description

This simulated data set contains n=5000 observations from a scaled Von Mises distribution with noise (\(\kappa = 1\); c = 0.3; \(noise = 0.2\)). Similar data sets can be generated with the function von_mises_sim.

Usage

data(simdata)

Arguments

Format

A vector containing 5000 observations.

Examples

Run this code
# NOT RUN {
data(simdata)
hist(simdata)
SOPIE(simdata)
# }

Run the code above in your browser using DataLab