Logistic_Density {FunctionalCalibration}R Documentation

Logistic Density

Description

Computes the function:

g(\theta; \tau) = \displaystyle \frac{\exp\left(-\frac{\theta}{\tau}\right)}{\tau \left(1 + \exp\left(-\frac{\theta}{\tau}\right)\right)^2}

Usage

Logistic_Density(theta, tau)

Arguments

theta

Numeric value of \theta.

tau

Numeric value of \tau.

Value

A numeric value representing the result of the function g(\theta; \tau) for the specified inputs.


[Package FunctionalCalibration version 1.0.0 Index]