You are on page 1of 9

Economy

Opportu nity Costs for Large-scale Sports Events. Medium-sized Cities in Sichuan. Sichuan Sports
Journal of Shenyang Sport University, 31(4), Science, 5(1), p.p.88-90.
p.p.43- 46. 6. Luo, Z.L. (2014). Communication of the Youth
4. Tang, X.T., Cong, H.P. (2006). Theoretical Olympic Games and Nanjing Urban Culture.
Research on Industrial Relationship and Spread Sports & Science, 35(1), p.p.69-72.
Effect of Large-scale Sports Events. Journal of 7. Huang, H., Ma, Y.Y., Xie, B. (2014). Research
Chengdu Sport University, 32(4), p.p.11-15. on the Youth Olympic Games and Urban
5. Hong, X.J., Huang, P. (2013). Research on Social Image Promotion in Nanjing. Journal of News
Benefit of and Countermeasures for Undertaking Research, 5(16), p.p.13,36.
of High-level Sports Events by Small and

An Exploration Study on Quality Performance Casual Path Model


Based on BN Method

Shoudong Lu 1, 2

School of Economics and Management, Southwest Jiaotong University, Chendu 610031, China
1

2
Zhongshan Radio and TV University, Zhongshan 528400, China

Guohua Zhou1

School of Economics and Management, Southwest Jiaotong University, Chendu 610031, China

Abstract
According to MBNQA:1997 standard and scale, empirical data was obtained through a questionnaire
survey from Chinese railway construction enterprise, and used Bayesian Networks for PC algorithm, the
path model of the causal relationship between QMP and QP is acquired. The CPT parameter is obtained
by EM algorithm, reasoning analysis and diagnosis research are conducted, and some conclusions and
suggestions are drawn. Finally, the methodological and practical value of the BN model is discussed.
Key words: RAILWAY CONSTRUCTION ENTERPRISE, QMP, QP, BN STRUCTURE LEARNING,
PC ALGORITHM, SENSITIVITY ANALYSIS.

54 Metallurgical and Mining Industry No. 7 2015


