Publications by Magno
Slides Neuromat 2023
Estimation and model selection for mixing graphical models Magno Severino & Florencia Leonardi October 26, 2023 Agenda Introduction and motivation Graph Estimator Algorithms and applications to real data Directions for future work Representation of a realization of the process \(\mathbf{X}=\{X^{(i)}\colon -\infty < i < \infty\}\). \(X^{(i)}=...
6583 sym 10 img
covid19
class: center, middle, inverse, title-slide # Detecção de pontos de mudança na curva de novos casos de covid-19 ### Magno T F Severino ### KSS - Santander ### 17/11/2021 --- <style> .remark-slide-content > h1 { font-size: 40px; } .center2 { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -5...
8524 sym
Trucks data analysis
Introduction In this report we present the results of the models considered to fit the monthly trucks licensing in Brazil. As suggested, the method for prediction and thus validation of the models will be done by taking the sum of the monthly predicted values for the testing period. The R code used in this analysis can be show by clicking in the ...
4021 sym R (8155 sym/8 pcs) 1 img 2 tbl
dplyr
Antes de iniciar, vamos instalar o pacote tidyverse, que é uma coleção de bibliotecas criadas para o universo de análise de dados. install.packages("tidyverse") Veja todos os pacotes disponíveis em www.tidyverse.org. O pacote dplyr faz parte do universo tidyverse. O operador pipe ( %>% ) da biblioteca magrittr A função deste Passa o objet...
4489 sym R (2583 sym/37 pcs) 3 img 4 tbl
Dplyr e ggplot2
Agenda principais verbos do dplyr visualizacao de dados com ggplot2 Antes de iniciar, vamos instalar o pacote tidyverse, que é uma coleção de bibliotecas criadas para o universo de análise de dados. install.packages("tidyverse") library(tidyverse) Veja todos os pacotes disponíveis em www.tidyverse.org. O pacote dplyr faz parte do universo ...
5941 sym R (5592 sym/32 pcs) 7 img 1 tbl
Coal indexes
The code chunk bellow specifies the libraries used in this analysis. library(tidyverse) # collection of packages for data analysis library(readxl) # to read excel files library(lubridate) # to clean column names in a data frame library(ggplot2) # to visualize the data library(knitr) # for generating the markdown report library(kable...
1949 sym R (4725 sym/11 pcs) 1 img 3 tbl