|
[Date Index]
[Thread Index]
[Author Index]
Re: normal probability plot
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: normal probability plot
- From: keiper
- Date: Tue, 11 May 93 09:26:20 CDT
> how can one get InverseFunction[Erf,1,1] to use InverseErf in
> the Statistics`InverseStatisticalFunctions` package?
Unprotect[InverseFunction]
InverseFunction[Erf] = Statistics`InverseStatisticalFunctions`InverseErf
InverseFunction[Erf, 2, 2] = InverseErf
Protect[InverseFunction]
Note that once the context of InverseErf has been established (either by
reading in the package or refering to InverseErf by its full name
Statistics`InverseStatisticalFunctions`InverseErf) further references
to it can be made as simply InverseErf.
Jerry B. Keiper
Wolfram Research, Inc.
keiper at wri.com
Prev by Date:
Update for NEXTSTEP Workbench (for use with Mathematica and Improv)
Next by Date:
Subscribing
Previous by thread:
normal probability plot
Next by thread:
AVS
|