getBetaStepProbs {splatter}R Documentation

Get Beta step probabilities

Description

Use a Beta distribution for set probabilities along a path

Usage

getBetaStepProbs(steps, alpha, beta)

Arguments

steps

Number of steps

alpha

Alpha parameter

beta

Beta parameter

Details

The density is sampled from a Beta distribution between 0 and 1. Infinite densities at edges are adjusted and then the values are scaled to give probabilities.

Value

Vector of probabilities


[Package splatter version 1.17.4 Index]