• No results found

Non-Parametric Method for Confidence Interval Estimation

CHAPTER 2 LITERATURE REVIEW

2.3 Statistical Methods for Traffic Reliability Analysis

2.3.1 Non-Parametric Method for Confidence Interval Estimation

Due to data availability, traffic parameter statistics (e.g., mean and median) used for traffic system evaluation are generally estimated from samples rather than the whole population. The sample-based estimates, however, might not be exactly equal to the true population parameters, resulting in uncertainties for performance evaluation. Standard error is one indicator of such uncertainty. Naik (2010) applied ordinary bootstrap, block bootstrap, and gap bootstrap to estimate the uncertainty of the travel time prediction model. In this dissertation, the confidence interval of traffic parameter estimates will be used to evaluate the uncertainty of traffic system performance. In this section, various bootstrap methods for interval estimation are reviewed.

2.3.1.1 Standard Error Based Confidence Interval

Assuming that the estimator (πœƒΜ‚) of the true parameter (πœƒ) follows a normal

distribution, the (1 βˆ’ 2𝛼) confidence interval can be approximated as πœƒΜ‚ Β± 𝑧1βˆ’π›Όβˆ™ 𝑠𝑒̂,

where πœƒΜ‚ is the point estimate of πœƒ and 𝑠𝑒̂ is the estimated standard error. When the

sample size (n) is not large enough to make the assumption of normal distribution hold,

πœƒΜ‚ Β± π‘‘π‘›βˆ’11βˆ’π›Όβˆ™ 𝑠𝑒̂ can generate efficient average estimates. These two methods are named as

the standard confidence interval and the Student’s t interval. They yield equal-tail intervals that are unable to represent the distribution skewness or other errors when πœƒΜ‚ represents other statistics (e.g., median) instead of the mean.

To relieve the constraints of normal theory assumption and account for unequal tail, the bootstrap-t interval was proposed to estimate the distribution 𝑑̂ directly from the data instead of making the assumption of normal or t distribution. The resulting interval is in the form of [πœƒΜ‚ βˆ’ 𝑑̂1βˆ’π›Όβˆ™ 𝑠𝑒̂, πœƒΜ‚ βˆ’ π‘‘Μ‚π›Όβˆ™ 𝑠𝑒̂]. It is important to note that 𝑑̂1βˆ’π›Ό is not equal

to 𝑑̂𝛼 in regards to skewness.

To apply this method, an efficient way to estimate the standard error estimator is necessary for the dataset with dependent structure. It is well-established that the standard

error of the sample mean could be estimated usingβˆšπ‘ 2/𝑛, where 𝑠2 = βˆ‘ (π‘₯

π‘–βˆ’ π‘₯Μ…)2 𝑛

𝑖=1 /

(𝑛 βˆ’ 1). However, there is no such equation for most statistical estimators (e.g., median). In these instances, the bootstrap estimate of standard error first proposed by Efron in 1979, can be used. It is illustrated using the statistical estimator median as an example. The basic bootstrap algorithm starts with generating a large number of independent

bootstrap samples: π‘₯βˆ—1, π‘₯βˆ—2,… , π‘₯βˆ—π΅, each of size n. The number of samples (B), generally

ranges from 50 to 200 for standard deviation estimation. Bootstrap median replicates

𝑠(π‘₯βˆ—1), s(π‘₯βˆ—2),… , 𝑠(π‘₯βˆ—π΅) can be calculated for each sample. The standard deviation of

these replicates is the standard error estimator of the median 𝑠(π‘₯), as shown in equation 2.8. 𝑠𝑒 Μ‚π‘π‘œπ‘œπ‘‘ = {βˆ‘[𝑠( 𝐡 𝑏=1 π‘₯βˆ—π‘) βˆ’ 𝑠(βˆ™)]2/(𝐡 βˆ’ 1)}1/2 (2.8a) 𝑠(βˆ™) = βˆ‘ 𝑠( 𝐡 𝑏=1 π‘₯βˆ—π‘)/𝐡 (2.8b) where:

𝑠𝑒

Μ‚π‘π‘œπ‘œπ‘‘ = the estimated standard error of median using bootstrap-t method,

B = the size of bootstrap sample, and

𝑠(π‘₯βˆ—π‘) = bth bootstrap median replicate.

Different from the standard intervals which are symmetric around zero, the asymmetric intervals resulting from bootstrap-t percentiles represent an improvement in coverage. It is particularly applicable to location statistics like the sample mean, median, and other percentiles, but is not trustworthy for more general problems such as setting a confidence interval for a correlation coefficient. An overall assessment of the three standard-error based confidence intervals are quoted from Efron and Tibshirani (1993):

