How To Install R-mnormt on Fedora 36
Introduction
In this tutorial we learn how to install R-mnormt
on Fedora 36.
What is R-mnormt
Functions are provided for computing the density and the distribution function of d-dimensional normal and “t” random variables, possibly truncated (on one side or two sides), and for generating random vectors sampled from these distributions, except sampling from the truncated “t”. Moments of arbitrary order of a multivariate truncated normal are computed, and converted to cumulants up to order 4. Probabilities are computed via non-Monte Carlo methods; different routines are used in the case d=1, d=2, d=3, d>3, if d denotes the dimensionality.
We can use yum
or dnf
to install R-mnormt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-mnormt.
Install R-mnormt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install R-mnormt
using dnf
by running the following command:
sudo dnf -y install R-mnormt
Install R-mnormt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install R-mnormt
using yum
by running the following command:
sudo yum -y install R-mnormt
How To Uninstall R-mnormt on Fedora 36
To uninstall only the R-mnormt
package we can use the following command:
sudo dnf remove R-mnormt
R-mnormt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ec513707f472b285c66ba2acec9994e3885b6d
/usr/lib64/R/library/mnormt
/usr/lib64/R/library/mnormt/CITATION
/usr/lib64/R/library/mnormt/DESCRIPTION
/usr/lib64/R/library/mnormt/INDEX
/usr/lib64/R/library/mnormt/Meta
/usr/lib64/R/library/mnormt/Meta/Rd.rds
/usr/lib64/R/library/mnormt/Meta/features.rds
/usr/lib64/R/library/mnormt/Meta/hsearch.rds
/usr/lib64/R/library/mnormt/Meta/links.rds
/usr/lib64/R/library/mnormt/Meta/nsInfo.rds
/usr/lib64/R/library/mnormt/Meta/package.rds
/usr/lib64/R/library/mnormt/NAMESPACE
/usr/lib64/R/library/mnormt/NEWS
/usr/lib64/R/library/mnormt/R
/usr/lib64/R/library/mnormt/R/mnormt
/usr/lib64/R/library/mnormt/R/mnormt.rdb
/usr/lib64/R/library/mnormt/R/mnormt.rdx
/usr/lib64/R/library/mnormt/help
/usr/lib64/R/library/mnormt/help/AnIndex
/usr/lib64/R/library/mnormt/help/aliases.rds
/usr/lib64/R/library/mnormt/help/biv.nt.prob.html
/usr/lib64/R/library/mnormt/help/dmnorm.html
/usr/lib64/R/library/mnormt/help/dmt.html
/usr/lib64/R/library/mnormt/help/dmtruncnorm.html
/usr/lib64/R/library/mnormt/help/dmtrunct.html
/usr/lib64/R/library/mnormt/help/mnorm.html
/usr/lib64/R/library/mnormt/help/mnormt-package.html
/usr/lib64/R/library/mnormt/help/mnormt.rdb
/usr/lib64/R/library/mnormt/help/mnormt.rdx
/usr/lib64/R/library/mnormt/help/mom.mtruncnorm.html
/usr/lib64/R/library/mnormt/help/mom2cum.html
/usr/lib64/R/library/mnormt/help/mt.html
/usr/lib64/R/library/mnormt/help/mtruncnorm.html
/usr/lib64/R/library/mnormt/help/mtrunct.html
/usr/lib64/R/library/mnormt/help/paths.rds
/usr/lib64/R/library/mnormt/help/pd.solve.html
/usr/lib64/R/library/mnormt/help/pmnorm.html
/usr/lib64/R/library/mnormt/help/pmt.html
/usr/lib64/R/library/mnormt/help/pmtruncnorm.html
/usr/lib64/R/library/mnormt/help/pmtrunct.html
/usr/lib64/R/library/mnormt/help/ptriv.nt.html
/usr/lib64/R/library/mnormt/help/recintab.html
/usr/lib64/R/library/mnormt/help/rmnorm.html
/usr/lib64/R/library/mnormt/help/rmt.html
/usr/lib64/R/library/mnormt/help/rmtruncnorm.html
/usr/lib64/R/library/mnormt/help/sadmvn.html
/usr/lib64/R/library/mnormt/help/sadmvt.html
/usr/lib64/R/library/mnormt/help/sample_Mardia_measures.html
/usr/lib64/R/library/mnormt/html
/usr/lib64/R/library/mnormt/html/00Index.html
/usr/lib64/R/library/mnormt/html/R.css
/usr/lib64/R/library/mnormt/html/mnorm.html
/usr/lib64/R/library/mnormt/html/mnormt-package.html
/usr/lib64/R/library/mnormt/html/mom.mtruncnorm.html
/usr/lib64/R/library/mnormt/html/mom2cum.html
/usr/lib64/R/library/mnormt/html/mt.html
/usr/lib64/R/library/mnormt/html/mtruncnorm.html
/usr/lib64/R/library/mnormt/html/mtrunct.html
/usr/lib64/R/library/mnormt/html/pd.solve.html
/usr/lib64/R/library/mnormt/html/recintab.html
/usr/lib64/R/library/mnormt/html/sample_Mardia_measures.html
/usr/lib64/R/library/mnormt/libs
/usr/lib64/R/library/mnormt/libs/mnormt.so
References
Summary
In this tutorial we learn how to install R-mnormt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).