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
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Mathematical
7.7k+ articles
AI-ML-DS
4.6k+ articles
Machine Learning
2.7k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Data Science
580+ articles
data-science
180+ articles
Python numpy-program
33 articles
Python numpy-Statistics Functions
31 posts
Popular Articles
Recent Articles
Tukey-Kramer Test for Post Hoc Analysis
Last Updated: 16 September 2021
If in ANOVA test we come to a conclusion that we have to reject our null hypothesis(H0) and then we know that some treatment or factor level
...read more
Mathematical
Computer Subject
Probability
Python numpy-Statistics Functions
data-science
python
DSA
Data Science
Compute the median of the flattened NumPy array
Last Updated: 05 September 2020
In this article, we will discuss how to compute the median of the flattened array. Median is basically that value that separates the lower h
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Compute pearson product-moment correlation coefficients of two given NumPy arrays
Last Updated: 02 September 2020
In NumPy, We can compute pearson product-moment correlation coefficients of two given arrays with the help of numpy.corrcoef() function.In t
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Statistics Functions
Similar Topics
DSA
22.5k+ articles
Python
20.5k+ articles
Mathematical
7.7k+ articles
AI-ML-DS
4.6k+ articles
Machine Learning
2.7k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Data Science
580+ articles
data-science
180+ articles
Python numpy-program
33+ articles
Create an array which is the average of every consecutive subarray of given size using NumPy
Last Updated: 02 September 2020
In this article, we will see the program for creating an array of elements in which every element is the average of every consecutive subarr
...read more
Python
Python-numpy
Python numpy-program
Python numpy-arrayManipulation
Python numpy-Statistics Functions
Calculate the mean across dimension in a 2D NumPy array
Last Updated: 29 August 2020
We can find out the mean of each row and column of 2d array using numpy with the function np.mean(). Here we have to provide the axis for fi
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Statistics Functions
Compute the covariance matrix of two given NumPy arrays
Last Updated: 29 August 2020
In NumPy for computing the covariance matrix of two given arrays with help of numpy.cov(). In this, we will pass the two arrays and it will
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.nanstd() function - Python
Last Updated: 11 June 2020
numpy.nanstd() function compute the standard deviation along the specified axis, while ignoring NaNs.Syntax : numpy.nanstd(arr, axis = N
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Python | Numpy nanmedian() function
Last Updated: 20 June 2022
numpy.nanmedian() function can be used to calculate the median of array ignoring the NaN value. If array have NaN value and we can find out
...read more
Python
Python-numpy
Python numpy-Statistics Functions
Estimation of Variable | set 1
Last Updated: 25 July 2022
Variability: It is the import dimension that measures the data variation i.e. whether the data is spread out or tightly clustered. Also know
...read more
Python-numpy
Machine Learning
Python numpy-Statistics Functions
python
numpy.nanvar() in Python
Last Updated: 03 December 2018
numpy.nanvar(arr, axis = None) : Compute the variance of the given data (array elements) along the specified axis(if any), while ignoring Na
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.nanquantile() in Python
Last Updated: 02 February 2023
numpy.nanquantile(arr, q, axis = None) : Compute the qth quantile of the given data (array elements) along the specified axis, ignoring the
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.nanpercentile() in Python
Last Updated: 09 August 2022
numpy.nanpercentile()function used to compute the nth percentile of the given data (array elements) along the specified axis and ignores nan
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.ptp() in Python
Last Updated: 23 November 2021
numpy.ptp()function plays an important role in statistics by finding out Range of given numbers. Range = max value - min value. Syntax :
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.nanmin() in Python
Last Updated: 29 November 2018
numpy.nanmin()function is used when to returns minimum value of an array or along any specific mentioned axis of the array, ignoring any Nan
...read more
Python
Python-numpy
Python numpy-Statistics Functions
np.nanmax() in Python
Last Updated: 29 November 2018
numpy.nanmax()function is used to returns maximum value of an array or along any specific mentioned axis of the array, ignoring any Nan valu
...read more
Python
Python-numpy
Python numpy-Statistics Functions
First
1
2
3
>>
Last
First
1
2
3
>>
Last
First
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 !