Why robust loess takes so much of time

3 vues (au cours des 30 derniers jours)
PIYUSH MOHANTY
PIYUSH MOHANTY le 11 Oct 2019
%%loess
acc=dlmread('acc8.txt');
t=dlmread('time.txt');
[xx,ind] = sort(acc);
yy = smooth(t,acc,0.5,'rloess');
plot(t,yy(ind))
  1 commentaire
John D'Errico
John D'Errico le 11 Oct 2019
Some computations on large data sets will be computationally intensive. The solution is simple. Use smaller datasets, OR find a different algorithm.

Connectez-vous pour commenter.

Réponses (1)

Gouri Chennuru
Gouri Chennuru le 26 Sep 2020

Catégories

En savoir plus sur Power and Energy Systems dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by