Economy
1. Introduction Definition1: Assume that A, B and C are three
Since Flynn ,B. and Powell, C. et al. introduced mutually disjoint subsets of the random variable set
empirical methods to research on the relationship V = {x 1, x 2 ...x n } . If for "x i A, x j B and x k C , we have
between Quality Management Practice (QMP) and P (x i | x j , x k ) = P (x i | x j ) , when C is given, then A and B
Company Performance (CP) in the 1990s, another are conditionally independent.
research hotspot has appeared in the field of quali- Definition2: For a DAG (G) with V = {x1, x 2 ...x n } as
ty management after statistical process control theo- the node set, if any nodes, xi and xj in V, as well as W,
ry [1,2]. Research on the relationship between QMP a subset of V, meet the following criteria:
and QP (Quality Performance ) is a subtopic of the (1)All converging-connected nodes(as " X " )
former. Garvin (1984) was one of the earliest schol- in the connected path of xi and xj and offspring nodes
ars who studied this issue and proposed a famous of its converging-connected nodes are not in W: (2)
2-path model based on manufacture and market [3]. At least one serial-connected (as " X " )or diverg-
Flynn, B. (2001), Tito Conti (1997) and Anderson, ing-connected node(as " X " ) in the connected
J.C. (1995) et al. based the items of three internation- path of xi and xj is in W, then we say W node (set)
al quality award criteria(MBNQA, EQA and DAP ) D-separates the path between xi and xj. If all paths be-
and derived three QP path models through empirical tween xi and xj are D-separated by W node (set), then
research [1,4]. Ahmad, M.F.(2012) based his theories we say W node (set) D-separates xi and xj.
on five QMP practice items, while Juan, J.T. (2007) CI between variables is corresponding to D-sep-
obtained another QP causal path models through the- aration between nodes. Through a whole test on CI
oretical hypothesis and empirical analysis, with ten between all variables in joint probability distribution,
QMP practice items [5,6]. we can determine D-separation sets between varia-
2. Introduction to BN Theories and Methods bles and build a BN to reflect these CIs, to the maxi-
2.1. Introduction to BN Theories mum probability [10].
Bayesian Networks are referred to as BN. They Traditional CI test methods mainly include SGS,
were first raised by Judea Pearl in 1986 [7]. A com- PC, TPDA, FCI and other algorithms [11]. PC, TPDA
plete BN consists of two parts (G, P). G stands for and FCI algorithms are actually an improvement on
Directed Acyclic Graph (DAG). It is composed of the basis of SGS algorithm. The basic idea and calcu-
several nodes and some connecting edges. It is also lation steps of SGS algorithm are as follows:
known as BN structure. P refers to Conditional Prob- Step I: Connect any two nodes in the node set V
ability Table (CPT). It stands for conditional proba- and obtain a complete DAG (G).
bility between variables. Step II: For any two nodes x i , x j in a complete
BN theories build a bridge between data and DAG (G), a CI test is performed with any order sub-
graphic structures, achieve the formal expression of set of S ( S = {V \ (x i , x j )} ) as the condition. If test results
relationship between variables through joint probabil- show that xi and xj are D-separated by certain Sk (
ity distribution or CPT, and realize visual expression Sk S ), then delete the undirected edge between xi
through DAG structural diagrams between nodes [8]. and xj in Figure G.
BN learnings include parameter learning and Step III: When determining the direction of ad-
structure learning. The goal of structure learning is to jacent edges, SGS algorithm first finds out any un-
obtain a DAG structural diagram. Parameter learning closed triple (x i , x j , x k ) .If there are connecting edges
is usually a process based on structure learning, in between xi and xj, between xj and xk, but no connect-
which CPT parameters are obtained in specific ways. ing edges between xi and xk, if and only if xj doesnt
After a complete BN is obtained, we can further in- belong to any D-separation set of x i and x k , we define
fer and diagnose and get some quantitative, scientific (x i - x j - x k ) as a V structure: (x i x j x k ) .
and objective results, to provide reference for man- Step IV: After finding out all V -structures, we ap-
agement decisions. ply the following two rules repeatedly to determine
2.2 BN Structure Learning Based on CI Tests the direction of remaining undirected edges:
There are two common methods of BN structure 1) If there is a directed edge (x i x j ) between x i
learnings: one is based on score function and the and x j , and an adjacent edge (x j - x k ) between x j and x k
other is based on conditional independence tests (CIs , but no adjacent edge between x i and x k and no other
for short). Compared with score function algorithms, arrows point to x k , then we define (x j - x k ) as (x j x k ) ;
CI test algorithms are generally applicable to the 2) If there is a directed path from x i to x j and
condition with fewer variables system, sparse network an adjacent edge between x i and x j , then we define
structure and small sample data [9]. (x i - x j ) as (x i x j ) .

No. 7 2015 Metallurgical and Mining Industry 55


