Description Usage Arguments Value Author(s) See Also Examples
Compute the Fisher inversed transform.
1 2 3 4 5 6 | ## Static method (use this):
## DataFilter$fisherTransformInverse(z, ...)
## Don't use the below:
## S3 method for class 'DataFilter'
fisherTransformInverse(static, z, ...)
|
z |
Input |
... |
Not used |
Result of the Fisher inversed transform.
Alex Lisovich, Roger Day
For more information see DataFilter
.
1 2 3 4 | ## Not run:
z<-Filter$fisherTransform.inverse(x);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.