Cherlock Codeevergrowingdev.hashnode.dev·Sep 19, 2023📊 8 Top Resources to Learn R Programming for FreeWhat happens when two professors of Statistics get together and decide that they want to find a better way to teach Statistics to their students? Why the R programming language is born of course! From humble academic beginnings in 1993, R has explode...DiscussToolsR Programming
JungleSvenjunglesven.hashnode.dev·Sep 14, 2023Using Standard Deviation for Signals and SpreadsI'll show you how to use standard deviation to attempt to predict price reversals. As a bonus, we'll measure volatility ranges to place orders at optimal distances from the mean price. Signals We'll try to predict price reversals from peak values to...DiscussPython
Naymul Islamainaymul.hashnode.dev·Sep 14, 2023Unveiling the Power of Statistics: Mastering Data Science - Part 02In the previous part, we talked about population and sample, types of data and many more. Today we are going deeper into Mean, Mode, Median and all the way up to Correlation and Coefficient. Mean, Mode, Median👇 3 measures of central tendency are mea...DiscussUnveiling the Power of Statistics: Mastering Data Sciencestatistics
Kashikashibaipatil.hashnode.dev·Sep 10, 2023The Building Blocks of Probability: Discrete and Continuous DistributionsProbability distribution function A probability distribution function (PDF) is a mathematical function that describes the likelihood of various outcomes or events in a random experiment or process. In simple terms, all possible values a random variab...Discussprobability
Adnan Anamtheengineerkid.hashnode.dev·Sep 10, 2023The Covariance and Correlation Masterclass You Can't Miss!Introduction Covariance and correlation are two statistical concepts used to describe the relationship between two variables. While they are similar, they differ in how they characterize associations. Both concepts are widely used in statistics and p...Discuss·2 likes·63 readsstatistics
Dhruv Rajpurohitdarkphoenix2712.hashnode.dev·Sep 4, 2023Demystifying Data Science: A Path to Analytical ExcellenceIn today's data-driven world, the role of data science has become increasingly pivotal in decision-making across industries. It's not just a buzzword; it's a transformative field that empowers organizations with insights gleaned from data. But what e...Discuss·29 readsData Science
Faidat Adetufsatheartist.hashnode.dev·Sep 2, 2023Pandas groupby() Method: Understanding What Goes on Behind The ScenesPandas: A Python library that helps you efficiently analyze and manipulate tabular data (like Excel spreadsheets) with powerful tools, for data cleaning, exploration, and analysis. DataFrame: It can be thought of as spreadsheets with rows and column...DiscussPython
Adnan Anamtheengineerkid.hashnode.dev·Aug 30, 2023Why Kurtosis Matters More Than You Think?Introduction In this beginner-friendly article, we're going to tackle a concept called "kurtosis". Here, we're going to break it down in the most straightforward way possible. Take it as a guide to understanding the 'shape' of data. We'll explore how...Discuss·14 likes·67 reads2Articles1Week
Adnan Anamtheengineerkid.hashnode.dev·Aug 27, 2023How Skewness Holds the Key to Data MasteryIntroduction Have you ever noticed how distributions can have unique shapes, like the way a mountain or valley stands out on a map? In the world of statistics, this shape is called skewness. In this article, we'll be understanding skewness, exploring...Discuss·1 like·84 reads2Articles1Week
Azmat Khanazm999.hashnode.dev·Aug 26, 2023GSOC'23 Week 9 & 10: Implementing Classdef for GAM and comparision with other softwaresClassdef in Octave For Matlab compatibility and better representation of GAM model we will need a classdef RegressionGAM for storing the training data and other model parameters. The classdef here would serve as a Representation of the Training data,...DiscussMachine Learning