Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rtnorm

rtnorm


Description

rtnorm

Usage

rtnorm(n, mean = 0, sd = 1, l = -Inf, u = Inf)

Arguments

n

number of random values to generate

mean

vector of means

sd

vector of standard deviations

l

lower limit of distribution

u

upper limit of distribution

Details

simulate values from a truncated normal distribution

Examples

x <- rtnorm(10, l = -5, u = 5)
range(x)

foieGras

Fit Continuous-Time State-Space and Latent Variable Models for Quality Control of Argos Satellite (and Other) Telemetry Data and for Estimating Movement Behaviour

v0.7-6
MIT + file LICENSE
Authors
Ian Jonsen [aut, cre, cph], Toby Patterson [aut, ctb]
Initial release
2021-04-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.