Economy
Step II in SGS algorithm involves many CI tests pal component. Specific test results are shown in Ta-
and a large amount of calculation and a small sample ble 1.
training data cannot guarantee structural reliability What Cronbachs alpha reflects the degree of con-
[10]. So PC algorithm is mainly focused on Step II, sistency between various measurement items of latent
that is, CI tests are conducted in the sequence of 0-or- variables. If Cronbachs is greater than 0.7, then
der subset S0, first-order subset S1 and second-order there is good consistency between items. What vari-
subset S2, and so on. After reaching the actual objec- ance contribution rate of the first principal component
tive value, calculations end automatically. There is no reflects is the percentage in which latent variables
need to test all orders. It greatly reduces the time and variance can be explained with a single questionnaire
complexity of algorithm. For detailed information item. If the value is greater than 50%, then the scale
about PC algorithm, see References [12, 13, 14] has good structural validity. The setting of question-
BN parameter learning is very simple. Common aire item is reasonable.
methods mainly include: maximum likelihood es- It can be seen from Table 1 that except two var-
timation, Bayesian estimation, EM algorithm and iables -human resource management and quality
MCMC algorithm, etc. [14]. performance are slightly smaller, other latent vari-
2.3. BN Inference and Diagnosis ables and their items have good reliability and struc-
After structure and parameter learnings, we obtain tural validity.
a complete BN, and we can begin BN inference and As BN structure learning is mainly based on in-
diagnosis. The core of BN inference is to calculate dex data of observed variables. For latent variables as
posteriori probabilities (distributions). Set all varia- nodes, we need to calculate the scores of latent var-
ble sets as X, evidence variable sets as E and query iables. Common calculation methods for the scores
variable sets as Q, the basic task of BN inference is of latent variables include simple weighted average
to calculate the conditional probability distribution of method, AHP method, principal component analysis
query variable Q, provided that a set of evidence var- and entropy weight method, etc. This paper uses en-
iables E=e are given, namely: tropy weight method to calculate the score weight of
each observed variable(questionnaire item) in latent
variables. First, a judgment matrix for scores of all
observed variables in 293 samples is built, then nor-
BN inference can realize causal inference from malize processing is performed. The entropy of each
left to right, or diagnostic inference from right to left, observed variable is calculated, to figure out their en-
sensitivity analysis and any other forms of inference tropy weights and finally get the scores of 7 latent
and diagnosis. variables in each sample[15].
3. QP Path Structure Learning 3.2. QP Path Structure Learning
3.1. Reliability and Validity of the Scale GeNIe (Graphical Network Interface) is an appli-
This paper chooses items in MBNQA: 1997 stand- cation software used to establish graphical decision
ards as the object of structure learning. A measure- models. It was developed by Decision Making Sys-
ment scale of 7 variables is shown in Table 1. tem Laboratory, the University of Pittsburgh, U.S.A.
Research sample data came from questionnaires filled Since released in 1998, GeNIe 1.0 has received ex-
by project managers or supervisors of units partici- tensive praises from academia and industry. The lat-
pating in Nanning-GuangzhouRailway construction. est GeNIe 2.0 has a more friendly operation interface
They were civil construction units subordinate to than GeNIe 1.0 and provides many new algorithm.
China Railway Construction Corp and China State We run sample data on a GeNLe2.0 software plat-
Construction Engineering Corp. The questionnaire form. In learning methods, we choose CI-based PC
contained 24 items and adopted a 5-point Likert methods. For the maximum number of parent nodes,
scale. A total of 293 valid questionnaires were col- we select 6. For significance level, we select 0.05.
lected. Since the questionnaire was designed with ref- PC algorithm is suitable for structure learning
erence to MBNQA: 1997 standards and combined the with small sample data and sparse network, but sam-
specific characteristics of railway building construc- ple data is not too big to learn. To make up for small
tion enterprises, it was reliable in contents validity. sample deficiency, we increase objective prior in-
We mainly used Cronbachs to test the reliability of formation to achieve the effect of enlarging sample
the scale and tested the structural validity of the scale data[14]. Combining with some common sense and
with the variance contribution rate of the first princi- conclusions in References [1-6], we input the follow-

56 Metallurgical and Mining Industry No. 7 2015


Economy
Table 1 Contents, Reliability and Structural Validity Tests for QMP And QP Scales

Variance
Cronbachs
Variables Index Items Contribution

Ratio
1. Have a clear mission, vision and values and
communicate to all stakeholders.
2. Have an organizational guarantee system
Leadership for quality management and improvement. 0.898 70.307%
Each department head has his own quality
responsibilities.

1. Acquire the companys internal and external
information through various channels.
Information and
2. Make a statistical causal analysis, according to 0.776 59.483%
Communication
competitors benchmark data.

1. Have long-term strategic plans and goals in
document, while consider the interest demands
of relevant parties. Have clear strategies and
Strategic Planning action plans 0.805 69.930%
2. The production system is competitive and has
good production strategies.

1. Understand customers demands. Customers
participate in product designs.
Customer and
2. Implement customer satisfaction surveys. The 0.704 67.324%
Market Focus
customer complaint handling process is standard.
Establish a good relationship with customers.
1. Employees receive standard trainings.
Versatile employees are paid by capabilities.
HumanResource 2. Factories solve problemd through groups and
0.688 47.970%
Management teams. Team participation factors are taken into
account in performance evaluation.

Multi-functional teams from different
departments involve in the design of production
process.
Process Management Before production, production engineers take an 0.772 50.305%
active part, make efforts to improve and reduce
employees work difficulty.

Compared with competitors, our project has a
higher quality level.
Quality Performance Compared with competitors, our projects win 0.654 46.039%
more awards for construction quality.

No. 7 2015 Metallurgical and Mining Industry 57


Economy
ing two types of prior knowledge: system, namely, leadership variable is placed
QP variables serve as final nodes, namely, to in the first layer of the software dialog box.
set up reverse inhibitor arcs between QP and other Calculate and learn structure from GeNLe2.0 di-
QMP factors; rectly. The ultimate path structural model between
Leadership serves as the first driver in the QMP and QP is shown in Figure 1 below.

Figure 1. Quality Performance Path Structural Model Derived from BN Structure Learning Methods

3.3. Parameter Learning of the Model through repeated iteration of E Step and M Step to
Based on the derived BN structural model, we convergence (namely the estimate of parameters tends
need to learn parameters further, to obtain a complete to be stable). In GeNIe2.0 software, we learn BN
BN. network parameters through EM algorithm and obtain
EM algorithm is a common algorithm which CPT. Due to the limited length of this paper, we only
estimates parameters from incomplete data sets. EM list CPT of three nodes, i.e., process management,
algorithm is composed of two parts, i.e., expectation strategic planning and quality performance.(_see
step(E Step) and maximization step(M Step), Figure 2)

Figure 2. CPTs Derived with EM Methods

58 Metallurgical and Mining Industry No. 7 2015


Economy
3.4. Inference and Diagnosis state. After a comparative analysisof data in the fig-
Upon the completion of structure learning and pa- ure3 and figure 4, we find that the direct impact of
rameter learning, we perform BN inference and diag- leadership on QP is not obvious, but the impact on
nosis. Figures 3 and 4 list the results of BN inference human resources and strategic planning is great.
when leadership is in an excellent and poor

Figure 3. Results of BN Inference When Leadership is in an Excellent State

Figure 4. Results of BN Inference When Leadership is in a Poor State

Figures 5 and 6 are results of sensitivity analysis planning, human resources management, infor-
when quality performance is in an excellent and mation and analysis and process management.
poor state. Through a comparative analysis of two When QP is in a poor state, sensibility affecting
figures, we find that when QP is in an excellent factors are three node variables, strategic planning
state, its sensibility affecting factors are five node human resource management and process man-
variables, customer and market focus, strategic agement.

No. 7 2015 Metallurgical and Mining Industry 59


Economy

Figure 5. Results of Sensitivity Analysis When QP Variables are in an Excellent State

Figure 6. Results of Sensitivity Analysis When QP Variables are in a Poor State

4. Further Analysis and Discussion structure learning, parameter learning, inference,


