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
23a42174
Commit
23a42174
authored
5 years ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
Update FunctionDescriptions.md
parent
666aba5d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/FunctionDescriptions.md
+1
-1
1 addition, 1 deletion
docs/FunctionDescriptions.md
with
1 addition
and
1 deletion
docs/FunctionDescriptions.md
+
1
−
1
View file @
23a42174
...
...
@@ -972,7 +972,7 @@ Interpolation of an inserted equidistant frequency grid of sampling rate `freq`.
`
"piecewise_polynomial"
`, `
"spline"
`, `
"pchip"
`, `
"akima"
`.
* Be careful with pd.Series.interpolate's `
"nearest"
` and `
"pad"
`:
To just fill grid points forward/backward or from the nearest point - and
assign grid points, that refer to missing data, a nan value, the use of `
"fshift"
`, `
"bshift"
` and `
"nearest_shift"
`
is
assign grid points, that refer to missing data, a nan value, the use of `
harmonize_shift2Grid
` function
is
recommended, to ensure getting the result expected. (The methods diverge in some
special cases and do not properly interpolate grid-only.).
...
...
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