Hi, I would like to use HMM for a time serie (solar radiation) classification.I would like to know what are the steps I should follow?For the states i have to chose between 3 or 5, I do not have other informations. Regards. [[alternative HTML version deleted]]
There are several packages that allow fitting hidden Markov models (assuming that that is what you mean by HMM ...), which you can find here: https://cran.r-project.org/web/packages/ Best, Ingmar Ingmar Visser Universitair Hoofddocent ontwikkelingspsychologie | Directeur College Psychologie Afdeling Psychologie | Faculteit Maatschappij- en Gedragswetenschappen | Universiteit van Amsterdam Bezoek | Nieuwe Achtergracht 129B | Kamer G 1.18 Post | Postbus 15933 | 1001 NK Amsterdam Pakketpost | Valckenierstraat 59 | 1018 XE Amsterdam T: +31205256723 | M: +31647260824 | e: i.visser at uva.nl On Sun, Nov 4, 2018 at 3:06 PM Kabouch Nourdine via R-help < r-help at r-project.org> wrote:> Hi, > I would like to use HMM for a time serie (solar radiation) > classification.I would like to know what are the steps I should follow?For > the states i have to chose between 3 or 5, I do not have other informations. > Regards. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
The SpatioTemporal Task View may help narrow the search a bit, as might using a using a search engine: https://cran.r-project.org/web/views/SpatioTemporal.html rseek.org package "sos" On November 4, 2018 7:31:20 AM PST, Ingmar Visser <i.visser at uva.nl> wrote:>There are several packages that allow fitting hidden Markov models >(assuming that that is what you mean by HMM ...), which you can find >here: >https://cran.r-project.org/web/packages/ >Best, Ingmar > >Ingmar Visser >Universitair Hoofddocent ontwikkelingspsychologie | Directeur College >Psychologie >Afdeling Psychologie | Faculteit Maatschappij- en Gedragswetenschappen >| >Universiteit van Amsterdam >Bezoek | Nieuwe Achtergracht 129B | Kamer G 1.18 >Post | Postbus 15933 | 1001 NK Amsterdam >Pakketpost | Valckenierstraat 59 | 1018 XE Amsterdam >T: +31205256723 | M: +31647260824 | e: i.visser at uva.nl > > >On Sun, Nov 4, 2018 at 3:06 PM Kabouch Nourdine via R-help < >r-help at r-project.org> wrote: > >> Hi, >> I would like to use HMM for a time serie (solar radiation) >> classification.I would like to know what are the steps I should >follow?For >> the states i have to chose between 3 or 5, I do not have other >informations. >> Regards. >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.-- Sent from my phone. Please excuse my brevity.
Indeed! There is even a HMM package! A web search on "hidden markov models" on rseek.org brought up many relevant looking hits. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sun, Nov 4, 2018 at 7:31 AM Ingmar Visser <i.visser at uva.nl> wrote:> There are several packages that allow fitting hidden Markov models > (assuming that that is what you mean by HMM ...), which you can find here: > https://cran.r-project.org/web/packages/ > Best, Ingmar > > Ingmar Visser > Universitair Hoofddocent ontwikkelingspsychologie | Directeur College > Psychologie > Afdeling Psychologie | Faculteit Maatschappij- en Gedragswetenschappen | > Universiteit van Amsterdam > Bezoek | Nieuwe Achtergracht 129B | Kamer G 1.18 > Post | Postbus 15933 | 1001 NK Amsterdam > Pakketpost | Valckenierstraat 59 | 1018 XE Amsterdam > T: +31205256723 | M: +31647260824 | e: i.visser at uva.nl > > > On Sun, Nov 4, 2018 at 3:06 PM Kabouch Nourdine via R-help < > r-help at r-project.org> wrote: > > > Hi, > > I would like to use HMM for a time serie (solar radiation) > > classification.I would like to know what are the steps I should > follow?For > > the states i have to chose between 3 or 5, I do not have other > informations. > > Regards. > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]