fisherTransform.DataFilter: Compute the Fisher transform

Description Usage Arguments Value Author(s) See Also Examples

Description

Compute the Fisher transform.

Usage

1
2
3
4
5
6
## Static method (use this):
## DataFilter$fisherTransform(x, ...)

## Don't use the below:
## S3 method for class 'DataFilter'
fisherTransform(static, x, ...)

Arguments

x

Input numeric vector.

...

Not used

Value

Result of the Fisher transform.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see DataFilter.

Examples

1
2
3
4
## Not run: 
 z<-Filter$fisherTransform(x);
 
## End(Not run)

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.