The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
An R package for the paper “Wasserstein F-tests and confidence bands for the Frechet regression of density response curves”.
You can install the released version of WRI from CRAN with:
install.packages("WRI")
This is a basic example which shows you how to solve a common problem:
library(WRI)
data(strokeCTdensity)
= strokeCTdensity$predictors
predictor = strokeCTdensity$densitySupport
dSup = strokeCTdensity$densityCurve
densityCurves = predictor[3, ]
xpred
= wass_regress(rightside_formula = ~., Xfit_df = predictor,
res Ytype = 'density', Ymat = densityCurves, Sup = dSup)
# compute the density band for the third observation
= confidenceBands(res, Xpred_df = xpred, type = 'density') confidence_Band1
strokeCTdensity
: clinical, radiological scalar
variables and density curves of the hematoma of 393 stroke patientswass_regress
: perform Frechet Regression with the
Wasserstein Distancewass_R2
: compute Wasserstein coefficient of
determinationglobalFtest
: perform global F test for Wasserstein
regressionpartialFtest
: perform partial F test for Wasserstein
regressionsummary.WRI
: provide summary information of Wasserstein
regressionconfidenceBands
: compute intrinsic confidence bands and
density bandsThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.