dnorm_rcpp {momentuHMM} | R Documentation |
Normal density function
Description
Probability density function of the normal distribution (written in C++)
Usage
dnorm_rcpp(x, mean, sd)
Arguments
x |
Vector of quantiles |
mean |
Mean of the distribution |
sd |
Standard deviation of the distribution |
Value
Vector of densities
[Package momentuHMM version 1.5.5 Index]