R/Gneglog.R

Defines functions Gneglog

Documented in Gneglog

#' negative logistic cdf - NOT WORKING
#' @export
#' @param x is variable 1
#' @param y is variable 2
#' @param s is parameter (0,Inf)
Gneglog=function(x,y,alpha) exp(-1/x-1/y+(x^(alpha)+y^(alpha))^(-1/alpha))
 

Try the jointPm package in your browser

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

jointPm documentation built on April 23, 2023, 1:15 a.m.