Recently Published
Selection distribution
In this article our propose is to analyze the ***selection
distribution*** of the ***proportion***, ***mean*** and ***variance***
of five stores carrying out a certain activity, distributed by daily
turnover.
Uniform distribution in R
The uniform distribution is useful in random number generation. The generated values can be used, for example, to randomly assign individuals to treatment groups in experimental studies or to select participants for surveys. Also we can use the uniform distribution in domain like gaming industry or traffic engineering.
Regiunile istorice ale Romaniei
Regiunile istorice ale Romaniei in R
Macroregiunile Romaniei in R
Reprezentarea grafica a macroregiunilor Romaniei in R
Judetele Romaniei
Reprezentarea unitatilor administrativ teritoriale (judetelor) in R
Simple linear regression model
This research aims to identify the shape of the relationship between pH and volatile_acidity variables and estimate the regression model. The analyzed dataset is wine quality.
Modelul de regresie liniar simplu (Simple linear regression model)
Obiectivul lucrarii este de a identifica si estima forma legaturii dintre variabilele pH si alcool. Setul de date utilizat este wine quality.
EDA Analysis of a Seven Poems Dataset Using NLP Tools
prelucrarea statistica a datelor text - EDA
Analysis of a Dataset Consisting of Seven Poems Using NLP Tools
In this study, we will implement methods such as Natural Language Processing (NLP) to perform text analytics and visualization. Most of the time, the data is available in an unstructured format, and to derive insights from it, preprocessing is required. We will use NLP algorithms to read the text and extract meaningful information. Specifically, this study analyzes seven poems and generates graphical visualizations, including word distributions, word clouds, and more, using various R libraries.