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)
}
###################################################
alexanderrobitzsch/sirt documentation built on March 18, 2024, 1:29 p.m.