PowerTools SPREAD for ASP.NET 8.0J 関数リファレンス
PERCENTILE.EXC

Summary

This function returns the kth percentile of values in a range where k is between 0..1, exclusive.

Syntax

PERCENTILE.EXC(array,k)

Arguments

This function has these arguments:

Argument Description
array Array of values representing the data
k Value representing the percentile value between 0 and 1

Remarks

This function returns the #NUM! error value if the array is empty. If k is nonnumeric, #VALUE! is returned. If k = 0 or 1, #NUM! is returned. The function interpolates to determine the value at the kth percentile if k is not a multiple of 1/(n-1). The function interpolates when the value for the specified percentile is between two values in the array. If the function cannot interpolate for the percentile, #NUM! is returned.

Data Types

Accepts numeric data for both arguments. Returns numeric data.

Examples

PERCENTILE.EXC(A1:A12,0.95)

PERCENTILE.EXC(R1C1:R1C45,0.86)

PERCENTILE.EXC({5,15,25,50,65},0.45) gives the result 22

使用可能な製品バージョン

製品バージョン 7.0 以降で使用できます。

See Also

PERCENTILE.INC

 

 


Copyright © 2003-2015 GrapeCity inc. All rights reserved.