Skip to main content

Featured

关于对24年中国经济形势的一点看法

        今天已经是大年初五,春节也差不多接近尾声了,也是我在老家待的最后一天,刚好饭后闲来无事,终于静下心来有空写一写宏观经济分析。         回顾23年春节前的几个交易日,权益市场比较动荡,中证1000的平值隐含波动率最高冲到了91.48,要知道中证1000的实现波动率中位数也就15左右,而春节前几个交易日的连续大幅下跌和国家队快速出手使得权益市场走出深V形态,历史和隐含波动率也随之快速飙升。                另外伴随着雪球集体敲入、DMA爆仓等各类事件爆发,权益市场一片鬼哭狼嚎,就在大家都在讨论这波大A行情该谁来背锅时,证监会突发换帅。想想之前频繁出现在财经类流量博主文章中的北向、量化、公墓等,这次券商场外衍生品和私募微盘股应该也难逃一劫。都说经济繁荣时,大家都忙着数钱根本没有人在意合不合规,经济衰退时,你连呼吸都是错的,人性就是如此。关于现有微观市场体制的一些问题我之前也写过一些文章,这里不想再赘述,这里只想探讨一下宏观经济形势问题。         经济活动存在周期,这是我们初学经济学时就所熟知的,一个完整的经济周期包含繁荣、衰退、萧条和复苏四个阶段,每个阶段一般没有固定的时间长度和明显的分界线。但是如果回顾国内经济发展的历史情况,我们便可以大致发现国内经济增长开始下滑并不是近两年才开始的,三年疫情只是一场突如其来的黑天鹅,并没有影响整个大经济周期的演变方向。              从上图不难看出,从2001年加入世贸组织后,我国经济增长率同比逐年上升,呈现出快速发展的繁荣景象,也就是当时全球媒体称赞的“中国速度”。直到2008年,美国次贷危机爆发,中国也深受波及,随后政府出台了史上最大规模的“4万亿”扩张政策,虽然帮助中国摆脱了金融危机的泥潭,但也造成了后续非常严重的产能过剩、通货膨...

Total Pageviews

READING 16: BASIC STATISTICS

Mean , Variance and Standard Deviation
        To compute the population mean, all the observed values in the population are summed and divided by the number of observations in the population.
        Variance and standard deviation provide a measure of the extent of the dispersion in the values of the random variable around the mean.
Discrete Random Variable
        The mean of a population is expressed as:
         Variance of a random variable is defined as:
Var(X)= E[(X − μ)2] = E(X2) − [E(X)]2
        where μ = E(X) . The square root of the variance is called the standard deviation.
Expected Value
        Expected value is the weighted average of the possible outcomes of a random variable, where the weights are the probabilities that the outcomes will occur. The expectation of a random variable X having possible values x1,…, xn is defined as:
E(X) = x1P(X = x1) + … + xnP(X = xn)
Covariance and Correlation
        Covariance measures the extent to which two random variables tend to be above and below their respective means for each joint realization. It can be calculated as:
        Correlation is a standardized measure of association between two random variables; it ranges in value from –1 to +1 and is equal to:
Relationship of Two variables
        If X and Y are any random variables, then:
E(X + Y) = E(X) + E(Y)
        If X and Y are independent random variables, then:
Var(X + Y) = Var(X) + Var(Y)
Var(X − Y) = Var(X) + Var(Y)
        If X and Y are NOT independent, then:
Var(X + Y) = Var(X) + Var(Y) + 2 × Cov(X,Y)
Var(X − Y) = Var(X) + Var(Y) − 2 × Cov(X,Y)
The Four Central Moments of A Statistical Variable or Distribution
        The shape of a probability distribution is characterized by its raw moments and central moments. The first raw moment is the mean of the distribution. The second central moment is the variance. The third central moment divided by the cube of the standard deviation measures the skewness of the distribution, and the fourth central moment divided by the fourth power of the standard deviation measures the kurtosis of the distribution.
        Raw moments are measured relative to an expected value raised to the appropriate power. The kth raw moment is the expected value of Rk : 
        The first raw moment is the mean of the distribution, which is the expected value of returns. Raw moments for k > 1 are not very useful for our purposes, however, central moments for k > 1 are important.
        Central moments are measured relative to the mean (i.e., central around the mean). The kth central moment is defined as:
        The second central moment is the variance of the distribution, which measures the dispersion of data.
        The third central moment measures the departure from symmetry in the distribution. This moment will equal zero for a symmetric distribution (such as the normal distribution). The skewness statistic is the standardized third central moment. Skewness (sometimes called relative skewness) refers to the extent to which the distribution of data is not symmetric around its mean.
        The fourth central moment measures the “tailedness” of the distribution. The kurtosis statistic is the standardized fourth central moment of the distribution. Kurtosis refers to how fat or thin the tails are in the data distribution.
Skewness and Kurtosis
Skewness:
        Skewness describes the degree to which a distribution is nonsymmetric about its mean.
  • A right-skewed distribution has positive skewness and a mean that is higher than the median that is higher than the mode.
  • A left-skewed distribution has negative skewness and a mean that is lower than the median that is lower than the mode.
Kurtosis:
        Kurtosis measures the probability of extreme outcomes.
  • Excess kurtosis is measured relative to a normal distribution, which has a kurtosis of three.
  • Positive values of excess kurtosis indicate a leptokurtic distribution (fat tails).
  • Negative values of excess kurtosis indicate a platykurtic distribution (thin tails).
        Like mean and variance, we can generalize covariance to cross central moments. The third cross central moment is coskewness and the fourth cross central moment is cokurtosis.
The Best Linear Unbiased Estimator
        Desirable statistical properties of an estimator include unbiasedness (sign of estimation error is random), efficiency (lower sampling error than any other unbiased estimator), consistency (variance of sampling error decreases with sample size), and linearity (used as a linear function of sample data).

Popular Posts