Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Misc
7.7K+ articles
R Language
2.9K+ articles
R-Statistics
191+ articles
R-Mathematics
14 posts
Recent Articles
Popular Articles
How to Calculate an Exponential Moving Average in R?
Last Updated: 21 February 2022
In this article, we will look the how to Calculate an Exponential Moving Average in R Programming Language. Exponential moving average (EMA) tells us the weighted mean of ...
read more
Picked
R Language
Geeks Premier League
Geeks-Premier-League-2022
R-Mathematics
How to Calculate Percentiles in R?
Last Updated: 19 December 2021
In this article, we will discuss how to calculate percentiles in the R programming language. Percentiles are measures of central tendency, which depict that out of the tot...
read more
Picked
R Language
R-Mathematics
How to Find the Antilog of Values in R?
Last Updated: 22 December 2021
The antilog or anti-logarithm is the inverse process of finding log or logarithm. If q is the value of logb p then p is the antilog of q to the base b that is, q = logb p ...
read more
Picked
R Language
R-Mathematics
How to Calculate Cosine Similarity in R?
Last Updated: 28 November 2021
In this article, we are going to see how to calculate Cosine Similarity in the R Programming language.We can define cosine similarity as the measure of the similarity betw...
read more
Picked
R Language
R-Mathematics
How to Calculate Euclidean Distance in R?
Last Updated: 23 July 2025
Euclidean distance between two points in Euclidean space is the length of a line segment between the two points. It can be calculated from the Cartesian coordinates of the...
read more
Picked
R Language
R-Mathematics
Bernoulli Distribution in R
Last Updated: 23 July 2025
In R language there are various ways to simulate, visualize, and work with Bernoulli-distributed data. This article provides a complete theoretical background, practical e...
read more
Picked
R Language
R-Mathematics
How to Find Standard Deviation in R?
Last Updated: 23 July 2025
In this article, we will discuss how to find the Standard Deviation in R Programming Language. Standard deviation R is the measure of the dispersion of the values. It can ...
read more
Picked
R Language
R-Mathematics
R program to find perfect numbers upto n numbers and in the given range
Last Updated: 23 July 2025
Given a range the task is to write a R program to print all perfect numbers in that range.A positive integer that is equal to the sum of its proper divisors is known as a ...
read more
Misc
R Language
R-Mathematics
KNN Classifier in R Programming
Last Updated: 02 May 2025
K-Nearest Neighbor or KNN is a supervised non-linear classification algorithm. It is also Non-parametric in nature meaning , it doesn't make any assumption about underlyin...
read more
R Language
R-Statistics
R-Mathematics
Naive Bayes Classifier in R Programming
Last Updated: 28 June 2025
Naive Bayes Classifier is a machine learning algorithm used to classify data into categories. It uses Bayes' Theorem to calculate the probability of each class based on th...
read more
R Language
R-Statistics
R-Mathematics
Hypothesis Testing in R Programming
Last Updated: 21 July 2025
Hypothesis testing is a statistical method used to compare two opposing ideas or claims about a population or group. It uses data from a sample to decide which idea or hyp...
read more
R Language
R-Statistics
R-Mathematics
T-Test Approach in R Programming
Last Updated: 15 July 2025
The T-Test is a statistical method used to determine whether there is a significant difference between the means of two groups or between a sample and a known value.For Ex...
read more
Picked
R Language
R-Statistics
R-Mathematics
Logarithmic and Power Functions in R Programming
Last Updated: 01 June 2020
Logarithm and Power are two very important mathematical functions that help in the calculation of data that is growing exponentially with time. First is the Logarithm, to ...
read more
Picked
R Language
R Functions
R-Mathematics
Operations on Matrices in R
Last Updated: 09 June 2025
In R, matrices are two-dimensional arrays of data numeric, logical or complex organized in rows and columns. Matrices are used to depict the data in a structured and well-...
read more
Picked
R Language
R-basics
R-Matrix
R-Mathematics