相关实验视频
Updated: Jan 17, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.5K
开发基于XGBoost的模型来预测由宏观操作和保险数据驱动的卡车撞车概率
Yiping Wu1, Hongpeng Zhang1, Peng Song1
1Beijing Key Laboratory of Traffic Engineering, Beijing University of Technology, Beijing, China.
Traffic injury prevention
|September 15, 2025
概括
一个新的卡车事故预测模型使用运营数据来识别关键原因,实现高准确度. 卡车司机熟悉和道路类型是防止商用卡车事故的重要因素.
科学领域:
- 运输安全运输安全
- 数据科学数据科学数据科学
- 预测建模预测建模
背景情况:
- 卡车事故导致严重的伤亡.
- 积极预防事故需要科学预测模型和确定主要原因.
研究的目的:
- 使用宏观操作数据开发科学卡车事故预测模型.
- 确定影响卡车事故发生的主要因素.
主要方法:
- 使用商用卡车的年度运营行为和保险索赔数据开发了一个预测模型.
- 解决了多对线性,并执行了输入维度缩小.
- 使用Shapley添加式解释 (SHAP) 值和主要组件分析 (PCA) 进行因子分析.
主要成果:
- 在卡车事故预测模型中实现了84.21%的召回率和85.33%的F1得分.
- 外部验证显示预测准确率为87.59%.
- 卡车司机熟悉道路和道路段类型被确定为重大事故影响因素.
结论:
- 建立了一个创新的,基于宏观数据的卡车事故预测模型.
- 该模型减轻了数据收集挑战,同时确保了预测准确性.
- 确定了针对性事故预防策略的关键因素.
相关概念视频
Determination of Expected Frequency
2.5K
Suppose one wants to test independence between the two variables of a contingency table. The values in the table constitute the observed frequencies of the dataset. But how does one determine the expected frequency of the dataset? One of the important assumptions is that the two variables are independent, which means the variables do not influence each other. For independent variables, the statistical probability of any event involving both variables is calculated by multiplying the individual...
2.5K
Probability Histograms
13.2K
A probability histogram is a visual representation of a probability distribution. Similar a typical histogram, the probability histogram consists of contiguous (adjoining) boxes. It has both a horizontal axis and a vertical axis. The horizontal axis is labeled with what the data represents. The vertical axis is labeled with probability. Each rectangular bar in the histogram is 1 unit wide, which suggests that the area under each bar equals the probability, P(x), where x is 1, 2, 3, and so on.
13.2K
Prediction Intervals
3.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.3K
Binomial Probability Distribution
15.3K
A binomial distribution is a probability distribution for a procedure with a fixed number of trials, where each trial can have only two outcomes.
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
15.3K
Quantifying and Rejecting Outliers: The Grubbs Test
3.6K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
3.6K
Probability in Statistics
22.2K
Probability is the likelihood of an event occurring. The term event is defined as a collection of results of a procedure. An event is a simple event when an outcome cannot be divided into simpler parts.
An example of a simple event is a coin toss. The result of a coin toss is either a head or a tail. Here, head and tail are two simple events. These two simple events make up the sample space. Further, the probability of an event occurring falls within the range of 0 to 1. The probability of an...
An example of a simple event is a coin toss. The result of a coin toss is either a head or a tail. Here, head and tail are two simple events. These two simple events make up the sample space. Further, the probability of an event occurring falls within the range of 0 to 1. The probability of an...
22.2K