Probability of success for binary data. It's pretty much considered the same as the sample mean here.
$$ p = \frac{\text{number of successes}}{n} $$
Independent Continuous Measures include the sample mean
$$ \text{The sample mean (often represented as } \bar{x} \text{) is calculated as follows:} $$
$$
\bar{X} = \frac{1}{n} \sum_{i=1}^{n} X_i
$$
The median is the single middle value of the sorted $π_i, β¦ ,π_π$ for $π$ odd and the average of the two middle values for $π$ even.
Proportion (Essentially the Mean or Success Probability for binary data)
Sample Mean (Referred for Continuous Data)
<aside> π‘ The mean is weak to outliers. The median is very robust against outliers. Equations that inherit the meanβs definition predominantly suffer from outliers as well.
</aside>
<aside> π‘ Quantiles and medians are considered Non-Parametric because they do not assume that the data follows a specific distribution.
</aside>
Using the median is favorable when the distribution suffers from outliers or when the data distribution is unknown (It is much safer to try out both, and even better to first understand the data distribution).