Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
577f1d91
Commit
577f1d91
authored
5 years ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
Update FunctionDescriptions.md
parent
fbd25152
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/FunctionDescriptions.md
+7
-4
7 additions, 4 deletions
docs/FunctionDescriptions.md
with
7 additions
and
4 deletions
docs/FunctionDescriptions.md
+
7
−
4
View file @
577f1d91
...
@@ -642,8 +642,8 @@ Key word overview:
...
@@ -642,8 +642,8 @@ Key word overview:
* There are available all the interpolation methods from the pandas.interpolate() method and they can be reffered to with
* There are available all the interpolation methods from the pandas.interpolate() method and they can be reffered to with
the very same keywords, that you would pass to pd.Series.interpolates's method parameter.
the very same keywords, that you would pass to pd.Series.interpolates's method parameter.
* Available interpolations: ´"linear"´, ´"time"´, ´"nearest"´, ´"zero"´, ´"slinear"´,
* Available interpolations: ´"linear"´, ´"time"´, ´"nearest"´, ´"zero"´, ´"slinear"´,
´
"quadratic"
´
,
´
"cubic"
´
,
´
"spline"
´
,
´
"barycentric"
´
,
´
"polynomial"
´
,
´
"krogh"
´
,
`
"quadratic"
`
,
`
"cubic"
`
,
`
"spline"
`
,
`
"barycentric"
`
,
`
"polynomial"
`
,
`
"krogh"
`
,
´
"piecewise_polynomial"
´
,
´
"spline"
´
,
´
"pchip"
´
,
´
"akima"
´
.
`
"piecewise_polynomial"
`
,
`
"spline"
`
,
`
"pchip"
`
,
`
"akima"
`
.
* If a selected interpolation method needs to get passed an order of
* If a selected interpolation method needs to get passed an order of
interpolation, it will get passed the order, passed to `
inter_order
`.
interpolation, it will get passed the order, passed to `
inter_order
`.
* Note, that ´"linear"´ does not refer to timestamp aware, linear
* Note, that ´"linear"´ does not refer to timestamp aware, linear
...
@@ -667,8 +667,8 @@ Key word overview:
...
@@ -667,8 +667,8 @@ Key word overview:
if there is one available in the succeeding sampling interval. If not, BAD - flag gets assigned.
if there is one available in the succeeding sampling interval. If not, BAD - flag gets assigned.
* `
"nearest_shift"
`: every grid point gets assigned the flag in its range. ( range = +/- `
freq
`/2 ).
* `
"nearest_shift"
`: every grid point gets assigned the flag in its range. ( range = +/- `
freq
`/2 ).
* Extra flag fields like "comment", just get shifted along with the flag.
* Extra flag fields like "comment", just get shifted along with the flag.
Only inserted flags for empty intervals will
take the **kwargs argument
.
Only inserted flags for empty intervals will
signified by the set flag routine of the current flagger.
.
Set
"
`
set_shift_comment
`
""
to `
True
`, to apply
kwargs**
to all flags.
Set `
set_shift_comment
` to `
True
`, to apply
setFlags signification
to all flags.
2. Aggregations:
2. Aggregations:
* `
"fagg"
`: all falgs in a sampling interval get aggregated with the function passed to `
agg_method
`
* `
"fagg"
`: all falgs in a sampling interval get aggregated with the function passed to `
agg_method
`
, and the result gets assigned to the last grid point.
, and the result gets assigned to the last grid point.
...
@@ -678,6 +678,9 @@ Key word overview:
...
@@ -678,6 +678,9 @@ Key word overview:
aggregated with the function passed to agg_method and assigned to it.
aggregated with the function passed to agg_method and assigned to it.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment