Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
Mathematical
7.7k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Data Science
430+ articles
data-science
170+ articles
Python numpy-program
33 articles
Python numpy-Statistics Functions
31 posts
Popular Articles
Recent Articles
Winsorization
Last Updated: 30 May 2021
Winsorization is the process of replacing the extreme values of statistical data in order to limit the effect of the outliers on the calcula
...read more
Misc
Python numpy-Statistics Functions
Calculate the average, variance and standard deviation in Python using NumPy
Last Updated: 08 October 2021
Numpy in Python is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for wo
...read more
Python-numpy
Python numpy-Statistics Functions
python
Data Science
Compute the mean, standard deviation, and variance of a given NumPy array
Last Updated: 29 August 2020
In NumPy, we can compute the mean, standard deviation, and variance of a given array along the second axis by two approaches first is by usi
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
Mathematical
7.7k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Data Science
430+ articles
data-science
170+ articles
Python numpy-program
33+ articles
Describe a NumPy Array in Python
Last Updated: 02 September 2021
NumPy is a Python library used for numerical computing. It offers robust multidimensional arrays as a Python object along with a variety of
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Python - Coefficient of Determination-R2 score
Last Updated: 05 August 2024
Coefficient of determination also called as R2 score is used to evaluate the performance of a linear regression model. It is the amount of t
...read more
Machine Learning
Python numpy-Statistics Functions
AI-ML-DS
AI-ML-DS With Python
Python | Kendall Rank Correlation Coefficient
Last Updated: 05 August 2024
What is correlation test? The strength of the association between two variables is known as the correlation test. For instance, if we are in
...read more
Mathematical
Python
Machine Learning
Python numpy-Statistics Functions
data-science
python
DSA
Data Science
Python | numpy.nanmean() function
Last Updated: 01 June 2021
numpy.nanmean() function can be used to calculate the mean of array ignoring the NaN value. If array have NaN value and we can find out the
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Python | numpy.cov() function
Last Updated: 26 July 2024
Covariance provides the measure of strength of correlation between two variable or more set of variables. The covariance matrix element Cij
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.var() in Python
Last Updated: 03 December 2018
numpy.var(arr, axis = None) : Compute the variance of the given data (array elements) along the specified axis(if any).Example :x = 1 1 1 1
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.quantile() in Python
Last Updated: 22 April 2025
numpy.quantile() function is used to find the qth quantile, which is the value below which a given percentage q of data falls in a NumPy arr
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.std() in Python
Last Updated: 26 April 2025
numpy.std() is a function provided by the NumPy library that calculates the standard deviation of an array or a set of values. Standard devi
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.mean() in Python
Last Updated: 28 November 2018
numpy.mean(arr, axis = None) : Compute the arithmetic mean (average) of the given data (array elements) along the specified axis. Parameters
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.median() in Python
Last Updated: 28 November 2018
numpy.median(arr, axis = None) : Compute the median of the given data (array elements) along the specified axis. How to calculate median?Giv
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.percentile() in python
Last Updated: 24 January 2024
numpy.percentile() function used to compute the nth percentile of the given data (array elements) along the specified axis.Python numpy.perc
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.bincount() in Python
Last Updated: 17 November 2020
In an array of +ve integers, the numpy.bincount() method counts the occurrence of each element. Each bin value is the occurrence of its inde
...read more
Python
Python-numpy
Python numpy-Statistics Functions
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !