isProbVector: Check if Vector of Probabilities

View source: R/Functions.R

isProbVectorR Documentation

Check if Vector of Probabilities

Description

Checks if the input vector has entries that sum to 1 and are non-negative

Usage

isProbVector(probs)

Arguments

probs

the probability vector to check

Value

TRUE if conditions are met, FALSE if otherwise


TauStar documentation built on Aug. 25, 2025, 5:11 p.m.