4.1. About BN Methods diagnosis and almost all BN methods to study and
This paper adopts BN methods based on CI tests analyze QP issues. It has very good reference value.
to explore the causal relationship between variables. 4.2. About the Structural Model
Compared with traditional correlation analysis or First of all, from Figure 1, it is not hard to find that
regression analysis, it reveals the causal relationship there is only one factor that has direct impact on project
between variables, from a more substantial sense. In QP, that is, process management. Other QMP factors
this research field, some literatures combined SEM act on QP indirectly through process management.
and BN methods, modelled structurally with SEM The enlightenment on project quality managers is
method first and applied BN method to inference and that when designing a quality system, they must grasp
diagnosis[16,17]. But no literature has been reported the core factor process management firmly. Any
that the above contents can be completed only by BN. efforts to ignore process management and pursue
Besides, in the application field of BN, a large other QMP one-sidedly are likely to be in vain. While
number of literatures applied its inference and the ISO9001 quality assurance system is a paragon
diagnosis tools to quantitative research. But almost of stress on process management. Therefore, doing a
all of these literatures built models by qualitative good job in implementing ISO9001 standards is a
theoretical analysis. The structure of model is basis and guarantee of QP for building construction
similar to a fishbone chart or tree structures, enterprises.
rather than a network structure. This will bring Secondly, direct motive factors affecting the
certain errors to subsequent inference, diagnosis and quality of process management include human
quantitative analyses[18,19]. This paper employs resources management, information and analysis,

60 Metallurgical and Mining Industry No. 7 2015


Economy
customer and market focus. In commonly, process genous variable. It is not affected by any other
generally refers to production process of which variables, but affects strategic planning and process
human resource management and information management. It hints that the more attention paid to
analysis based on data are an important content factor. markets and customers, the more effective quality
While the direct impact of customer and market focus strategic and goals will be, the more pertinent process
on production process is not very noticeable. But in control and process management will become. For
the building construction industry, sometimes, the this reason, building construction units are required
demands of property owners are ambiguous, and to study owner or customer demands, pay attention
design and construction drawings often change. This to gathering standard information of benchmarking
requires building construction units to pay attention to enterprises in the industry, satisfy owners or customers
customer and market focus. They are supposed to and improve QP of project.
communicate with owners and design units actively Finally, it is noteworthy that Reference [1] used
and frequently, and improve the effectiveness and path analysis method to obtain a structural model
efficiency of process management. between 7 factors, based on MBNQA: 1997 standards.
Moreover, customer and market focus is an exo- It is shown in Figure 7 below.

Figure 7. TQM Structural Model Based on MBNQA: 1997 (Flynn, B. 2001)

However, this paper is focused on QP, rather than planation is that quality leadership is the foundation
CP. Compared with the model in Figure 7, Figure 1 of other QMP factors in quality system. Leaders af-
has more sparse structure and clearer logic. It is an fect the final QP indirectly through a direct impact
ideal model that can guide quality management prac- on strategic planning, human resources man-
tice and improve QP effectively. agement, by setting strategic goals for enterprises,
4.3 About Inference and Diagnosis drawing up quality policies and quality goals, estab-
In European and American countries, there are lishing quality organizations and quality responsibil-
plenty of literatures on the impact of QMP on QP, but ity systems, giving quality consciousness educations
research findings are often confusing. No final con- to employees and building quality culture, etc.
clusion has been drawn yet. 5. Conclusion
In this paper, empirical results show that the sen- Based on QP issues in Chinas railway construction
sitivity factors of affecting QP are mainly strate- industry as research object, with MBNQA:1997
gic planning, human resources management and standards as the medium, this paper derives a causal
process management, while leadership (belonging path structural model between QMP and QP by
to basic practice or soft practice) doesnt have a sig- applying PC algorithm to BN structure learning,
nificant direct impact on QP. This empirical result obtains CPT parameters of the model by employing
emerged in previous literature, but such a conclusion EM algorithm, infers and diagnoses this BN structural
seemed to deviate from the view of stress on the role model and draws several conclusions and suggestions.
of leadership in ISO9000 standards. A plausible ex This paper uses structure learning, parameter

No. 7 2015 Metallurgical and Mining Industry 61


