Example: Dansgaard-Oescher events with NGRIP and CLIMBER-X data #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR mainly provides an example ($\delta^{18}O$ record from NGRIP. This time series displays DO-events and therefore many abrupt transitions in real-world, paleoclimatic data. Furthtermore, the same analysis is performed on simulation data from CLIMBER-X (less noisy and even time sampling), an Earth Model of Intermediate Complexity able to reproduce DO-like events.
docs/src/examples/do-events.jl
) of Critical Slowing Down applied on theTwo things are mildly ugly in this example and are subject to future changes:
ChangePoints.jl
, which however did not give good results so far on the NGRIP data.This PR additionally comes with minor suggestions:
docs/src/examples
folder for literate examples.examples.jl
topermutation_entropy.jl
and moved todocs/src/examples
.docs/src/tutorial.md
bydocs/src/examples/tutorial.jl
such that the tutorial is built by Literate.jl.estimate_transitions
is renamed totransition_metrics
as it describes more accurately what the function does, namely computing the indicators and their change metric (I suggest we generally refer to them as transition metrics). So far, no transition is estimated since it is done in the later step of significance analysis.significant_transitions
was renamed toestimate_significance
. For more details, c.f. next comment.detrend_surro
to detrend the surrogate. This is sometimes done in the literature and might therefore be wishful (although, I agree, not of utmost importance).precompute_ridgematrix
was renamed toridgematrix
since it simply computes the matrix.