Description Usage Arguments Value Examples
View source: R/CRV.computeCentrMom.R
Determina momentele centrate pana la ordinul 4 pentru o v.a. continua
1 | CRV.computeCentrMom(obj)
|
obj |
V.a. continua construita cu ajutorul ContinueRV::CRV. |
mom_1:4 |
1 2 3 4 5 | X <- CRV(fun = function(x){(2197/5412) * (x**2 + 3*x + 1)}, lo = 0, hi = 12/13)
moments <- CRV.computeCentrMom(X)
library(MASS)
fractions(moments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.