Economy
learning, inference, diagnosis and other BN tools to 8. Spirtes P, Glymour C. (1991) An algorithm for
study and analyze QP issues. From the perspective fast recovery of sparse casual graphs. Social
of research methods, it has a certain reference value. Sciences Computer Review, 9(1), p.p.62-72
Besides, this study obtains a QP path structural 9. Li Shuo-hao, Zhang Jun (2015) Review of
model for Chinas railway construction industry, Bayesian networks structure learning. Appli-
with more sparse structure, clearer logic and more cation Research of Computers,32(3), p.p.641-
reliable conclusions. It makes certain contributions 646
to enriching the theoretical studies in QMP and 10. Cooper G F, Herskovits E.(1992) A Bayesian
QP. Meanwhile, the results of model inference and Method for the Induction of Probabilistic Net-
diagnosis derived from this study also have certain works from Data. Machine Learning, 9(4), p.p.
guiding significance for QMP activities in the 309-347
engineering field in China. 11. Spirtes P, Glymaur C, Scheines R. (2000)
In the future, if more sample data are collected, Causation, Prediction, and search. New York:
the other learning algorithms of BN, such as K2 MIT Press.
algorithm, will be adopted for further tests. All these 12. Cheng J, Greiner R, Kelly J. (2002) Learning
work need to be conducted in similar studies in the Bayesian Networks from Data: An Efficient
future. Information-Theory Based Approach. Artifi-
cial Intelligence,137(1-2), p.p.43-39
References
13. Markus K, Peter B. (2007) Estimating High-Di-
1. Barbara B, Flynn B S.(2001) Further evidence
mensional Directed Acyclic Graphs with the
on the validity of the theoretical models Un-
PC-Algorithm. Journal of Machine Learning
derlying the Baldrige criteria. Journal of Op-
Research, No.8, p.p.613-636
erations Management,19(7), p.p.617-652
14. Zhang Lian-wen, Guo Hai-peng (2006) An in-
2. Thomas C. Powell (1995) Total quality man-
troduction to Bayesian Networks Beijin: Sci-
agement as competitive advantage: A review
ence Press
and empirical study. Strategic Management
15. Qiu Wan-hua (2002) Management Decision
Journal, 16(1), p.p. 15-37.
and Applied Entropy Theory. Beijin: Machin-
3. Garvin D A. (1984) What does product qual-
ery Industry Press
ity really mean? MIT Sloan Management Re-
16. Sumeet G, Hee W K. (2008) Linking structural
view, 26(1), p.p. 25-43
equation modeling to Bayesian networks: De-
4. Anderson J C, Rungtusanatham M, Scheoed-
cision support for customer retention in virtual
er R G, DEVARA J S.(1995) A path analytic
communities. European Journal of Operation-
model of a theory of quality management un-
al Research,190, p.p.818-833
derlying the Deming management method.
17. Song Yong-tao, Su Qing (2011) Using Bayes-
Decision Sciences, 26(5), p.p. 637-658
ian networks to evaluate the effect of quality
5. Ahmad M F, Zakuan N, Jusoh A, Takala J.
management practices on performance. Sys-
(2012) Relationship of TQM and Business
tems Engineering-Theory &Practice, 31(8),
Performance with Mediators of SPC, Lean
p.p.1440-1446
Production and TPM. International Congress
18. Liu Li-zhen, Chen Lei, Zhang Mao-hong
on Interdisciplinary Business and Social Sci-
(2011) Fire safety evaluation model of large
ence, 65(3), p.p.186-191.
city community based on Bayesian network.
6. Juan Jose Tari, Jose Francisco Molina, Juan
Application Research of Computers, 28(1),
Luis Castejon (2007) The relationship between
p.p.182-188
quality management practices and their effects
19. Zhou Guo-hua, Peng Bo (2009) Analysis of
on quality outcomes. European Journal of Op-
Quality Management Risk in Large Construc-
erational Research, 183(2), p.p. 483-501.
tion Projects Based on Bayesian Belief Net-
7. Pearl J. (1986) Fusion, propagation, and struc-
work. China Soft Science, No.9, p.p.99-106
turing in belief networks. Artificial Intelligence,
29(3), p.p.241-288

62 Metallurgical and Mining Industry No. 7 2015

You might also like