pnor1: Cumulative probability of Normal distribution

View source: R/CDFs.R

pnor1R Documentation

Cumulative probability of Normal distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Normal distribution given parameters (μ and σ). Based in function of lmomco package.

Usage

pnor1(q, mu, sigma)

Arguments

q

a real value vector.

mu

μ is the arithmetic mean (see parnor function).

sigma

σ is the standard deviation (see parnor function).

Value

Nonexceedance probability (F) for q.

Author(s)

David Zamora <dazamoraa@unal.edu.co> Water Resources Engineering Research Group - GIRE


dazamora/IDFtool documentation built on Jan. 1, 2023, 3:29 p.m.