R/dimproper.R

Defines functions dimproper

Documented in dimproper

## File Name: dimproper.R
## File Version: 0.04

###################################################
# improper density which is constant to 1
dimproper <- function(x){
    N <- length(x)
    dx <- rep(1,N)
    return(dx)
}
###################################################

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.