Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

length_set

Calculates the probability


Description

Given several probabilities it looks for how probable is to have a vector of each length

Usage

length_set(probability)

Arguments

probability

A numeric vector of probabilities.

Value

A vector with the probability of each set.

See Also

length_probability() to calculate the probability of a specific length.

Examples

length_set(c(0.5, 0.1, 0.3, 0.5, 0.25, 0.23))

BaseSet

Working with Sets the Tidy Way

v0.0.16
MIT + file LICENSE
Authors
Lluís Revilla Sancho [aut, cre] (<https://orcid.org/0000-0001-9747-2570>), Zebulun Arendsee [rev], Jennifer Chang [rev]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.