YangLab-um / BiologicalOscillations.jl

A package for researchers working with biological oscillations
https://yanglab-um.github.io/BiologicalOscillations.jl/
MIT License
1 stars 2 forks source link

Measure the local sensitivity of period and amplitude #43

Closed ftavella closed 3 weeks ago

ftavella commented 4 months ago

There's currently no code that allows the user to calculate how sensitive the period and amplitude are to small perturbations in parameters. The goal is to have a couple of functions that can take in the result of find_oscillations(), perform perturbations on those parameter sets, and calculate how much period and amplitude have changed.

The functionality can be modularized in the following steps:

There are a couple of ways to implement the perturbations:

We could create specific functions for each one of these perturbation modes. Probably the best to start with is the random selection of parameters.

Therefore, we need the following functions: