다음을 통해 공유


WorksheetFunction.LogInv Method (Excel)

Use the lognormal distribution to analyze logarithmically transformed data.

중요

This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.

For more information about the new function, see the LogNorm_Inv method.

Syntax

.LogInv(Arg1, Arg2, Arg3)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

Probability - a probability associated with the lognormal distribution.

Arg2

필수

Double

Mean - the mean of ln(x).

Arg3

필수

Double

Standard_dev - the standard deviation of ln(x).

Return Value

Double

Remarks

  • If any argument is nonnumeric, LOGINV returns the #VALUE! error value.

  • If probability <= 0 or probability >= 1, LOGINV returns the #NUM! error value.

  • If standard_dev <= 0, LOGINV returns the #NUM! error value.

  • The inverse of the lognormal distribution function is:

    Ff197249.awflginv_ZA06051178(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members