Likelihood: Mixing Distribution Likelihood

View source: R/mixing_distribution_likelihood.R

Likelihood.betaR Documentation

Mixing Distribution Likelihood

Description

Evaluate the Likelihood of some data x for some parameter \theta.

Usage

## S3 method for class 'beta'
Likelihood(mdObj, x, theta)

## S3 method for class 'beta2'
Likelihood(mdObj, x, theta)

## S3 method for class 'exponential'
Likelihood(mdObj, x, theta)

Likelihood(mdObj, x, theta)

## S3 method for class 'mvnormal'
Likelihood(mdObj, x, theta)

## S3 method for class 'mvnormal2'
Likelihood(mdObj, x, theta)

## S3 method for class 'normalFixedVariance'
Likelihood(mdObj, x, theta)

## S3 method for class 'normal'
Likelihood(mdObj, x, theta)

Arguments

mdObj

Mixing Distribution

x

Data

theta

Parameters of distribution

Value

Likelihood of the data


dirichletprocess documentation built on Aug. 25, 2023, 5:19 p.m.