Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-mav committed Jan 6, 2025
1 parent 11d5926 commit 31cce4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,18 @@ The following methods can be used as inputs for the `alpha` argument in the
`invert` function:

```@docs
gcv()
gcv(::Real; kwargs...)
gcv(::Real, ::Real ; kwargs...)
lcurve(::Real, ::Real, ::Int)
lcurve(::Real; kwargs...)
lcurve(::Real, ::Real ; kwargs...)
```

The `gcv()` method (from Mithcell 2012) usually involves the least amount of
function calls and it is thus much faster, thus used as the default option.
If you want more precision, the univariate or box methods should be used instead.

# Exponential fit functions

For 1D data, we can use the `expfit` function to perform multiexponential fits.
Expand Down

0 comments on commit 31cce4a

Please sign in to comment.