MeteoIODoc 20240511.aefd3c94
ARIMAResampling.cc File Reference
#include <meteoio/meteoResampling/ARIMAResampling.h>
#include <unistd.h>
#include <sstream>

Namespaces

namespace  mio
 

Functions

static std::vector< Date >::iterator mio::findDate (std::vector< Date > &gap_dates, const Date &resampling_date)
 
static bool mio::accumulateData (const Date &data_start_date, const Date &data_end_date, const ARIMA_GAP &new_gap, const std::vector< MeteoData > &vecM, bool &gave_warning_interpol, size_t &length, std::vector< double > &data, std::vector< Date > &dates, std::vector< MeteoData > &data_vec_before, std::vector< MeteoData > &data_vec_after, bool &has_data_before, bool &has_data_after)