Description Usage Arguments Details Note References Examples
View source: R/CRV.computeMargDen.R
Determina densitatile marginale si conditionate a doua variable aleatoare continue (ContinuousRV::CRV) folosindu-se de densitatea comuna a acestora;
1 | CRV.computeMargDen(X, Y, commonDensity)
|
X |
v.a. continua |
Y |
v.a. continua |
commonDensity |
Densitatea comuna a celor doua v.a. continue (functie de doua argumente). |
Functia printeaza densitatile marginale & conditionate corespunzatoare fiecarei v.a. ;
Functia utilizeaza Ryacas pentru utilizarea calculului simbolic. "Ryacas is an R interface to the free yacas Computer Algebra System. Ryacas allows one to send R expressions, unprocessed yacas strings and certain other R objects to yacas process from R and get back the result. It also has facilities for manipulating yacas strings and R expressions destined for yacas processing.
It can be used for exact arithmetic, symbolic math, ASCII pretty printing and translating R to TeX."
https://www.rdocumentation.org/packages/Ryacas/versions/0.4.1
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.