{"id":607,"date":"2020-07-30T13:06:00","date_gmt":"2020-07-30T12:06:00","guid":{"rendered":"http:\/\/blog.uclm.es\/diegopedregal\/?p=607"},"modified":"2020-07-30T13:06:00","modified_gmt":"2020-07-30T12:06:00","slug":"ucomp-released","status":"publish","type":"post","link":"https:\/\/blog.uclm.es\/diegopedregal\/2020\/07\/30\/ucomp-released\/","title":{"rendered":"UComp released!"},"content":{"rendered":"<p>It is my pleasure to tell you all that I have recently released UComp (at last!), a R package or MATLAB\/Octave toolbox to run Unobserved Components models AUTOMATICALLY. That means that you do not have to assume any model because UComp suggests one to you based on information criteria (cool!).<br \/>\nYou can install it from CRAN in the usual way (in R, <a href=\"https:\/\/cran.r-project.org\/package=UComp\" target=\"_blank\" rel=\"noopener noreferrer\">here is the webpage if you want to see the manual<\/a>) or download it from GitHub (for MATLAB\/Octave, <a href=\"https:\/\/github.com\/djpedregal\/UComp\" target=\"_blank\" rel=\"noopener noreferrer\">here also with a manual<\/a>). By the way, you might also would like to have a look at my other projects, like <a href=\"https:\/\/github.com\/djpedregal\/SSpace\" target=\"_blank\" rel=\"noopener noreferrer\">SSpace<\/a> or <a href=\"https:\/\/github.com\/djpedregal\/ECOTOOL\" target=\"_blank\" rel=\"noopener noreferrer\">ECOTOOL<\/a>.<br \/>\nThere is also an example for UComp, sort of a <a href=\"https:\/\/djpedregal.github.io\/\" target=\"_blank\" rel=\"noopener noreferrer\">vignette here for R users<\/a>. Though, as a starter you may try the code at the end of this post.<br \/>\nSince the core functions are written in C++, just by doing some wrappers it can be \u00ablinked\u00bb to other usual \u00ablanguages\u00bb (well, ok, I admit it is not so easy in the end). As a matter of fact, any contributor willing to do such wrappers in Python or any other language (Go, Julia, &#8230;) is very, very welcome, just let me know and we may have a word.<\/p>\n<p>Just to start to use it try this:<br \/>\ninstall.packages(\u201cUComp\u201d)<br \/>\nlibrary(UComp)<br \/>\nm = UC(log(AirPassengers))<br \/>\nplot(m$comp)<\/p>\n<p>The same code in MATLAB\/Octave would be:<br \/>\nload air passengers<br \/>\nM = UC(log(y), frequency);<br \/>\nplot(m.comp)<\/p>\n<p>Enjoy!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is my pleasure to tell you all that I have recently released UComp (at last!), a R package or MATLAB\/Octave toolbox to run Unobserved Components models AUTOMATICALLY. That means that you do not have to assume any model because UComp suggests one to you based on information criteria (cool!). You can install it from &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/blog.uclm.es\/diegopedregal\/2020\/07\/30\/ucomp-released\/\" class=\"more-link\">Continuar leyendo<span class=\"screen-reader-text\"> \u00abUComp released!\u00bb<\/span><\/a><\/p>\n","protected":false},"author":340,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-607","post","type-post","status-publish","format-standard","hentry","category-r-things"],"_links":{"self":[{"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/posts\/607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/users\/340"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/comments?post=607"}],"version-history":[{"count":0,"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/posts\/607\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/media?parent=607"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/categories?post=607"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.uclm.es\/diegopedregal\/wp-json\/wp\/v2\/tags?post=607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}