loglikeli: The loglikelihood function of lambda

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

The loglikelihood function of lambda

Usage

1
loglikeli(lambda, tauinv2, p)

Arguments

lambda

a double value

tauinv2

the vector

p

the length of tauinv2

Value

a double value

Examples

1
2
3
4
5
## Not run: 
lambda<-1;tauinv2<-c(1,2,3);p<-length(tauinv2)
loglikeli(lambda,tauinv2,p)

## End(Not run)

USTCLifengLiu/StatComp21038 documentation built on Dec. 23, 2021, 10:18 p.m.