powered by
Tranlsated distribution
dist_translate(dist = NULL, offset = NULL, multiplier = 1)
A TranslatedDistribution object.
TranslatedDistribution
An underlying distribution, or NULL as a placeholder.
NULL
Offset to be added to each observation, or NULL as a placeholder.
Factor to multiply each observation by, or NULL as a placeholder.
Other Distributions: Distribution, dist_bdegp(), dist_beta(), dist_binomial(), dist_blended(), dist_dirac(), dist_discrete(), dist_empirical(), dist_erlangmix(), dist_exponential(), dist_gamma(), dist_genpareto(), dist_lognormal(), dist_mixture(), dist_negbinomial(), dist_normal(), dist_pareto(), dist_poisson(), dist_trunc(), dist_uniform(), dist_weibull()
Distribution
dist_bdegp()
dist_beta()
dist_binomial()
dist_blended()
dist_dirac()
dist_discrete()
dist_empirical()
dist_erlangmix()
dist_exponential()
dist_gamma()
dist_genpareto()
dist_lognormal()
dist_mixture()
dist_negbinomial()
dist_normal()
dist_pareto()
dist_poisson()
dist_trunc()
dist_uniform()
dist_weibull()
d_norm <- dist_normal(mean = 0, sd = 1) d_tnorm <- dist_translate(dist = d_norm, offset = 1) plot_distributions(d_norm, d_tnorm, .x = seq(-2, 3, length.out = 100))
Run the code above in your browser using DataLab