Typical-P sampling
double? get typicalP => _typicalP;
set typicalP(double? value) { _typicalP = value; notifyListeners(); }