Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

gamma_ln (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: advanced

Requires: MathScript RT Module

Syntax

c = gamma_ln(a)

Legacy Name: gammaln

Description

Computes the natural logarithm of the gamma function of the input elements. gamma_ln(a) is equivalent to log(gamma(x)).

Examples

Inputs

Name Description
a Specifies a matrix. All elements of a must be real and positive.

Outputs

Name Description
c Returns the natural logarithm of the gamma function of the elements in a. c is a matrix of the same size as a.

Examples

A=[0.4, 1.3, 2.5, 3.7]
C=gamma_ln(A)

Related Topics

gamma
gamma_incomplete
log
psi


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit