New custom expressions

Issue #61 resolved
Daniel Besse created an issue
  • PD models from meanmax (extract FTP/W'/etc or power at certain duration)
  • meanmax function (from equallyspaced_stream)
  • daily sum/avg/etc of activity metrics (such as TSS/TRIMP/etc)

Comments (13)

  1. Daniel Besse reporter
    • filter index / find : similar to Matlab with arrays indexed by boolean values and comparison operators on arrays
    • sort / unique on array values
  2. Daniel Besse reporter

    New expreval functions (see #61)

    • Daily_sum for activities in date range (useful for PMC based on some other metric such as TRIMP)
    • Select, to filter an array based on comparison operators

    → <<cset a41cd989b573>>

  3. Daniel Besse reporter

    PD model and associative arrays in custom expressions (see #61)

    • PD model, extracting parameters such as FTP.
    • Associative arrays support.

    Should add - Associative arrays specific indexing function. - PD model values from parameters.

    → <<cset b3c5a9b9ba53>>

  4. Daniel Besse reporter

    Add classification of stream into bins (eg power distribution every x watts, hr every x bpm, etc). Define as generic function bin(array stream, number binsize) or distribution(...)

  5. Daniel Besse reporter

    Custom expressions and charts

    • New functions: rand, range, array_combine, ... (see #61)
    • plot_scatter and plot_line (close #51)
    • example using plot_scatter for Quadrant Analysis (see #55)

    → <<cset 0d4614db5b10>>

  6. Log in to comment