SlideShare a Scribd company logo
1 of 19
Download to read offline
Analysis of Risk Management for the
Coal Mine Operations
Ya Qian Qi , Tong Xu, Jun Steed Huang
Energy and Power Engineering, http://www.scirp.org/journal/epe
ISSN Online: 1947-3818
ISSN Print: 1949-243X
Agenda
1. Introduction
2. Design Theory and Process
3. Design Procedures and Results
4. Conclusion
1. Introduction
According to the analysis of Prof. Jipin Sun, from China Mine University,
in terms of mine accident category, the death rate and national mine accident
rate: roof 52.7%, and 36.8 % , gas 11.3% and 29.7 %, transportation: 16.9%
and 11.3%, water disaster 3.1% and 8.1 %, electrical-mechanic 4.2% and 2.5%,
machine boom 2.7% and 1.9%, fire disaster 0.4 % and 1.9% from 2004 to
2013. The water and fire accidents caused high death rate, others reversal.
We think the high proportion is due to the unpredictable terrain. Compared
to gas, water, fire accidents, transportation, machine boom accidents are easily
avoidable if we operate properly.
In theory, the distribution of gas and water is fractal. In other words, no
matter how short of an interval of drilling the gas releasing hole, there is a
possibility that we can miss an origin of gas fire. In order to avoid unnecessary
loss, it is vital to predict gas peaking time and the location of the gas leakage.
2.1 Design Theory
(1) Acquisition parameters
Positive pressure, Temperature fahrenheit, Gas level, Working flow
(2) The explanation of the formulae
A. Pearson Product-moment Correlation Coefficient (PPCC)
B. Hypo-Product Correlation Coefficient (HPCC)
C. Three Factor Correlation Coefficient (TFCC)
D. Multiple Factor Correlation Coefficient (MFCC):
2.1Design Theory and Process
A. Pearson Product-moment Correlation Coefficient:
PPCC, describes the linear correlation of two random variables. Karl
Pearson put this forward in the 1880s. It is widely accepted in many
aspects of science.
The definition of the coefficient:
Where the subscribe i runs from 1 to n, n is the number of terms.
2.1Design Theory and Process
B. Hypo- (or Huang) Product Correlation Coefficient:
HPCC, measures the nonlinear correlation of two variables. It was put
forward by Prof. Steed Huang in 2015.
The definition of Correlation Coefficient
Huang Product-moment Correlation Coefficient is used to measure the
nonlinear correlation of three variables. It can be generalized from the form of
two variables to three and can be used in many aspects of industry.
2.1Design Theory and Process
C. Three Factor Correlation Coefficient (TFCC) definition:
2.1Design Theory and Process
D. Multiple Factor Correlation Coefficient:
If we want to analyze the correlation of four variables, density, temperature,
pressure, flow velocity, of gas, then we should define the Multiple Factors
Correlation Coefficient (MFCC):
Where the subscribe i runs from 1 to n, n is the number of terms, the
subscribe j runs from 2 to N, N is the number of variables. It is similar to the
Fractional Variance [6] defined by the Gamma function.
2.1 Design Theory
(3) Formula Comparison
• Huang Product-moment Correlation Coefficient VS Pearson Product-moment
correlation Coefficient : by using the 1.5 times instead of square, the new definition
can reflect the fluctuating asymmetry, fitting the nature of things more accurately and
can be used for multiple factors in more aspects of the fields
•The difference by using field between Hypo Product- moment Correlation
Coefficient : The new definition, not square, but with 1.5 parties, can reflect the
asymmetry of fluctuation and can be extended to the occasion of multiple targets; the
disadvantage is that the calculation is relatively complex. If the variable is strictly
consistent with the Gauss distribution and the fluctuation is statistically symmetric or
only involves two target variables, it is not necessary to use the new definition.
2.1 Design Theory
(4) The Brain Storm Optimization algorithm
Brain Storm Optimization (BSO) algorithm and then correlation criterion
of gas outburst prediction orientation curve, its principle diagram is as follows
Multiple Factor [5] Correlation Coefficien
2.2 Maintaining the Integrity of the
specification
(1) Calculation method and steps
Multiple Factor [5] Correlation Coefficien
2.2 Maintaining the Integrity of the
specification
(2) Pattern Analysis
a. Gas outburst is cyclical
b. Establish the monthly benchmark data: based on gas concentration
c. Predict the periodicity of the space pattern and the exact danger area
3.Design Procedures Results
3.1 Program Instructions
a(day).xls is the original data
contains day 15 to day 31.
a15-a31 compressed package is
the original data (standby)
BsoMain.m is the main program
and brain storm subroutine
CfdMg.m is a complex number
of variance criterion subroutine
chuli.m is the three correlation
coefficient calculation subroutine
));
function z = CfdMg(x)
n = length(x)-1;
z = 0;
global x24
x24 = round(x*5);
gasHig= xlsread('date.xls','a1:x1');
gasLow= xlsread('date.xls','a2:x2);
THig= xlsread('date.xls','a3:x3')';
TLow= xlsread('date.xls','a4:x4')';
PHig= xlsread('date.xls','a5:x5')';
PLow= xlsread('date.xls','a5:x5')';
gasHig= xlsread('date.xls','a6:x6')';
THigH=THig *1.8+32*ones(24,1);
TLowH=TLow *1.8+32*ones(24,1);
PHigZ=101.325*ones(24,1)-PHig;
PLowZ=101.325*ones(24,1)-PLow;
energH=gasHig+x24;
energL=gasLow;
z=abs(chuli(energH,THigH,PHigZ)-
chuli(energL,TLowH,PLowZ));
3.2 Calculation Result
Multiple Factor [5] Correlation Coefficien
3.2 Calculation Result
Multiple Factor [5] Correlation Coefficien
4. Conclusion
• This experiment was achieved by performing simulation though
the Matlab software. It is more convenient to use the MATLAB
software to calculate the fractional variance but in principle, any
other scientific computing software can achieve a similar function.
• The purpose of this study is through the prediction of mine gas
using the MATLAB software, we can collect the temperature,
pressure, ground station and mobile station of gas flow in the mines
for the analysis of correlation, correlation coefficient, and using the
brains-storm algorithm to optimize the prediction of the gas emission
peaking and the future trend.
4. Conclusion
Some difficulties are: the algorithm chuli.m changes for ternary
correlation coefficient algorithm from binary case, and in CfdMg.m
function when modify initial value, call the function parameters,
using a formula to turn in between Fahrenheit and Celsius, or the
negative pressure is getting to positive pressure.
We finally observed in graphics, estimated daily high gas
concentration duration of peak hours. We recommend 8 hours a
shift so that miners will be safe and can rest during the high gas
emission period and return to work on a low gas time period so
that the explosion risk is reduced to the lowest level.
Acknowledge
Thanks to Professor Yuhui Shi from SUST for
providing the brain storming algorithm plus
subroutines, thanks to Mr. Zhao and Mr. Ding from
China Coal provide the coal mine data sets, and
thanks to Ms. Sun Chenxu and 98 Suqian students to
assist us in completing the original data calculation and
verification for the 25 working days records, that gives
us the confidence for seeing the same pattern, finally,
thanks to Kenneth Huang from UCSD for editing the
English writing.
Thank You !
•Questions are welcome :
steed@genieview.com

More Related Content

What's hot

Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...
Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...
Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...Jean-Claude Meteodyn
 
Pairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valuePairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valueSergio A. Guerra
 
Vol. 1 (2), 2014, 35–39
Vol. 1 (2), 2014, 35–39Vol. 1 (2), 2014, 35–39
Vol. 1 (2), 2014, 35–39Said Benramache
 
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomains
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomainshighFidelityMethodsForCompressibleFlowProblemsOnMovingDomains
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomainsMichael Weberstadt
 
Determination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universityDetermination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universitymehmet şahin
 
Dynamic indoor thermal comfort model identification based on neural computing...
Dynamic indoor thermal comfort model identification based on neural computing...Dynamic indoor thermal comfort model identification based on neural computing...
Dynamic indoor thermal comfort model identification based on neural computing...Basrah University for Oil and Gas
 
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICS
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICSDISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICS
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICSmeijjournal
 
Tracking progress to "well below 2°C" in overshoot scenrios
Tracking progress to "well below 2°C" in overshoot scenriosTracking progress to "well below 2°C" in overshoot scenrios
Tracking progress to "well below 2°C" in overshoot scenriosGlen Peters
 
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทย
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทยการนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทย
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทยAJ. Tor วิศวกรรมแหล่งนํา้
 
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...Basrah University for Oil and Gas
 

What's hot (18)

Concentrations
ConcentrationsConcentrations
Concentrations
 
Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...
Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...
Integration of Atmospheric Stability in CFD Modeling for Wind Energy Assessme...
 
Pairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valuePairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored value
 
Class 9 mathematical modeling of thermal systems
Class 9   mathematical modeling of thermal systemsClass 9   mathematical modeling of thermal systems
Class 9 mathematical modeling of thermal systems
 
Material and energy balances
Material and energy balancesMaterial and energy balances
Material and energy balances
 
Ijetr021254
Ijetr021254Ijetr021254
Ijetr021254
 
Vol. 1 (2), 2014, 35–39
Vol. 1 (2), 2014, 35–39Vol. 1 (2), 2014, 35–39
Vol. 1 (2), 2014, 35–39
 
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomains
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomainshighFidelityMethodsForCompressibleFlowProblemsOnMovingDomains
highFidelityMethodsForCompressibleFlowProblemsOnMovingDomains
 
Determination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universityDetermination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt university
 
Abstract
AbstractAbstract
Abstract
 
Class 7 mathematical modeling of liquid-level systems
Class 7   mathematical modeling of liquid-level systemsClass 7   mathematical modeling of liquid-level systems
Class 7 mathematical modeling of liquid-level systems
 
Dynamic indoor thermal comfort model identification based on neural computing...
Dynamic indoor thermal comfort model identification based on neural computing...Dynamic indoor thermal comfort model identification based on neural computing...
Dynamic indoor thermal comfort model identification based on neural computing...
 
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICS
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICSDISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICS
DISCOVERY OF LAGRANGIAN EQUATION FOR FLUID MECHANICS
 
SERMACS Poster
SERMACS PosterSERMACS Poster
SERMACS Poster
 
Tracking progress to "well below 2°C" in overshoot scenrios
Tracking progress to "well below 2°C" in overshoot scenriosTracking progress to "well below 2°C" in overshoot scenrios
Tracking progress to "well below 2°C" in overshoot scenrios
 
Class 6 basics of mathematical modeling
Class 6   basics of mathematical modelingClass 6   basics of mathematical modeling
Class 6 basics of mathematical modeling
 
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทย
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทยการนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทย
การนำเสนอบทความวิชาการระดับนานาชาติ Version ภาษาไทย
 
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...
Measuring Device for Human Comfort Sensation by Converting Fanger Formula Usi...
 

Similar to Mine Risk Control

An improved method for predicting heat exchanger network area
An improved method for predicting heat exchanger network areaAn improved method for predicting heat exchanger network area
An improved method for predicting heat exchanger network areaAlexander Decker
 
Study of the effect of an unforced perturbation in the flame front of a premi...
Study of the effect of an unforced perturbation in the flame front of a premi...Study of the effect of an unforced perturbation in the flame front of a premi...
Study of the effect of an unforced perturbation in the flame front of a premi...Siddharth R. N
 
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...IOSRJAC
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
3.3 Climate data and projections
3.3 Climate data and projections3.3 Climate data and projections
3.3 Climate data and projectionsNAP Events
 
A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...Eswar Publications
 
306996 u14 principles_and_applications_of_thermodynamics
306996 u14 principles_and_applications_of_thermodynamics306996 u14 principles_and_applications_of_thermodynamics
306996 u14 principles_and_applications_of_thermodynamicsMahabub Hasan
 
20.18 Optimization Problems In Air Pollution Modeling
20.18 Optimization Problems In Air Pollution Modeling20.18 Optimization Problems In Air Pollution Modeling
20.18 Optimization Problems In Air Pollution ModelingKelly Lipiec
 
1 s2.0-s0309170811002351-main
1 s2.0-s0309170811002351-main1 s2.0-s0309170811002351-main
1 s2.0-s0309170811002351-mainRameshGowda24
 
Experiments in transport phenomena crosby
Experiments in transport phenomena crosbyExperiments in transport phenomena crosby
Experiments in transport phenomena crosbyNoe Nunez
 
Research Vision
Research VisionResearch Vision
Research Visionbahadori
 
aiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustionaiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustionssusercf6d0e
 
A Development of Accident Prediction Technique based on Monitoring Data for t...
A Development of Accident Prediction Technique based on Monitoring Data for t...A Development of Accident Prediction Technique based on Monitoring Data for t...
A Development of Accident Prediction Technique based on Monitoring Data for t...coreconferences
 
Short-term load forecasting with using multiple linear regression
Short-term load forecasting with using multiple  linear regression Short-term load forecasting with using multiple  linear regression
Short-term load forecasting with using multiple linear regression IJECEIAES
 
Forecasting of electric consumption in a semiconductor plant using time serie...
Forecasting of electric consumption in a semiconductor plant using time serie...Forecasting of electric consumption in a semiconductor plant using time serie...
Forecasting of electric consumption in a semiconductor plant using time serie...Alexander Decker
 
New calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCNew calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCinventionjournals
 
New calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCNew calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCinventionjournals
 
Research Vision
Research VisionResearch Vision
Research Visionbahadori
 
Research Vision for Soft-ware Development
Research Vision for Soft-ware DevelopmentResearch Vision for Soft-ware Development
Research Vision for Soft-ware Developmentbahadori
 

Similar to Mine Risk Control (20)

An improved method for predicting heat exchanger network area
An improved method for predicting heat exchanger network areaAn improved method for predicting heat exchanger network area
An improved method for predicting heat exchanger network area
 
Study of the effect of an unforced perturbation in the flame front of a premi...
Study of the effect of an unforced perturbation in the flame front of a premi...Study of the effect of an unforced perturbation in the flame front of a premi...
Study of the effect of an unforced perturbation in the flame front of a premi...
 
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
3.3 Climate data and projections
3.3 Climate data and projections3.3 Climate data and projections
3.3 Climate data and projections
 
A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...
 
306996 u14 principles_and_applications_of_thermodynamics
306996 u14 principles_and_applications_of_thermodynamics306996 u14 principles_and_applications_of_thermodynamics
306996 u14 principles_and_applications_of_thermodynamics
 
20.18 Optimization Problems In Air Pollution Modeling
20.18 Optimization Problems In Air Pollution Modeling20.18 Optimization Problems In Air Pollution Modeling
20.18 Optimization Problems In Air Pollution Modeling
 
1 s2.0-s0309170811002351-main
1 s2.0-s0309170811002351-main1 s2.0-s0309170811002351-main
1 s2.0-s0309170811002351-main
 
Hmtc1300663
Hmtc1300663Hmtc1300663
Hmtc1300663
 
Experiments in transport phenomena crosby
Experiments in transport phenomena crosbyExperiments in transport phenomena crosby
Experiments in transport phenomena crosby
 
Research Vision
Research VisionResearch Vision
Research Vision
 
aiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustionaiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustion
 
A Development of Accident Prediction Technique based on Monitoring Data for t...
A Development of Accident Prediction Technique based on Monitoring Data for t...A Development of Accident Prediction Technique based on Monitoring Data for t...
A Development of Accident Prediction Technique based on Monitoring Data for t...
 
Short-term load forecasting with using multiple linear regression
Short-term load forecasting with using multiple  linear regression Short-term load forecasting with using multiple  linear regression
Short-term load forecasting with using multiple linear regression
 
Forecasting of electric consumption in a semiconductor plant using time serie...
Forecasting of electric consumption in a semiconductor plant using time serie...Forecasting of electric consumption in a semiconductor plant using time serie...
Forecasting of electric consumption in a semiconductor plant using time serie...
 
New calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCNew calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPC
 
New calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPCNew calculation of thetray numbers for Debutanizer Tower in BIPC
New calculation of thetray numbers for Debutanizer Tower in BIPC
 
Research Vision
Research VisionResearch Vision
Research Vision
 
Research Vision for Soft-ware Development
Research Vision for Soft-ware DevelopmentResearch Vision for Soft-ware Development
Research Vision for Soft-ware Development
 

More from Jun Steed Huang

Predicted COVID-19 Ending Time
Predicted COVID-19 Ending TimePredicted COVID-19 Ending Time
Predicted COVID-19 Ending TimeJun Steed Huang
 
Forest Environment Analysis for the Pandemic Health
Forest Environment Analysis for the Pandemic HealthForest Environment Analysis for the Pandemic Health
Forest Environment Analysis for the Pandemic HealthJun Steed Huang
 
Alphaba Smart Bus Autonomous Design
Alphaba Smart Bus Autonomous DesignAlphaba Smart Bus Autonomous Design
Alphaba Smart Bus Autonomous DesignJun Steed Huang
 
Analysis of 2020 USA Presidential Election
Analysis of 2020 USA Presidential Election Analysis of 2020 USA Presidential Election
Analysis of 2020 USA Presidential Election Jun Steed Huang
 
Cosmos Genesis Entanglement Speed
Cosmos Genesis Entanglement SpeedCosmos Genesis Entanglement Speed
Cosmos Genesis Entanglement SpeedJun Steed Huang
 
7 Safety +1 COVID-19 Protection Lines
7 Safety +1 COVID-19 Protection Lines7 Safety +1 COVID-19 Protection Lines
7 Safety +1 COVID-19 Protection LinesJun Steed Huang
 
Hyper variance and autonomous bus
Hyper variance and autonomous busHyper variance and autonomous bus
Hyper variance and autonomous busJun Steed Huang
 
From Hadamard to Langlands
From Hadamard to LanglandsFrom Hadamard to Langlands
From Hadamard to LanglandsJun Steed Huang
 
Homogeneous Cosmos Unique Genesis
Homogeneous Cosmos Unique GenesisHomogeneous Cosmos Unique Genesis
Homogeneous Cosmos Unique GenesisJun Steed Huang
 

More from Jun Steed Huang (20)

ICFT-VNX-2022V2.pdf
ICFT-VNX-2022V2.pdfICFT-VNX-2022V2.pdf
ICFT-VNX-2022V2.pdf
 
Predicted COVID-19 Ending Time
Predicted COVID-19 Ending TimePredicted COVID-19 Ending Time
Predicted COVID-19 Ending Time
 
Forest Environment Analysis for the Pandemic Health
Forest Environment Analysis for the Pandemic HealthForest Environment Analysis for the Pandemic Health
Forest Environment Analysis for the Pandemic Health
 
Alphaba Smart Bus Autonomous Design
Alphaba Smart Bus Autonomous DesignAlphaba Smart Bus Autonomous Design
Alphaba Smart Bus Autonomous Design
 
UK COVID-9 Mutation
UK COVID-9 MutationUK COVID-9 Mutation
UK COVID-9 Mutation
 
Analysis of 2020 USA Presidential Election
Analysis of 2020 USA Presidential Election Analysis of 2020 USA Presidential Election
Analysis of 2020 USA Presidential Election
 
Cosmos Genesis Entanglement Speed
Cosmos Genesis Entanglement SpeedCosmos Genesis Entanglement Speed
Cosmos Genesis Entanglement Speed
 
7 Safety +1 COVID-19 Protection Lines
7 Safety +1 COVID-19 Protection Lines7 Safety +1 COVID-19 Protection Lines
7 Safety +1 COVID-19 Protection Lines
 
Hyper variance and autonomous bus
Hyper variance and autonomous busHyper variance and autonomous bus
Hyper variance and autonomous bus
 
Mine Death Estimation
Mine Death EstimationMine Death Estimation
Mine Death Estimation
 
Steed Variance
Steed VarianceSteed Variance
Steed Variance
 
Power plant
Power plantPower plant
Power plant
 
Vtc9252019
Vtc9252019Vtc9252019
Vtc9252019
 
Quatum fridge
Quatum fridgeQuatum fridge
Quatum fridge
 
Hypo Variance
Hypo VarianceHypo Variance
Hypo Variance
 
From Hadamard to Langlands
From Hadamard to LanglandsFrom Hadamard to Langlands
From Hadamard to Langlands
 
Homogeneous Cosmos Unique Genesis
Homogeneous Cosmos Unique GenesisHomogeneous Cosmos Unique Genesis
Homogeneous Cosmos Unique Genesis
 
Complex Hurst for NDVI
Complex Hurst for NDVIComplex Hurst for NDVI
Complex Hurst for NDVI
 
Selabot Swarm
Selabot Swarm Selabot Swarm
Selabot Swarm
 
Autonomous bus
Autonomous busAutonomous bus
Autonomous bus
 

Recently uploaded

办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 

Recently uploaded (20)

办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 

Mine Risk Control

  • 1. Analysis of Risk Management for the Coal Mine Operations Ya Qian Qi , Tong Xu, Jun Steed Huang Energy and Power Engineering, http://www.scirp.org/journal/epe ISSN Online: 1947-3818 ISSN Print: 1949-243X
  • 2. Agenda 1. Introduction 2. Design Theory and Process 3. Design Procedures and Results 4. Conclusion
  • 3. 1. Introduction According to the analysis of Prof. Jipin Sun, from China Mine University, in terms of mine accident category, the death rate and national mine accident rate: roof 52.7%, and 36.8 % , gas 11.3% and 29.7 %, transportation: 16.9% and 11.3%, water disaster 3.1% and 8.1 %, electrical-mechanic 4.2% and 2.5%, machine boom 2.7% and 1.9%, fire disaster 0.4 % and 1.9% from 2004 to 2013. The water and fire accidents caused high death rate, others reversal. We think the high proportion is due to the unpredictable terrain. Compared to gas, water, fire accidents, transportation, machine boom accidents are easily avoidable if we operate properly. In theory, the distribution of gas and water is fractal. In other words, no matter how short of an interval of drilling the gas releasing hole, there is a possibility that we can miss an origin of gas fire. In order to avoid unnecessary loss, it is vital to predict gas peaking time and the location of the gas leakage.
  • 4. 2.1 Design Theory (1) Acquisition parameters Positive pressure, Temperature fahrenheit, Gas level, Working flow (2) The explanation of the formulae A. Pearson Product-moment Correlation Coefficient (PPCC) B. Hypo-Product Correlation Coefficient (HPCC) C. Three Factor Correlation Coefficient (TFCC) D. Multiple Factor Correlation Coefficient (MFCC):
  • 5. 2.1Design Theory and Process A. Pearson Product-moment Correlation Coefficient: PPCC, describes the linear correlation of two random variables. Karl Pearson put this forward in the 1880s. It is widely accepted in many aspects of science. The definition of the coefficient: Where the subscribe i runs from 1 to n, n is the number of terms.
  • 6. 2.1Design Theory and Process B. Hypo- (or Huang) Product Correlation Coefficient: HPCC, measures the nonlinear correlation of two variables. It was put forward by Prof. Steed Huang in 2015. The definition of Correlation Coefficient Huang Product-moment Correlation Coefficient is used to measure the nonlinear correlation of three variables. It can be generalized from the form of two variables to three and can be used in many aspects of industry.
  • 7. 2.1Design Theory and Process C. Three Factor Correlation Coefficient (TFCC) definition:
  • 8. 2.1Design Theory and Process D. Multiple Factor Correlation Coefficient: If we want to analyze the correlation of four variables, density, temperature, pressure, flow velocity, of gas, then we should define the Multiple Factors Correlation Coefficient (MFCC): Where the subscribe i runs from 1 to n, n is the number of terms, the subscribe j runs from 2 to N, N is the number of variables. It is similar to the Fractional Variance [6] defined by the Gamma function.
  • 9. 2.1 Design Theory (3) Formula Comparison • Huang Product-moment Correlation Coefficient VS Pearson Product-moment correlation Coefficient : by using the 1.5 times instead of square, the new definition can reflect the fluctuating asymmetry, fitting the nature of things more accurately and can be used for multiple factors in more aspects of the fields •The difference by using field between Hypo Product- moment Correlation Coefficient : The new definition, not square, but with 1.5 parties, can reflect the asymmetry of fluctuation and can be extended to the occasion of multiple targets; the disadvantage is that the calculation is relatively complex. If the variable is strictly consistent with the Gauss distribution and the fluctuation is statistically symmetric or only involves two target variables, it is not necessary to use the new definition.
  • 10. 2.1 Design Theory (4) The Brain Storm Optimization algorithm Brain Storm Optimization (BSO) algorithm and then correlation criterion of gas outburst prediction orientation curve, its principle diagram is as follows Multiple Factor [5] Correlation Coefficien
  • 11. 2.2 Maintaining the Integrity of the specification (1) Calculation method and steps Multiple Factor [5] Correlation Coefficien
  • 12. 2.2 Maintaining the Integrity of the specification (2) Pattern Analysis a. Gas outburst is cyclical b. Establish the monthly benchmark data: based on gas concentration c. Predict the periodicity of the space pattern and the exact danger area
  • 13. 3.Design Procedures Results 3.1 Program Instructions a(day).xls is the original data contains day 15 to day 31. a15-a31 compressed package is the original data (standby) BsoMain.m is the main program and brain storm subroutine CfdMg.m is a complex number of variance criterion subroutine chuli.m is the three correlation coefficient calculation subroutine )); function z = CfdMg(x) n = length(x)-1; z = 0; global x24 x24 = round(x*5); gasHig= xlsread('date.xls','a1:x1'); gasLow= xlsread('date.xls','a2:x2); THig= xlsread('date.xls','a3:x3')'; TLow= xlsread('date.xls','a4:x4')'; PHig= xlsread('date.xls','a5:x5')'; PLow= xlsread('date.xls','a5:x5')'; gasHig= xlsread('date.xls','a6:x6')'; THigH=THig *1.8+32*ones(24,1); TLowH=TLow *1.8+32*ones(24,1); PHigZ=101.325*ones(24,1)-PHig; PLowZ=101.325*ones(24,1)-PLow; energH=gasHig+x24; energL=gasLow; z=abs(chuli(energH,THigH,PHigZ)- chuli(energL,TLowH,PLowZ));
  • 14. 3.2 Calculation Result Multiple Factor [5] Correlation Coefficien
  • 15. 3.2 Calculation Result Multiple Factor [5] Correlation Coefficien
  • 16. 4. Conclusion • This experiment was achieved by performing simulation though the Matlab software. It is more convenient to use the MATLAB software to calculate the fractional variance but in principle, any other scientific computing software can achieve a similar function. • The purpose of this study is through the prediction of mine gas using the MATLAB software, we can collect the temperature, pressure, ground station and mobile station of gas flow in the mines for the analysis of correlation, correlation coefficient, and using the brains-storm algorithm to optimize the prediction of the gas emission peaking and the future trend.
  • 17. 4. Conclusion Some difficulties are: the algorithm chuli.m changes for ternary correlation coefficient algorithm from binary case, and in CfdMg.m function when modify initial value, call the function parameters, using a formula to turn in between Fahrenheit and Celsius, or the negative pressure is getting to positive pressure. We finally observed in graphics, estimated daily high gas concentration duration of peak hours. We recommend 8 hours a shift so that miners will be safe and can rest during the high gas emission period and return to work on a low gas time period so that the explosion risk is reduced to the lowest level.
  • 18. Acknowledge Thanks to Professor Yuhui Shi from SUST for providing the brain storming algorithm plus subroutines, thanks to Mr. Zhao and Mr. Ding from China Coal provide the coal mine data sets, and thanks to Ms. Sun Chenxu and 98 Suqian students to assist us in completing the original data calculation and verification for the 25 working days records, that gives us the confidence for seeing the same pattern, finally, thanks to Kenneth Huang from UCSD for editing the English writing.
  • 19. Thank You ! •Questions are welcome : steed@genieview.com