R/Sips.R

Defines functions `Sips`

`Sips` <-
function(a=100,M=200, gamma=1,x) {
(x^gamma)/((x^gamma)/(M-a)+1)+a
}

Try the RPPanalyzer package in your browser

Any scripts or data that you put into this service are public.

RPPanalyzer documentation built on Aug. 28, 2023, 5:07 p.m.