data.frame.phase.time | R Documentation |
Provide a data.frame with weighted samples.
data.frame.phase.time(x, weights)
x |
A vector of point (quantiles) |
weights |
A vector of weights |
A dataframe
The point time is sorted and their differences are stored as the column of time
x <- runif(10) w <- runif(10) dat <- data.frame.phase.time(x=x, weights=w) print(dat) mean(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.