Skip to main content

Home/ foe_2013/ Contents contributed and discussions participated by Alpha Teleco

Contents contributed and discussions participated by Alpha Teleco

Alpha Teleco

Comparison of data analysis packages: R, Matlab, SciPy, Excel, SAS, SPSS, Stata | AI an... - 2 views

  • R Library support; visualization Steep learning curve Yes Finance; Statistics
  • Matlab Elegant matrix support; visualization Expensive; incomplete statistics support No Engineering
  •  
    En esta página web podemos observar una tabla comparativa entre las herramientas de analisis de datos más importantes
Alpha Teleco

A big list of the things R can do | (R news & tutorials) - 1 views

    • Alpha Teleco
       
      Listado de las diferentes funciones que R puede realizar
  • R is an incredibly comprehensive statistics package
  • R can do pretty much everything you need for data manipulation, visualization, and statistical analysis.
  • ...8 more annotations...
    • Alpha Teleco
       
      Simulación de procesos matemáticos y estadísticos
  • ANALYTICS
    • Alpha Teleco
       
      Realización de gráficos estadísticos
  • GRAPHICS AND VISUALIZATION
  • R APPLICATIONS and EXTENSIONS***
    • Alpha Teleco
       
      Aplicación de la estadística a la investigación
  • PROGRAMMING LANGUAGE FEATURES
    • Alpha Teleco
       
      Programación orientada a objetos
Alpha Teleco

Why R is Hard to Learn | (R news & tutorials) - 0 views

  • Misleading Function or Parameter Names (data=, sort, if)
  • The most difficult time people have learning R is when functions don’t do the “obvious” thing.
  • Nonstandard Output
  • ...9 more annotations...
  • Too Many Commands
  • Sloppy Control of Variables
  • Loop-a-phobia
  • Functions That Act Like Procedures
  • Naming and Renaming Variables is Way Too Complicated
  • Inability to Analyze Multiple Variables
  • Poor Ability to Select Variable Sets
  • Too Much Complexity
  • Lack of Graphical User Interface (GUI)
Alpha Teleco

Time Series Analysis and Mining with R | (R news & tutorials) - 0 views

    • Alpha Teleco
       
      Cómo clasificar y agrupar series de tiempo en R y explicación mediante una serie de ejemplos.
  • classification and clustering of time series data are not readily supported by existing R functions or packages.
    • Alpha Teleco
       
      Ejemplo de descomposición de una serie temporal, con el ejemplo de pasajeros de avión.
  • ...18 more annotations...
  • Time series data are widely seen in analytics. Some examples are stock indexes/prices, currency exchange rates and electrocardiogram (ECG)
  • Time Series Decomposition
  • Time series decomposition is to decompose a time series into trend, seasonal, cyclical and irregular components.
    • Alpha Teleco
       
      Serie de tiempo original.
    • Alpha Teleco
       
      Tendencia.
    • Alpha Teleco
       
      Factores estacionales.
    • Alpha Teleco
       
      Componente aleatoria.
    • Alpha Teleco
       
      Previsión de hechos futuros basados en conocidos.
  • Time Series Forecasting
  • Time series forecasting is to forecast future events based on known past data.
    • Alpha Teleco
       
      Agrupar series temporales basandose en su similitud o distancia.
  • Time Series Clustering
    • Alpha Teleco
       
      Ejemplo de agrupacion con 600 graficos, agrupados en 6 grupos. (Normales, ciclicos, tendencia alcista, tendencia bajista...)
  • Time series clustering is to partition time series data into groups based on similarity or distance, so that time series in the same cluster are similar.
    • Alpha Teleco
       
      Clasificacion de series de tiempo. Construir un modelo de clasificacion basado en las series de tiempo marcadas y usando el modelo construido, predecir la continuación de la series.
  • o build a classification model based on labelled time series and then use the model to predict the label of unlabelled time series.
  • Time series classification is t
  • Time Series Classification
Alpha Teleco

