OpenMS
3.2.0
nightly
RC_GHA
3.4.1
3.4.0
3.3.0
3.1.0
3.0.0
2.8.0
2.7.0
2.6.0
2.5.0-shortNms
2.5.0
2.4.0
2.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
FastLowessSmoothing.h
Go to the documentation of this file.
1
// Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2
// SPDX-License-Identifier: BSD-3-Clause
3
//
4
// --------------------------------------------------------------------------
5
// $Maintainer: Hannes Roest $
6
// $Authors: Hannes Roest $
7
// --------------------------------------------------------------------------
8
9
10
#pragma once
11
12
#include <
OpenMS/CONCEPT/Macros.h
>
13
#include <vector>
14
15
namespace
OpenMS
16
{
17
35
namespace
FastLowessSmoothing
36
{
37
73
int
OPENMS_DLLAPI
lowess
(
const
std::vector<double>& x,
const
std::vector<double>& y,
74
double
f,
int
nsteps,
double
delta, std::vector<double>& result);
75
88
int
OPENMS_DLLAPI
lowess
(
const
std::vector<double>& x,
const
std::vector<double>& y,
89
std::vector<double>& result);
90
}
91
92
}
// namespace OpenMS
OpenMS::FastLowessSmoothing::lowess
int lowess(const std::vector< double > &x, const std::vector< double > &y, double f, int nsteps, double delta, std::vector< double > &result)
Computes a lowess smoothing fit on the input vectors.
OpenMS
Main OpenMS namespace.
Definition:
openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Macros.h
OpenMS
PROCESSING
SMOOTHING
FastLowessSmoothing.h
Generated on Tue Nov 26 2024 13:36:05 for OpenMS by
1.9.1