View source: R/gen-namespace.R
torch_erfinv | R Documentation |
Erfinv
torch_erfinv(self)
self |
(Tensor) the input tensor. |
Computes the inverse error function of each element of input
.
The inverse error function is defined in the range (-1, 1)
as:
\mathrm{erfinv}(\mathrm{erf}(x)) = x
if (torch_is_installed()) {
torch_erfinv(torch_tensor(c(0, 0.5, -1.)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.