Skip to main content

Featured

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

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

Total Pageviews

READING 19: HYPOTHESIS TESTING AND CONFIDENCE INTERVALS

Population And Sample Statistics
        Population Mean

        Population Variance

        Sample Mean

        Sample Variance

        The standard error of the sample mean is the standard deviation of the distribution of the sample means.
        where:
         σx= standard error of the sample mean
         σ = standard deviation of the population
         n = size of the sample
Confidence Interval
        For a normally distributed population, a confidence interval for its mean can be constructed using a z-statistic when variance is known, and a t-statistic when the variance is unknown. The z-statistic is acceptable in the case of a normal population with an unknown variance if the sample size is large (30+).
In general, we have:

Hypothesis Testing
        The hypothesis testing process requires a statement of a null and an alternative hypothesis, the selection of the appropriate test statistic, specification of the significance level, a decision rule, the calculation of a sample statistic, a decision regarding the hypotheses based on the test, and a decision based on the test results.
         The test statistic is the value that a decision about a hypothesis will be based on. For a test about the value of the mean of a distribution:


        With unknown population variance, the t-statistic is used for tests about the mean of a normally distributed population:
. If the population variance is known, the appropriate test statistic is
for tests about the mean of a population.
One-Tailed and Two-Tailed Tests of Hypotheses
        A two-tailed test results from a two-sided alternative hypothesis (e.g., HA: μ ≠ μ0). A one-tailed test results from a one-sided alternative hypothesis (e.g., HA: μ > μ0, or HA: μ < μ0).
Type I and Type II Errors
        Type I error: the rejection of the null hypothesis when it is actually true.
         Type II error: the failure to reject the null hypothesis when it is actually false.
Hypothesis Testing Results
        Hypothesis testing compares a computed test statistic to a critical value at a stated level of significance, which is the decision rule for the test.
         A hypothesis about a population parameter is rejected when the sample statistic lies outside a confidence interval around the hypothesized value for the chosen level of significance.
The p-Value
        The p-value is the probability of obtaining a test statistic that would lead to a rejection of the null hypothesis, assuming the null hypothesis is true. It is the smallest level of significance for which the null hypothesis can be rejected.
The t-Test
        The t-test is a widely used hypothesis test that employs a test statistic that is distributed according to a t-distribution. Following are the rules for when it is appropriate to use the t-test for hypothesis tests of the population mean.
        Use the t-test if the population variance is unknown and either of the following conditions exist:
  • The sample is large (n ≥ 30).
  • The sample is small (n < 30), but the distribution of the population is normal or approximately normal.
        If the sample is small and the distribution is non-normal, we have no reliable statistical test.
        For hypothesis tests of a population mean, a t-statistic with n − 1 degrees of freedom is computed as:

        where:
         x = sample mean
         μ0 = hypothesized population mean (i.e., the null)
         s = standard deviation of the sample
         n = sample size
The z-Test
        The z-test is the appropriate hypothesis test of the population mean when the population is normally distributed with known variance. The computed test statistic used with the z-test is referred to as the z-statistic. The z-statistic for a hypothesis test for a population mean is computed as follows:

        where:
         x = sample mean
         μ0 = hypothesized population mean
         σ = standard deviation of the population
         n = sample size
Back-testing Value at Risk
        Back-testing is the process of comparing losses predicted by the value at risk (VaR) model to those actually experienced over the sample testing period. If a model were completely accurate, we would expect VaR to be exceeded with the same frequency predicted by the confidence level used in the VaR model. In other words, the probability of observing a loss amount greater than VaR should be equal to the level of significance.

Popular Posts