JAXFit
latest
Example Notebooks
JAXFit API Docs
jaxfit package
Submodules
jaxfit.common_jax module
jaxfit.common_scipy module
jaxfit.least_squares module
jaxfit.loss_functions module
jaxfit.minpack module
jaxfit.trf module
Module contents
JAXFit
JAXFit API Docs
jaxfit package
jaxfit.loss_functions module
Edit on GitHub
jaxfit.loss_functions module
class
jaxfit.loss_functions.
LossFunctionsJIT
[source]
Bases:
object
arctan
(
z
,
cost_only
)
[source]
cauchy
(
z
,
cost_only
)
[source]
construct_all_loss_functions
(
)
[source]
construct_single_loss_function
(
loss
)
[source]
create_arctan_funcs
(
)
[source]
create_calculate_cost
(
)
[source]
create_cauchy_funcs
(
)
[source]
create_huber_funcs
(
)
[source]
create_scale_rhos
(
)
[source]
create_soft_l1_funcs
(
)
[source]
create_stack_rhos
(
)
[source]
create_zscale
(
)
[source]
get_empty_rhos
(
z
)
[source]
get_loss_function
(
loss
)
[source]
huber
(
z
,
cost_only
)
[source]
soft_l1
(
z
,
cost_only
)
[source]