specparam
2.0.0rc3
API
FAQ
Glossary
Motivations
Tutorials
Examples
Visualizers
Reference
GitHub
Site
specparam.utils.array.unlog
¶
specparam.utils.array.
unlog
(
arr
,
base
=
10
)
[source]
¶
Helper function to unlog an array.
Parameters
:
arr
ndarray
Array.
base
float
Base of the log to undo.
Returns
:
ndarray
Unlogged array.