β€œThe increase in accuracy of estimation for Bootstrap-t approximation is at the price of generality. The standard confidence interval applies to all samples, and all sample sizes; the student-t table applies to all samples of a fixed size n; the bootstrap-t table applies only to the given sample.”

2.3.1.2 Percentile Based Confidence Interval

Although the bootstrap-t method can theoretically account for skewness and yield good theoretical coverage probabilities, it can yield somewhat erratic results in practice. Improved methods use percentiles instead of the standard error of bootstrapped estimates to identify the confidence limits.

If bootstrap distribution of πœƒβˆ— = 𝑠(π‘₯βˆ—) is roughly normal, then the standard

normal and percentile intervals will nearly agree. The bootstrap distribution can be regarded as a normal distribution if sample size n approaches infinite, according to the

central limit theorem. However, this might not hold for small samples in which case the percentile interval is superior to the standard normal interval. Also, a percentile interval has transformation-respecting and range-preserving property. By range-preserving property, a percentile interval always falls within the allowable range of its estimator. Although percentile intervals are less erratic in practice compared to bootstrap-t intervals, they have less satisfactory coverage properties.

Given independent bootstrapped samples π‘₯βˆ—1, π‘₯βˆ—2,… , π‘₯βˆ—π΅, each of size n,

bootstrap replicates πœƒΜ‚βˆ—(𝑏)= 𝑠(π‘₯βˆ—π‘), 𝑏 = 1, 2, … , 𝐡. Denote πœƒΜ‚

π΅βˆ—(𝛼) as the 100Ξ±th empirical

percentile (i.e., the value in the ordered list of the B replications of πœƒΜ‚π΅βˆ—). The (1 βˆ’ 2𝛼)

percentile interval would be [πœƒΜ‚π΅βˆ—(𝛼), πœƒΜ‚π΅βˆ—(1βˆ’π›Ό)]. It needs more bootstrap samples (B) for

percentile estimation than for standard error estimation. Variable B should be greater than 500 or 1000 to make the variability of percentile estimators acceptably low.

2.3.1.3 Bias-Corrected and Accelerated (BCa) Interval

The BCa interval is an improved version of the percentile method in both theory and practice. Given enough sample size, the resulting interval would closely match exact confidence intervals in special situations, where the statistically exact interval is

accessible through statistical theory, and give dependably accurate coverage probabilities in all situations. In addition, the BCa method is also transformation-respecting.

Integrating the performance on accuracy and flexibility, the BCa method is recommended for general use by Efron and Tibshirani (1993).

The end points of the BCa interval is modified by acceleration (π‘ŽΜ‚) and bias-

The notation Ξ¦(βˆ™) is the standard, normal cumulative distribution function and 𝑧(𝛼) is the 100Ξ±th percentile point of a standard normal distribution. For example, Ξ¦(1.645) = 0.95

and 𝑧(0.95) = 1.645. It can be assessed from equation 2.9 that if π‘ŽΜ‚ and 𝑧̂0 are zero, the

interval is equal to the percentile interval. Non-zero π‘ŽΜ‚ and 𝑧̂0 correct deficiencies of the

previous standard and percentile methods. BCa: (πœƒΜ‚π΅βˆ—(𝛼1), πœƒΜ‚ π΅βˆ—(𝛼2)) (2.9a) 𝛼1 = Ξ¦(𝑧̂0+ 𝑧̂0+ 𝑧(𝛼) 1 βˆ’ π‘ŽΜ‚(𝑧̂0+ 𝑧(𝛼))) (2.9b) 𝛼2 = 𝛷(𝑧̂0+ 𝑧̂0+ 𝑧(1βˆ’π›Ό) 1 βˆ’ π‘ŽΜ‚(𝑧̂0+ 𝑧(1βˆ’π›Ό))) (2.9c) where: π‘ŽΜ‚ = acceleration, 𝑧̂0 = bias-correction,

𝑧(𝛼) = the 100Ξ± th percentile point of a standard normal distribution.

2.3.1.4 Modified Bootstrap

When the dataset is not composed of independent observations, the standard bootstrap method is not enough to get independent bootstrap samples, and modified bootstrap (e.g., block bootstrap) is needed. Specifically for the traffic dataset with dependent observations within one day, Lahiri et al. (2012) applied gap bootstrap to generate consistent and asymptotically unbiased estimates of standard error for a massive dataset with certain dependent structure.

2.3.1.5 Summary

This dissertation compares the coverage of the standard error based confidence interval and the BCa confidence interval. The BCa method is selected to calculate the confidence interval of individual traffic parameters.

Related documents