Skip to main content

Home/ foe_2013/ Group items tagged analysts

Rss Feed Group items tagged

viinjo A1c

Oracle launches Advanced Analytics for R modeling language | Business Intelligence - In... - 0 views

  • It's available as an Oracle 11g database option and costs $23,000 per processor license.
    • viinjo A1c
       
      Oracle además de desarollar programas sobre R, también los comercializa, obteniendo un beneficio de ello.
  • It's not surprising that Oracle has moved to support R, which "has become a real ubiquitous force in advanced analytics," said Forrester Research analyst James Kobielus. "It's everywhere. Enterprise adoption of it has been growing steadily. When we ask our customers what they're using for statistical modeling they'll say SAS or [IBM's] SPSS, but they increasingly say R in the same breath."
    • viinjo A1c
       
      Oracle reafirma el uso en aumento del lenguaje R entre sus clientes
  • It's not surprising that Oracle has moved to support R, which "has become a real ubiquitous force in advanced analytics," said Forrester Research analyst James Kobielus. "It's everywhere. Enterprise adoption of it has been growing steadily. When we ask our customers what they're using for statistical modeling they'll say SAS or [IBM's] SPSS, but they increasingly say R in the same breath."
  • ...6 more annotations...
  • It's not surprising that Oracle has moved to support R, which "has become a real ubiquitous force in advanced analytics," said Forrester Research analyst James Kobielus. "It's everywhere. Enterprise adoption of it has been growing steadily. When we ask our customers what they're using for statistical modeling they'll say SAS or [IBM's] SPSS, but they increasingly say R in the same breath."
  • adoption
  • It's not surprising that Oracle has moved to support R, which "has become a real ubiquitous force in advanced analytics," said Forrester Research analyst James Kobielus. "It's everywhere. Enterprise adoption of it has been growing steadily. When we ask our customers what they're using for statistical modeling they'll say SAS or [IBM's] SPSS, but they increasingly say R in the same breath."
  • It's not surprising that Oracle has moved to support R, which "has become a real ubiquitous force in advanced analytics," said Forrester Research analyst James Kobielus. "It's everywhere. Enterprise adoption of it has been growing steadily. When we ask our customers what they're using for statistical modeling they'll say SAS or [IBM's] SPSS, but they increasingly say R in the same breath."
  • It's available as an Oracle 11g database option and costs $23,000 per processor license.
    • viinjo A1c
       
      Oracle además de desarollar programas sobre R, también los comercializa, obteniendo un beneficio de ello.  Oracle reafirma el uso en aumento del lenguaje R entre sus clientes
Sébastien Sanchez

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

  • While it is difficult to calculate exactly how many people use R, those most familiar with the software estimate that close to 250,000 people work with it regularly.
    • corozo56
       
      Actualmente el número de usuarios esta creciendo exponencialmente.
  • “R is a real demonstration of the power of collaboration, and I don’t think you could construct something like this any other way,” Mr. Ihaka said. “We could have chosen to be commercial, and we would have sold five copies of the software.”
  • Data Analysts Captivated by R’s Power
    • corozo56
       
      Este artículo del NYTimes explica el origen y la utilidad del lenguaje de programacion en R.
  • ...12 more annotations...
    • Sébastien Sanchez
       
      Artículo en NYTimes que habla de la creciente implantación del lenguaje de programación R en el ámbito empresarial. Explica como cada vez más, grandes empresas como Google empiezan a emplear este lenguaje de programación para todo tipo de propósitos (investigación comercial, data mining…).
  • Open-source software is free for anyone to use and modify
  • an improve
  • R is similar to other programming languages
  • R is also the name of a popular programming language used by a growing number of data analysts inside corporations and academia
  • For statisticians
  • R is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks
  • software’s
  • Packages written for R add advanced algorithms, colored and textured graphs and mining techniques to dig deeper into databases
  • While it is difficult to calculate exactly how many people use R, those most familiar with the software estimate that close to 250,000 people work with it regularly
  • “R is a real demonstration of the power of collaboration, and I don’t think you could construct something like this any other way,” Mr. Ihaka said. “We could have chosen to be commercial, and we would have sold five copies of the software.”
LuCla EdPa

What is R? (Oracle R Enterprise) - 0 views

  • R has been receiving a lot of attention recently, although it’s been around for over 15 years. R is an open-source language and environment for statistical computing and data visualization, supporting data manipulation and transformations, as well as sophisticated graphical displays
    • LuCla EdPa
       
      R es un lenguaje de código abierto, que admite ser manipulado por la comunidad
  • Corporate data analysts and statisticians often know R and use it in their daily work, either writing their own R functionality,
    • LuCla EdPa
       
      Es usado por corporaciones y empresas
  • It’s a powerful, extensible environment, and as noted above, it has a wide range of statistics and data visualization capabilities. It’s easy to install and use, and it’s free
  • ...4 more annotations...
  • n contrast, statisticians and data analysts typically don’t know SQL and are not familiar with database tasks. R provides statisticians and data analysts access a wide range of analytical capabilities in a natural statistical language
  • However, there is another issue that limits R’s scalability…
  • R is limited by the memory and processing power of the machine where it runs
  • this chews up memory faster.
    • LuCla EdPa
       
      Pese a ser un potente programa, parece ser que no administra demasiado bien los recursos
David Moya

What is R? | inside-R | A Community Site for R - 1 views

    • Carlos Espinosa
       
      R desallorador de análisis estadístico siendo sus principales funciones la manipulación de datos,modelo estadístico y un abanico de funciones del análisis de datos que necesites.R es una comunidad on-line abierta en crecimiento.
    • David Moya
       
      R es usado sobretodo para crear programas que realicen estadisticas, ya que fue creado para ello principalmente. Con el se pueden hacer análisis estadísticos, predicciónes, modelos... Tiene herramientas que permiten usar poco código para programar estas estadisticas y modelos. Además es un proyecto libre por lo que puedes tener acceso al código fuente y mejorarlo. Gracias a esto y a la gran comunidad que tiene, actualmente es de una gran calidad y tiene disponibles varios "add-on packages".
  • Complete data analyses can often be represented in just a few lines of code.
  • ...7 more annotations...
  • R is a programming language: you do data analysis in R by writing scripts and functions in the R programming language. R is a complete, interactive, object-oriented language: designed by statisticians, for statisticians.
  • R is data analysis software: data scientists, statisticians, analysts, quants, and others who need to make sense of data use R for statistical analysis, data visualization, and predictive modeling.
  • R has benefited for over 15 years from the "many-eyes" approach to code improvement, and as a result has an extremely high standard of quality and numerical accuracy.
  • R is an open-source software project
  • you can download and use R for free, but the source code is also open for inspection and modification to anyone who wants to see how the methods and algorithms work under the covers.
  • R is an environment for statistical analysis: Available in the R language are functions for virtually every data manipulation, statistical model, or chart that the data analyst could ever need. Not only are all the "standard" methods available, but because most cutting-edge research in statistics and predictive modeling is done in R, the latest techniques are usually available first in the R system.
  • R was first created by Ross Ihaka and Robert Gentleman at the University of Auckland in 1993, and since then the project leadership has grown to include more than 20 leading statisticians and computer scientists from around the world. In addition, thousands of others have contributed additional functionality to the R language by creating add-on "packages" for use by the 2 million users of R worldwide.
grupo empresa

'R' language bringing statistical analytics to the masses (Q&A) | Software, Interrupted... - 0 views

    • grupo empresa
       
      El lenguaje r nos permite realizar una gran cantidad de predicciones de mercado y económicas que nunca antes se habian podido sacar con otros lenguajes o métodos.Este lenguaje es utilizado para la realización de predicciones analíticas que ayudan a entender mejor el mercado , las costumbres y las tendencias de los consumidores...Este además es un lenguaje muy joven todavía, al cual se le puede llegar a sacar una gran potencial.
  • Predictive analytics is statistical modeling by any other name. It's used by statisticians and data analysts across all verticals as a means to better understand their organization, both internally and externally. It helps identify trends and patterns, arming CIOs and other enterprise decision makers with the best possible information with which to make their decisions. Predictive analytics has a proven track record in the business intelligence field. Wal-Mart, for one, has used predictive analytics to better understand the habits and tendencies of their customers.
  • : R is still relatively young and is only just now being recognized outside of academic circles. Its practically limitless statistical capabilities make it attractive to anybody doing data analysis, be they a statistics professor or a financial analyst
  • ...1 more annotation...
  • At this point, the future of predictive analytics is pointing directly to R, something we are calling the "perfect storm of predictive analytics."
Rafa Llopis

R You Ready for R? (1/2) - 0 views

  • Data Analysts Captivated by R’s Power
    • Rafa Llopis
       
      Artículo del New York Times que explica desde el principio las bases del lenguaje R y en qué se emplea.
  • used to set ad prices, find new drugs more quickly or fine-tune financial models
  • Google, Pfizer, Merck, Bank of America, the InterContinental Hotels Group and Shell use it.
  • ...17 more annotations...
  • R is also the name of a popular programming language used by a growing number of data analysts inside corporations and academia.
  • R is really important to the point that it’s hard to overvalue it,” said Daryl Pregibon
  • “It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • R is similar to other programming languages, like C, Java and Perl
  • . I.B.M., Hewlett-Packard and Dell make billions of dollars a year selling servers that run the open-source Linux operating system
  • Web sites are displayed using an open-source application called Apache,
  • the end results of all this technology via the Firefox Web
  • can help illuminate data trends more clearly than is possible by entering information into rows and columns
  • What makes R so useful
  • is that statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks
  • advanced algorithms, colored and textured graphs and mining techniques to dig deeper into databases.
  • Packages written for R add
  • the professors considered their coding efforts more of an academic game than anything else.
  • the notion of devising something like R sprang up during a hallway conversation.
  • They both wanted technology better suited for their statistics students
  • R immediately gained a following with people who saw the possibilities in customizing the free software.
  • “The diversity and excitement around what all of these people are doing is great,” Mr. Chambers said.
juan trinidad jimenez armesto

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • juan trinidad jimenez armesto
       
      Debido al aumento estos últimos años de la necesidad del data mining por el gran número de datos que manejas las empresas y la posibilidad de buscar patrones comunes, las grandes empresas empezaron a utilizar R como herramienta para ello.
    • juan trinidad jimenez armesto
       
      Además R es de código libre, como también lo son Apache o la bases de datos MySQL, haciendo que el proyecto se desarolle en comunidades de usuarios.
    • juan trinidad jimenez armesto
       
      Existen numerosos paquetes con funciones predefinidas por otros usuarios para facilitar la programación
  • ...11 more annotations...
  • Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • R is also the name of a popular programming language used by a growing number of data analysts inside corporations and academia. It is becoming their lingua franca partly because data mining has entered a golden age
  • Companies as diverse as Google, Pfizer, Merck, Bank of America, the InterContinental Hotels Group and Shell use it.
  • R has also quickly found a following because statisticians, engineers and scientists without computer programming skills find it easy to use.
  • Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • Most Web sites are displayed using an open-source application called Apache, and companies increasingly rely on the open-source MySQL database to store their critical information. Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • For statisticians
  • R is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • What makes R so useful
  • is that statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks. Packages written for R add advanced algorithms, colored and textured graphs and mining techniques to dig deeper into databases.
  • The financial services community has demonstrated a particular affinity for R; dozens of packages exist for derivatives analysis alone.
Juanjo Cristian

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of Microsoft’s Excel
  • R describe it  as a supercharged version of Microsoft’s Excel
  • ...26 more annotations...
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • familiar
  • familiar
  • It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • It is also free.
  • R is an open-source program, and its popularity reflects a shift in the type of software used inside corporations
  • R describe it  as a supercharged version of Microsoft’s Excel
  • R is similar to other programming languages, like C, Java and Perl, in that it helps people perform a wide variety of computing tasks by giving them access to various commands.
  • Excel
  • Microsoft’s
  • version
  • supercharged
  • Some people familiar with R describe it
  • familiar
  • Mr. Gentleman is applying R-based software, called Bioconductor, in work he is doing on computational biology at the Fred Hutchinson Cancer Research Center in Seattle.
  • The popularity of R at universities could threaten SAS Institute, the privately held business software company that specializes in data analysis software. SAS, with more than $2 billion in annual revenue, has been the preferred tool of scholars and corporate managers.
  • Google, for example, taps R for help understanding trends in ad pricing and for illuminating patterns in the search data it collects.
  • Pfizer has created customized packages for R to let its scientists manipulate their own data during nonclinical drug studies rather than send the information off to a statistician.
  • R first appeared in 1996, when the statistics professors Ross Ihaka and Robert Gentleman of the University of Auckland in New Zealand released the code as a free software package.
    • Sébastien Sanchez
       
      Artículo en NYTimes que habla de la creciente implantación del lenguaje de programación R en el ámbito empresarial. Explica como cada vez más, grandes empresas como Google empiezan a emplear este lenguaje de programación para todo tipo de propósitos (investigación comercial, data mining…).
    • Juanjo Cristian
       
      El lenguaje de programación R ha cautivado a gran parte de los analistas de datos debido a su potencial en el ámbito de la estadística especialmente. También es usado por grandes empresas como Google o Bank of America y por estadistas y científicos.
  •  
    Se trata de un artículo del New York Times en el que describe la historia del lenguaje y diferentes empresas que lo utilizan y los usos que le dan, como Google y Pfizer.
Joan Bono

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • Joan Bono
       
      Interesante artículo a tener en cuenta
  • “R is really important to the point that it’s hard to overvalue
  • It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • ...8 more annotations...
  • It is also free.
  • R is similar to other programming languages, like C, Java and Perl,
  • R is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets
  • What makes R so useful
  • is that statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks
  • “The great beauty of R is that you can modify it to do all sorts of things
  • “And you have a lot of prepackaged stuff that’s already available,
  • R first appeared in 1996,
Fran Marijuana

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • David Moya
       
      La primera aparición de R fue en el año 1996 en Nueva Zelanda y resulto ser un "software" de utilización libre.
    • David Moya
       
      Mucha gente que esta familiarizada con R comenta que es una herramienta mucho más potente que Excel.
    • David Moya
       
      Permite a la gente que trabaja en estadística hacer análisis muy complicados
  • ...10 more annotations...
  • running calculations on the information and creating graphical representations of data sets.
  • it contains a number of built-in mechanisms for organizing data
  • as a free software package.
  • It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • R first appeared in 1996,
  • in New Zealand
  • Some people familiar with R describe it as a supercharged version of Microsoft’s Excel
    • Fran Marijuana
       
      Aunque R se parezca a otros lenguajes de programación (C, Java) para los estadísticos es mas útil organizativamente. 
    • Fran Marijuana
       
      Muchos usuarios comparan R con Microsoft Excel.
    • Fran Marijuana
       
      Aunque R tiene muchas mas opciones
    • Fran Marijuana
       
      John mr. Chambers ha ayudado a desarrollar S, otro proyecto de software que sin embargo, no es un código abierto.
nerub val

Rcmdr.com - 0 views

shared by nerub val on 24 Apr 13 - No Cached
  • R commander (Rcmdr)
  • R commander (Rcmdr)
  • R provides a powerful and comprehensive system for analysing data and when used in conjunction with the R-commander
  • ...5 more annotations...
  • it also provides one that is easy
  • The Rcmdr program enables analysts to access a selection of commonly-used R commands using a simple interface that should be familiar to most computer users
  • A number of plugins are available that provide direct access to R packages through the Rcmdr interface
  • There are currently 29 Plugins that provide support for specific analyses, graphics, books and teaching.
    • nerub val
       
      Aqui hay una lista de enlaces de plugins que proporcionan acceso directo a los paquetes de R a traves del interfaz Rcmdr
  •  
    Conjunto R-Commander
grupo empresa

Programming language R 3.0 gets long vectors - The H Open: News and Features - 0 views

    • grupo empresa
       
      La versión 3.0 de R ha sido lanzada recientemente, esta incluye numerosas mejoras y funcionalidades extra soportadas en más plataformas. Este es un lenguaje con mucha fama y uso en el sector del análisis estadístico ya que es sencillo de aprender incluso para personal amateur. Como ejemplo de su importancia vemos que incluso Google lo usa para analizar los datos con los que trabaja.
  • Version 3.0 of the R programming language, the software environment designed specifically for statistical calculations and graphing, has been released.
  • R is widely used by statisticians and data analysts, as it is simple to learn, even for non-programmers.
  • ...3 more annotations...
  • There are also around 5000 extension packages for R dedicated to performing specialised tasks.
  • R is also used by Google for data analysis.
    • vest monje
       
      El lenguaje R ha sacado su nueva versión 3.0 que incluye mejoras como la ampliación del rango de los vectores así como modificaciones que facilitan el uso de matrices y las operaciones matriciales.
Fran Marijuana

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • Fran Marijuana
       
      250.000 personas usan R
    • Fran Marijuana
       
      Google y Pfizer usan este software siempre que pueden
juan trinidad jimenez armesto

Open Source R Language Undergoes a Commercial Revolution - Developer.com - Developer.com - 0 views

    • Yes We Pass
       
      En esta página se señala dónde es necesario utiizar el lenguaje R (compañías que requieran recoger mucha información y analizarla). Se pone por ejemplo la empresa revolution Analytics, que se dedica a crear nuevas herramientas para los usuarios de este lenguaje de programación, en un intento de llegar a más gente y expandir su uso.
  • "Today, R is memory-bound and cannot handle large data sets," Smith said. "So we'll be bringing out in the near future a solution for handling massive datasets in the terabyte and petabyte range."
    • juan trinidad jimenez armesto
       
      Se espera de R, en un futuo, que sea capaz de manejas cantidades ingentes de datos, del orden de Terabytes y Petabytes
  • Revolution Analytics is also working on R usability. Smith noted that R, to date, has been a command-line-driven language, which has represented a challenge for some mainstream enterprise users."So we'll be rolling out a modern, flexible and extensible thin client user interface that can bridge the gap between expert users and the more casual business analysts," Smith said.
    • juan trinidad jimenez armesto
       
      Sin embargo, R no deja de ser un lenguaje de programación, ejecutado desde un terminal y se espera conseguir una interfaz más cercana al usuario común.
1 - 14 of 14
Showing 20 items per page