R Tutorial Series: Basic Polynomial Regression | (R news & tutorials) - 0 views

    • Alpha Teleco
       
      Tutorial regresión no lineal basica en R.
  • Polynomial regression can be used to explore a predictor at different levels of curvilinearity.
  • This tutorial will demonstrate how polynomial regression can be used in a hierarchical fashion to best represent a dataset in R.
  • ...24 more annotations...
  • Scatterplot
    • Alpha Teleco
       
      El grafico de dispersion demuestra que estos datos pueden no ser lineales.
  • The preceding scatterplot demonstrates that these data may not be linear.
    • Alpha Teleco
       
      Como crear variables de orden lineal, cuadratico y cubico.
  • Creating The Higher Order Variables
  • In this tutorial, we will explore the a linear, quadratic, and cubic model.
    • Alpha Teleco
       
      Paso 1: centrar la variable, restando la media de cada punto y guardando el resultado en una nueva variable de R.
  • Step 1: Centering
  • To center a variable, simply subtract its mean from each data point and save the result into a new R variable, as demonstrated below.
    • Alpha Teleco
       
      Paso 2: Crear los terminos de orden superior multiplicando la variable creada por si misma y guardando el resultado en una nueva variable.
    • Alpha Teleco
       
      Crear los modelos lineales y no lineales.
  • Once the input variable has been centered, the higher order terms can be created.
  • we can simply multiply our centered term from step one and save the result into a new R variable, as demonstrated below.
  • Step 2: Multiplication
  • Creating The Models
  • Now we have all of the pieces necessary to assemble our linear and curvilinear models.
    • Alpha Teleco
       
      Evaluar los modelos y compararlos, en el ejemplo se observa que no ha una diferencia significativa entre los tres modelos.
  • Evaluating The Models
  • In this case, the quadratic and cubic terms are not statistically significant themselves nor are their models statistically significant beyond the linear model.
    • Alpha Teleco
       
      A traves de los modelos que hay en este tutorial se pueden crear modelos muy complejos, utilizando las mismas sencillas tecnicas de este tutorial.
  • it can be helpful to summarize and compare our potential models using the summary(MODEL) and anova(MODEL1, MODEL2,… MODELi) functions.
  • More On Interactions, Polynomials, and HLR
  • The regression topics covered in these tutorials can be mixed and matched to create exceedingly complex models.
  • The good news is that more complex models can be created using the same techniques covered here. The basic principles remain the same.
  •  
    Tutorial
Alpha Teleco

Introducción al uso y programación del lenguaje R (S) en bioinformática - 1 views

  • Curso de introducción al uso y programación del lenguaje R (S) en bioinformática
    • Alpha Teleco
       
      Este proyecto ofrece la posibilidad, a través del lenguaje R, del análisis y comprensión de alto rendimiento del genoma humano.
    • Alpha Teleco
       
      Bioconductor. Open source software for bioinformatics. http://www.bioconductor.org/
  • biología molecular está produciendo una amplia cantidad de datos
  • ...6 more annotations...
  • estadística juega un papel clave
  • la herramienta seleccionada ha sido R
  • estadístico como gráfico
  • http://www.bioconductor.org
  • Bioconductor ofrece, por ejemplo, paquetes específicos para la normalización, análisis y anotación de microarrays.
  • Programa
  •  
    El uso del lenguaje R en campos de la biología y medicina debido a sus aplicaciones tanto estadísticas como gráficas. Nos permite ordenar todos los datos obtenidos. Esta página nos ofrece un curso básico sobre lenguaje R para aprender a emplear esta herramienta en nuestros propios proyectos.
Alpha Teleco

RStudio - RStudio IDE - 0 views

  • web using RStudio Server
  • RStudio
  • RStudio Server
  • ...8 more annotations...
  • RStudio Server
  • RStudio
  • open source integrated development environment for R.
  • RStudio Server
  • web using RStudio Server
  • Execute R code directly from the source editor
  • Windows, Mac, Linux
    • Alpha Teleco
       
      RStudio IDE es un entorno de programación y ejecución de código en lenguaje R. Este tipo de aplicaciones son muy importantes porque permiten centralizar todo el trabajo en un mismo entorno (IDE).
1 - 8 of 8
Showing 20 items per page