Results 124 comments of Mark Liversedge

The send_data.sh I am referring to is here: https://github.com/SAP/iot-starterkit/blob/master/cf/samples/curl-samples/send-measure-rest/step_08_send_data.sh

In general we do not fit CP models to points beyond 20 minutes as they tend to be submaximal. In addition we avoid points less than 2 minutes for the...

The envelope fit for the extended cp model is complicated, but basically it tries to fit pmax using short duration window and cp using longer duration window and iteratively /...

In any MMP curve the vast majority of points will not be maximal - unless you go out and do maximal efforts for every duration from 1s - 20mins. You...

Filtering out >20mins will reduce low bias as almost noone does truly maximal efforts that long and even if they do they add little to the fit vs the 20...

In the CP chart you can enable filtering in option, the PDModel.cpp has details on how the estimator works (e.g. truncting >1200s)

![options](https://user-images.githubusercontent.com/142876/75587083-97076200-5a6d-11ea-99a1-77696b7120a0.png)

I see- you are trying to replicate the results that gc gives in your own tool. My best advice is for you to read the source code- I'm not here...

No probs, I think you are on a bit of a journey- coding, modelling, critical power model and diagnosing modelling errors. Would recommend familiarising yourself with basic modelling concepts and...

There is a python lib for working with osf too https://github.com/osfclient/osfclient