Estimation of Reliability and Cost Relationship for Architecture-based Software

Size: px
Start display at page:

Download "Estimation of Reliability and Cost Relationship for Architecture-based Software"

Transcription

1 International Journal of Automation and Computing 7(4), November 2010, DOI: /s Estimation of Reliability and Cost Relationship for Architecture-based Software Hui Guan 1, 2 Wei-Ru Chen 1 Ning Huang 1 Hong-Ji Yang 2 1 Department of Computer Science and Technology, Shenyang Institute of Chemical Technology, Shenyang , PRC 2 Software Technology Research Laboratory, De Montfort University, Leicester LE19BH, UK Abstract: In this paper, we propose a new method to estimate the relationship between software reliability and software development cost taking into account the complexity for developing the software system and the size of software intended to develop during the implementation phase of the software development life cycle. On the basis of estimated relationship, a set of empirical data has been used to validate the correctness of the proposed model by comparing the result with the other existing models. The outcome of this work shows that the method proposed here is a relatively straightforward one in formulating the relationship between reliability and cost during implementation phase. Keywords: Development cost, failure rate, software architecture, software reliability. 1 Introduction Software systems have a significant influence on our daily lives. A failure during operation of software can lead to economic loss and may even cause loss of human lives. Therefore, unreliable software is not acceptable and should be identified in the early stage of software development. The later the defects found, the higher the cost that needs to be paid for them. Reliability is one of the most important quality attributes of software since it quantifies software failures during the development process. However, higher level reliability of software can definitely result in more development cost which, in turn, restricts the software distribution [1]. It is concluded that a strong relationship exists between cost and reliability. In practical engineering, software project managers are required to estimate the cost needed to complete the development of a software system taking into account the required level of reliability. Indeed, the cost should be estimated, as early and accurately as possible, so that the development team can choose the proper techniques in order to address constraints of cost and required reliability. Moreover, estimating the development cost for a software system before being developed is an important foundation for the feasibility study and is the precondition to software system management. Therefore, after the design phase is completed, it is necessary to estimate the cost of implementation phase based on the architecture generated out of the design phase taking the required level of software reliability into consideration. Several software reliability models had been proposed in the past decades to help software managers and developers to analyze and design systems under such dual and often conflicting constraints of maximizing reliability and minimizing cost. In spite of there being many software reliability models, most of them focus on the cost estimation during the testing phase of software development [2 5] and software release policies [6 8], i.e., when to stop testing and Manuscript received July 8, 2009; revised January 10, 2010 deliver the system. We believe it is fair to say that there has been limited success as yet. Dating back to the last decade, Henlander et al. [9] described the relationship between reliability and cost based on reliability allocation approach. They presented two approaches for reliability and cost planning named reliability-constrained cost-minimization (RCCM) and budget-constrained reliability-maximization (BCRM) and three functions for measuring cost-to-attain failure intensity. The modeling frameworks presented in [9] focus on cost distribution among software components with a quantified system reliability goal. In addition, Zahedi and Ashrafi [10] adopted the analytic hierarchy process (AHP) method for modeling the software architecture with cost as the constraints and proposed a model relating to the system reliability maximization. Boehm et al. [11] presented a method for evaluating software development cost by using the constructive cost model (COCOMO) model. Similar to the COCOMO model, Forbes and Long [8] proposed a reliability investment model that can be used to predict the investment in reliability required to achieve a given amount of reliability improvement by dividing the investment in reliability in terms of average production unit cost. The model proposed in [8] is intended to comprise four submodels; only two of them are completed thus far, and more research is required to mature the basic model. Huang and Kuo [2, 3] outlined a method using logistic testing-effort (LTE) function to optimize the reliability allocation and testing schedule for a software system taking into account the reliability growth of its components. Wadekar and Gokhale [12] explored cost and reliability tradeoffs in architectural alternatives by using a genetic algorithm. Williams and Vivekanandan [13] discussed a modified approach to calculate the delivery cost of a software product, when warranty is to be provided, with an imperfect debugging phenomenon. The optimal release time can be calculated for various reliability levels by minimizing the cost. The delivery cost, reliability of the software system, and the optimal release time were calculated by using an imperfect debug-

2 604 International Journal of Automation and Computing 7(4), November 2010 ging software reliability growth model. There are many other different methods to address the relationship between software reliability and development cost [4, 14 16]. The contribution of this paper is to propose a new approach for estimating the cost of the implementation phase of the software development life cycle based on the software architecture, given a desired level of reliability for that software. Estimation is carried out after the design phase is conducted, that is, before the software implementation phase begins. Evaluation of the relationship of software reliability and development cost is based on the available architecture and the expected level of software reliability. An architecture-based reliability and cost relationship model which is in form of the logarithm of reliability (abbreviated as RCR model) is outlined, and then two comparisons between the proposed model and the models proposed by Helander et al. [9] are made via applying the empirical data. At last, the comparison results are given at the end of the paper. The rest of this paper is organized as follows. In Section 2, we introduce in detail the architecture-based reliability and cost relationship model, abbreviated as RCR. In Section 3, a numerical example is given in order to validate whether the RCR model can work properly. By comparison, the other three models proposed by Helander et al. [9] are provided in Section 4. In Section 5, we utilize two sets of empirical data to verify the correctness of the RCR model and make comparisons with the models mentioned in Section 4. In the end, conclusion and future work are presented. 2 Architecture-based reliability and cost relationship model It is reasonable to assume that the cost function f i would satisfy these three conditions [17] : 1) f i is a positive definite function. 2) f i is non-decreasing. 3) f i increases at a higher rate for higher values of R i. The third condition suggests that it can be very expensive to achieve the reliability value of 1. In fact, it has been shown that under some assumptions, it is infeasible to achieve ultra-high reliability for software [18]. In some cases, the cost function can be derived from basic considerations and is usually stated in terms of the reliability, as we will do below for software reliability. 2.1 Software reliability According to the definition of software reliability [19] : r(t) = e λt (1) where r(t) is the continuous-time system reliability, and λ is its failure rate. From the formula above, it can be concluded that the reliability of a software is strongly dependent on the number of faults that remain in it after testing and debugging. As fault decreases, the probability that the software works according to its specification will increase, that is, reliability will vary inversely with faults. 2.2 Development cost Software development process consists of several phases, where estimation of development cost means different things with respect to different phases of software development life cycle. Fig. 1 gives some examples of factors associated with development cost of each phase. However, it is not limited to these. Fig. 1 Cost in terms of software development life cycle In this paper, we focus on the development cost spent in the implementation phase of the software development life cycle. We define development cost as the cost incurred to develop the software system while meeting the required level of reliability based on the existing architecture which is completed during the design phase. 2.3 Two assumptions of the RCR model According to the experiences from practical engineering, this paper takes account of the factors by assuming that software reliability and development cost satisfy the relationships as below: Assumption 1. Software development cost is inversely proportional to the number of system failures. That is E 1 C (2) λ E (3) where E is the number of system failures, C is the development cost, and λ is the system failure rate. Using (2) and (3), reliability function (1) is therefore C 1 ln r. (4) From the above formulation, we can conclude that software development cost is inversely proportional to the logarithm of achieved or required reliability r without taking the running time into account. Assumption 2. Software development cost is proportional to the complexity and size of the software system. Taking Assumptions 1 and 2 into account, (4) can be approximated by C = α (5) ln r where α represents the complexity and size of developing the software system and is called the reliability-cost coefficient in this paper.

3 H. Guan et al. / Estimation of Reliability and Cost Relationship for Architecture-based Software 605 Consider the matter of fact in practical engineering, where there usually exists some basic cost such as personnel training, development tools preparation, etc., we use character β to represent the basic development cost in this paper. With the assumption above, we describe the reliabilitycost model as below: C(r) = α + β. (6) ln r Equation (6) states the relationship between the system development cost and the system reliability in our RCR model. 2.4 Considerations on α and β A software application that is developed in an ideal manner will go through a first round of architecture-based analysis during the design phase. When architecture-based analysis is conducted during the design phase, the architecture of the application may be obtained from expert opinion, from prior experience with similar product, and from the previous release of the same product. On this basis, estimation of architecture-based software development cost with the required level of software reliability can be conducted by using (6). We do not derive explicit expressions for α and β in this work; rather, we assume that α and β are estimated during the design phase, based on the historical data of past projects of the same category as the software under development. Parameter β is called basic development cost in this paper which includes the cost paid before software development, i.e., personnel training, software and proprietary technology purchasing, etc. Historical basic data of similar project may do help in the estimation of β. With regard to α called the reliability-cost coefficient in this paper, it has close relationship with the complexity and size of software. As far as a specific software project development team is concerned, we can estimate α from previous practical project data if we know the size and technology of developing the software; the value of α will be determined accordingly. For example, it is common for a software development team that a default level of reliability will be set before the software is being developed. Suppose that r 0 is the default reliability. C 0 can be estimated from the historical project of the same category for the same development team, and then α can be estimated by using (6). With regard to the basic indivisible software or component and a specified software development team, α and β are fixed values. 3 Numerical example of the RCR model Consider a hypothetical example where we wish to estimate the overall development cost C, taking into account the two parameters, which are β = 90 and α = 0.3; then we can obtain the data shown in Table 1 according to the formula of the RCR model. Fig. 2 shows the relationship between the system reliability and the development cost of the RCR model with the data in Table 1, where r and C refer to the software reliability and the development cost, respectively. Fig. 2 Curve of C and r for the hypothetical example Table 1 Reliability and cost data set with β = 90 and α = 0.3 No. r C According to Fig. 2, it will cost more in order to achieve a very high level of software reliability. Conclusion from the computation by using first optimization (1stOpt) tools is that our RCR model can express the relationship between software reliability and development cost preliminarily. Therefore, it may be said that the result produced here as expected has yielded a reasonable consistent estimation. 4 Three software component cost failure intensity functions Helander et al. [9] proposed three functions of software development cost according to the different relationships among the influence factors: linear, exponential, and inverse power. 4.1 The linear cost function The linear form (see Table 2) can be used in the absence of knowledge about the relative nonlinear characteristics of cost-to-attain reliability, or when this relationship is thought to be indeed linear. The advantage of using the linear cost function is its simplicity. The disadvantage of the linear function is that the solution might not be practical for large or complex systems.

4 606 International Journal of Automation and Computing 7(4), November 2010 Table 2 General forms and parameter specifications for software component cost-to-attain failure intensity functions Cost form Function Parameter αλ + β, if λ β β Linear C (λ) = α Scale β > 0, Shape α (0, ) λ 0, otherwise max β ln (1 exp ( λ)), if λ > 0 Logarithmic exponential (LnExp) C (λ) = +, otherwise Scale β > 0 Inverse power (InvPow) C (λ) = β (λ δ) α, if λ > δ +, otherwise Scale β > 0, Shape α 0, Location δ (0, λ s) 4.2 The logarithmic exponential cost function (LnExp) A second cost function, which is nonlinear in form, is the logarithmic exponential (LnExp) function. An advantage of the LnExp cost function is that only a single parameter β needs to be specified for each component. Also, in the absence of actual data, approximation of the single parameter β and visual comparison of the resulting curves to assess and verify relative software component costs are possible. A disadvantage of the LnExp function is that there is little flexibility for changing the shape of the curve. 4.3 The inverse power cost function (InvPow) Another nonlinear function that satisfies the desired characteristics is the inverse power (InvPow) cost function. The advantage of the InvPow cost function is that it is a generalization of the basic COCOMO form introduced by Boehm [11]. A disadvantage of the InvPow cost function is that either two or three parameters per component must be specified, depending on whether the location parameter δ is assumed to be nonzero. 5 Comparisons and results In this section, we illustrate the applicability of the RCR model with two examples by using two sets of empirical data. In fact, it is difficult to obtain the statistical data in terms of cost and software reliability. Unfortunately, the data listed in the previous literatures are mostly based on assumption. We refer to the data cited from [20, 21], both of which are from architecture-based software. Statistical data from [20] are derived from a practical project named post logistics information system of Jiangsu Province. A curve fitting tool named 1stOpt is used in this paper. 1stOpt is developed by 7D Software High Technology Incorporation. It is a leading worldwide software platform for numerical optimization analysis, especially in areas of curve fitting, nonlinear regression and parameter estimation of a nonlinear complex engineering model. We use this tool as the experimental basis. 5.1 Example 1 This example illustrates the correctness of the RCR model when it is applied by using empirical data cited from [20]. In order to make a comparison with other reliabilitycost models, the same data are applied to the models proposed by Helander et al. [9] as well. In [22], when the software reliability is 0.93 and development cost is 90, we can obtain Table 3. The meaning of each symbol is the same as in (5), where λ represents the failure ratio, and r and C are software reliability and development cost, respectively. Table 4 shows the comparison results of four cost models listed in Sections 3 and 4 by using the empirical data of Table 3, and their comparison plots are shown in Fig. 3. Table 5 depicts the best estimated value of parameters for each cost model. Table 3 Relationship between failure rate and reliability-cost within unit time λ r C In Fig. 3, small dot line with black solid circles represents the calculated value, and solid lines with black solid rectangles represent the actual value with the reliability on horizontal axis and development cost on vertical axis in the RCR model, and the failure rate λ on horizontal axis and development cost C on vertical axis in the other three figures. The trends of the calculated value curve and that of the actual value curve of four models are all consistent. 5.2 Example 2 Let us consider another example where the RCR model is used to estimate the additional development cost when the system reliability is required to be improved on the basis of the reliability available.

5 H. Guan et al. / Estimation of Reliability and Cost Relationship for Architecture-based Software 607 Table 4 Comparison results of Example 1 Actual value RCR model Linear cost model LnExp cost model InvPow cost model Calculated value Calculated value Calculated value Calculated value Average comparative error Table 5 Best estimated values of each parameter for the four cost models Example Example 1 Example 2 Cost model Parameter α β δ RCR model Linear cost model LnExp cost model InvPow cost model RCR model LnExp cost model (a) RCR model (b) Linear cost model (c) LnExp cost model (d) InvPow cost model Fig. 3 Fitted figures of four cost models with the empirical data in [18]

6 608 International Journal of Automation and Computing 7(4), November 2010 Suppose, for the system reliability available of 0.93, it will cost more if we intend to improve the reliability to a higher level. Some empirical data [21] are shown in Table 6. Table 6 Data in terms of reliability [20] Available r Expected r C(0.93, r) RCR model As the empirical data in Table 6 are in terms of the differentials of the cost, we need to transform (6) in order to be in conformity with empirical data; the result is C(0.93, r) = α ln r + β ( α ln β) = α ln r + α ln 0.93 We use (7) as the objective function in 1stOpt tool, where r is the expected level of reliability, 0.93 is the available system reliability and C(0.93, r) is the difference value of system development cost between them. Fig. 4 shows the trends of two curves using 1stOpt tool. (7) As the logarithmic-exponential cost model is expressed in the form of the system failure rate λ, whereas the empirical data [21] are given in terms of reliability, a transformation needs to be done. Table 7 lists the empirical data in the form of system failure rate λ. When the system available reliability r is 0.93, the corresponding system failure rate λ is by using (1). Table 7 Data in terms of failure rate [20] Available λ Expected λ C(0.0726, λ) With the same operation done to the RCR model, Fig. 5 shows the result of applying empirical data [21] to the logarithmic-exponential cost model. Fig. 5 Logarithmic-exponential cost model with data in Table 7 Table 8 Comparison result of Example 2 Actual value RCR model Calculated value LnExp cost model Calculated value Fig. 4 RCR model with empirical data in Table Logarithmic-exponential cost model In this case, we choose the logarithmic-exponential cost model from [9] as the compare model for the RCR model as both models are in the forms of logarithm. The same as in Section 5.2.1, we need to transform the logarithmic-exponential cost model as well. The transformed equation is ( ) (1 exp ( λ)) C(0.0726, λ) = β ln. (8) (1 exp ( )) Average comparative error

7 H. Guan et al. / Estimation of Reliability and Cost Relationship for Architecture-based Software 609 Comparison results are listed in Tables 4 and 8 for Examples 1 and 2. In the meanwhile, the estimated values of each parameter for both examples are given in Table 5. It can be concluded from the examples above that the values of the RCR model are more close to the actual value than the other three models proposed in [9] as far as the empirical data in Tables 3 and 6 are concerned. In addition, the RCR model is more straightforward, effective and needs less calculation. 6 Conclusion and future work In this paper, we formulate an estimation approach to model the relationship between software reliability and software development cost taking into account the complexity for developing the software system and the size of software intended to develop. On the basis of this, a set of empirical data has been used to validate the correctness of the RCR model by comparing the result with the other three models proposed by Heland et al. [9] The outcome of this work, despite being still preliminary, allows us to say that the method proposed here is a relatively straightforward one in formulating the relationship between reliability and cost during design phase. We present the RCR model with an eye on the complexity for developing the software system and the size of software intended to develop. However, how to make sure about the quantification of the parameters (α, β) still deserves further exploration. Furthermore, the RCR model can be used to estimate the cost of an independent component in terms of its allocated reliability. When it is used in such circumstance, how to allocate the limited development cost to the components while achieving the highest level reliability or allocate the reliability to the components with assuring required reliability of the whole software while minimizing the amount of the development cost is another problem we will try to study. References [1] W. Ning, Y. Chen, X. Tian. A balance between software reliability and cost. Systems Engineering and Electronics, vol. 24, no. 11, pp , (in Chinese) [2] C. Y. Huang, J. H. Lo, S. Y. Kuo, M. R. Lyu. Optimal allocation of testing resource considering cost, reliability, and testing effort. In Proceedings of Pacific Rim Dependable Computing, Polynesia, Frence, pp , [3] S. Y. Kuo, C. Y. Huang, M. R. Lyu. A framework for modeling software reliability, using various testing efforts and fault detection rates. IEEE Transactions on Reliability, vol. 50, no. 3, pp , [4] C. Y. Huang, J. H. Lo, S. Y. Kuo, M. R. Lyu. Software reliability modeling and cost estimation incorporating testing-effort and efficiency. In Proceedings of the 10th International Symposium on Software Reliability Engineering, IEEE, pp , [5] H. Pham, H. Wang. A Quasi-renewal process for software reliability and testing costs. IEEE Transactions on Systems, Man, and Cybernetics Part A: Systems and Humans, vol. 31, no. 6, pp , [6] C. Y. Huang, M. R. Lyu. Optimal release time for software systems considering cost, testing-effort, and test efficiency. IEEE Transactions on Reliability, vol. 54, no. 4, pp , [7] B. Yang, H. Hu, J. Zhou. Optimal software release time determination with risk constraint. In Proceedings of Annual Reliability and Maintainability Symposium, IEEE, pp , [8] J. Forbes, E. A. Long. Dertermining how much to invest in reliability. International Test and Evaluation Association, vol. 29, no. 3, pp , [9] M. E. Helander, M. Zhao, N. Ohlsson. Planning models for software reliability and cost. IEEE Transactions on Software Engineering, vol. 24, no. 6, pp , [10] F. Zahedi, N. Ashrafi. Software reliability allocation based on structure, utility, price and cost. IEEE Transactions on Software Engineering, vol. 17, no. 4, pp , [11] B. Boehm, R. Valerdi, J. A. Lane, W. Brown. COCOMO suite methodology and evolution. CrossTalk The Journal of Defense Software Engineering, vol. 18, no. 4, pp , [12] S. A. Wadekar, S. S. Gokhale. Exploring cost and reliability tradeoffs in architectural alternatives using a genetic algorithm. In Proceedings of the 10th International Symposium on Software Reliability Engineering, IEEE, pp , [13] D. R. P. Williams. Study of the warranty cost model for software reliability with an imperfect debugging phenomenon. Turkish Journal of Electrical Engineering and Computer Sciences, vol. 15, no. 3, pp , [14] N. E. Rallis, Z. F. Lansdowne. Reliability estimation for a software system with sequential independent reviews. IEEE Transactions on Software Engineering, vol. 27, no. 12, pp , [15] O. Hryniewicz. An evaluation of the reliability of complex systems using shadowed sets and fuzzy lifetime data. International Journal of Automation and Computing, vol. 3, no. 2, pp , [16] B. Kwiatuszewska-Sarnecka. Reliability improvement of large multi-state series-parallel systems. International Journal of Automation and Computing, vol. 3, no. 2, pp , 2006.

8 610 International Journal of Automation and Computing 7(4), November 2010 [17] A. Mettas. Reliability allocation and optimization for complex systems. In Proceedings of Annual Reliability and Maintainability Symposium, Los Angeles, CA, USA, pp , [18] R. W. Bulter, G. B. Finelli. The infeasibility of quantifying the reliability of life-critical real-time software. IEEE Transactions on Software Engineering, vol. 19, no. 1, pp. 3 12, [19] M. R. Lyu. Handbook of Software Reliability Engineering, New York, USA: IEEE Computer Society Press, pp. 36, [20] B. Han. Reliability Allocation and Applied Research of Software System Based on Genetic Algorithm, M. Sc. dissertation, Shanghai Normal University, PRC, (in Chinese) [21] W. Zhu, X. Shao, H. Hu, Y. Dong. Optimal decision for the allocation of system reliability. Journal of Systems Engineering, vol. 13, no. 1, pp ,1998. (in Chinese) [22] K. Kapur, L. R. Lamberson. Reliability in Engineering Design, New York, USA: John Wiley and Sons, Inc., Hui Guan received the B. Sc. and M. Sc. degrees in computer science from the Shenyang Institute of Chemical Technology, PRC in 2000 and 2006, respectively. Since January 2009, she has been a Ph. D. candidate at De Montfort University, UK, in the Faculty of Computing Science and Engineering. In the meantime, she is a lecturer in the Shenyang Institute of Chemical Technology. Her research interests include software reliability, model driven development, and software security. guanh1999@126.com (Corresponding author) Wei-Ru Chen received the B. Sc. and M. Sc. degrees from Northeast University, PRC in 1985 and 1988, respectively. He is currently the head of the Department of Computer Science and Technology, Shenyang Institute of Chemical Technology, PRC. His research interests include software architecture, software reliability, and data mining. willc@china.com Ning Huang received the B. Sc. and M. Sc. degrees in computer science from Shenyang Institute of Chemical Technology, PRC in 2003 and 2008, respectively. Now, she is a laboratory assistant in Shenyang Institute of Chemical Technology. Her research interests include software reliability and software architecture. huangning@syict.edu.cn Hong-Ji Yang received the B. Sc. and M. Phil. degrees from Jilin University in 1982 and 1985, respectively, and the Ph. D. degree from Durham University, UK in Currently, he is a professor at the Software Technology Research Laboratory, Faculty of Technology, De Montfort University, UK and leads the Software Evolution and Reengineering Group. He served as a program co-chair at IEEE International Conference on Software Maintenance in 1999 and the program chair at IEEE Computer Software and Application Conference in His research interests include software engineering and pervasive computing. hyang@dmu.ac.uk

Four Problem Minimization in Software Testing Resource Allocation

Four Problem Minimization in Software Testing Resource Allocation IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 6, Ver. III (Nov.-Dec. 2016), PP 109-116 www.iosrjournals.org Four Problem Minimization in Software

More information

Software Reliability Modeling with Test Coverage: Experimentation and Measurement with A Fault-Tolerant Software Project

Software Reliability Modeling with Test Coverage: Experimentation and Measurement with A Fault-Tolerant Software Project 18th IEEE International Symposium on Software Reliability Engineering Software Reliability Modeling with Test Coverage: Experimentation and Measurement with A Fault-Tolerant Software Project Xia Cai and

More information

Optimal Economic Life Interval Evaluation Method of Transformers

Optimal Economic Life Interval Evaluation Method of Transformers Energy and Power Engineering, 2017, 9, 78-87 http://www.scirp.org/journal/epe ISSN Online: 1947-3818 ISSN Print: 1949-243X Optimal Economic Life Interval Evaluation Method of Transformers Zhen Mei 1*,

More information

Analysis of China s Energy Intensity and Its Forecast

Analysis of China s Energy Intensity and Its Forecast ISSN 1749-3889 (print, 1749-3897 (online International Journal of Nonlinear Science Vol.9(2010 No.3,pp.320-324 Analysis of China s Energy Intensity and Its Forecast Beibei Zhang, Lixin Tian Nonlinear Scientific

More information

Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent Manufacturers

Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent Manufacturers Mathematical Problems in Engineering Volume 2015, Article ID 579893, 5 pages http://dx.doi.org/10.1155/2015/579893 Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent

More information

Keywords:- Fault detection, software reliability growth model (SRGM), non-homogeneous Poisson process(nhpp),residual defects, confidence interval.

Keywords:- Fault detection, software reliability growth model (SRGM), non-homogeneous Poisson process(nhpp),residual defects, confidence interval. Volume 3, Issue 6, June 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Use of Software

More information

A New Analysis Concept in Applying Software Reliability Growth Models and Tool Implementation: The SafeMan

A New Analysis Concept in Applying Software Reliability Growth Models and Tool Implementation: The SafeMan Journal of Software Engineering and Applications, 2014, 7, 396-405 Published Online May 2014 in SciRes. http://www.scirp.org/journal/jsea http://dx.doi.org/10.4236/jsea.2014.75036 A New Analysis Concept

More information

Research on inventory and transportation integrated optimization model of supply chain on online shopping based on the revenue sharing contract

Research on inventory and transportation integrated optimization model of supply chain on online shopping based on the revenue sharing contract Available online www.jocpr.com Journal of Chemical Pharmaceutical Research, 04, 6(6:-6 Research Article ISSN : 0975-784 CODEN(USA : JCPRC5 Research on inventory transportation integrated optimization model

More information

SE curriculum in CC2001 made by IEEE and ACM: What is Software Engineering?

SE curriculum in CC2001 made by IEEE and ACM: What is Software Engineering? SE curriculum in CC2001 made by IEEE and ACM: Overview and Ideas for Our Work Katerina Zdravkova Institute of Informatics E-mail: Keti@ii.edu.mk What is Software Engineering? SE is the discipline concerned

More information

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING Wahab Musa Department of Electrical Engineering, Universitas Negeri Gorontalo, Kota Gorontalo, Indonesia E-Mail: wmusa@ung.ac.id

More information

RELIABILITY ESTIMATION FRAMEWORK -COMPLEXITY PERSPECTIVE-

RELIABILITY ESTIMATION FRAMEWORK -COMPLEXITY PERSPECTIVE- RELIABILITY ESTIMATION FRAMEWORK -COMPLEXITY PERSPECTIVE- Amitabha Yadav 1 and R.A. Khan 2 1 Department of Computer Application, SRMGPC, Lucknow, UP, India amitabha.engg@yahoo.com 2 Department of I.T,

More information

Microeconomic Theory -1- Introduction and maximization

Microeconomic Theory -1- Introduction and maximization Microeconomic Theory -- Introduction and maximization Introduction Maximization. Profit maximizing firm with monopoly power 6. General results on maximizing with two variables 3. Non-negativity constraints

More information

Analysis and Modelling of Flexible Manufacturing System

Analysis and Modelling of Flexible Manufacturing System Analysis and Modelling of Flexible Manufacturing System Swetapadma Mishra 1, Biswabihari Rath 2, Aravind Tripathy 3 1,2,3Gandhi Institute For Technology,Bhubaneswar, Odisha, India --------------------------------------------------------------------***----------------------------------------------------------------------

More information

Study on Oilfield Distribution Network Reconfiguration with Distributed Generation

Study on Oilfield Distribution Network Reconfiguration with Distributed Generation International Journal of Smart Grid and Clean Energy Study on Oilfield Distribution Network Reconfiguration with Distributed Generation Fan Zhang a *, Yuexi Zhang a, Xiaoni Xin a, Lu Zhang b, Li Fan a

More information

Empirical Study on the Optimization of Enterprise Organizational Model under the Logistic Model-Based Virtual Economy Conditions

Empirical Study on the Optimization of Enterprise Organizational Model under the Logistic Model-Based Virtual Economy Conditions Empirical Study on the Optimization of Enterprise Organizational Model under the Logistic Model-Based Virtual Economy Conditions Abstract Xueli Zhong School of economics and management, Lingnan Institute

More information

Chapter 2 Research on Logistics Center Layout Based on SLP

Chapter 2 Research on Logistics Center Layout Based on SLP Chapter 2 Research on Logistics Center Layout Based on SLP Yannan Liu and Qilan Zhao Abstract Systematic layout planning (SLP) has been widely applied to the production system, but not to the service system.

More information

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015)

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on the Remaining Load Forecasting of Micro-Gird based on Improved Online Sequential

More information

Production Management Modelling Based on MAS

Production Management Modelling Based on MAS International Journal of Automation and Computing 7(3), August 2010, 336-341 DOI: 10.1007/s11633-010-0512-x Production Management Modelling Based on MAS Li He 1 Zheng-Hao Wang 2 Ke-Long Zhang 3 1 School

More information

INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE

INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE 1 INTERVAL ANALYSIS TO ADDRESS UNCERTAINTY IN MULTICRITERIA ENERGY MARKET CLEARANCE P. Kontogiorgos 1, M. N. Vrahatis 2, G. P. Papavassilopoulos 3 1 National Technical University of Athens, Greece, panko09@hotmail.com

More information

SOFTWARE MAINTENANCE PROCESS MODEL AFTER DELIVERY WITH QUALIFIED OUTPUT

SOFTWARE MAINTENANCE PROCESS MODEL AFTER DELIVERY WITH QUALIFIED OUTPUT SOFTWARE MAINTENANCE PROCESS MODEL AFTER DELIVERY WITH QUALIFIED OUTPUT SALEEM AL-ZOUBI Faculty of Information Technology, Irbid National University E-mail: it@inu.edu.jo Abstract-Software maintenance

More information

School of Economics and Management, Tongji University, Shanghai , China. Correspondence should be addressed to Bing-Bing QIU,

School of Economics and Management, Tongji University, Shanghai , China. Correspondence should be addressed to Bing-Bing QIU, Mathematical Problems in Engineering Volume 01, Article ID 867847, 16 pages doi:10.1155/01/867847 Research Article Distribution-Free Continuous Review Inventory Model with Controllable Lead Time and Setup

More information

Optimization of the NAS Battery Control System

Optimization of the NAS Battery Control System Optimization of the NAS Battery Control System Background PG&E has purchased a 4MW, 28MWh sodium-sulfur (NAS) battery to be installed October, 2010 in San Jose at Hitachi headquarters. The site was chosen

More information

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes M. Ghazanfari and M. Mellatparast Department of Industrial Engineering Iran University

More information

E-Commerce Logistics Mode Selection Based on Network Construction

E-Commerce Logistics Mode Selection Based on Network Construction Modern Economy, 2019, 10, 198-208 http://www.scirp.org/journal/me ISSN Online: 2152-7261 ISSN Print: 2152-7245 E-Commerce Logistics Mode Selection Based on Network Construction Hanlin Qian School of Business

More information

Research Article A Queuing Network Based Optimization Model for Calculating Capacity of Subway Station

Research Article A Queuing Network Based Optimization Model for Calculating Capacity of Subway Station Hindawi Discrete Dynamics in Nature and Society Volume 2017, Article ID 4825802, 7 pages https://doi.org/10.1155/2017/4825802 Research Article A Queuing Network Based Optimization Model for Calculating

More information

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur

Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Optimization Prof. Debjani Chakraborty Department of Mathematics Indian Institute of Technology, Kharagpur Lecture - 39 Multi Objective Decision Making Decision making problem is a process of selection

More information

Genetic Algorithm Based Economic Optimization of Microgrid Including Multi-Energy Supply System

Genetic Algorithm Based Economic Optimization of Microgrid Including Multi-Energy Supply System Journal of Physics: Conference Series PAPER OPEN ACCESS Genetic Algorithm Based Economic Optimization of Microgrid Including Multi-Energy Supply System To cite this article: Shujian Zhao et al 2018 J.

More information

Logistic Regression with Expert Intervention

Logistic Regression with Expert Intervention Smart Cities Symposium Prague 2016 1 Logistic Regression with Expert Intervention Pavla Pecherková and Ivan Nagy Abstract This paper deals with problem of analysis of traffic data. A traffic network has

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

MEASURING PUBLIC SATISFACTION FOR GOVERNMENT PROCESS REENGINEERING

MEASURING PUBLIC SATISFACTION FOR GOVERNMENT PROCESS REENGINEERING MEASURING PUBLIC SATISFACTION FOR GOVERNMENT PROCESS REENGINEERING Ning Zhang, School of Information, Central University of Finance and Economics, Beijing, P.R.C., zhangning@cufe.edu.cn Lina Pan, School

More information

CS SOFTWARE ENGINEERING QUESTION BANK

CS SOFTWARE ENGINEERING QUESTION BANK CS6403 - SOFTWARE ENGINEERING QUESTION BANK UNIT I- SOFTWARE PRODUCT AND PROCESS Part - A (2 M ARKS) 1. What is the prime objective of software engineering? 2. Define software engineering paradigm. 3.

More information

Multi-objective optimization

Multi-objective optimization Multi-objective optimization Kevin Duh Bayes Reading Group Aug 5, 2011 The Problem Optimization of K objectives simultaneously: min x [F 1 (x), F 2 (x),..., F K (x)], s.t. x X (1) X = {x R n g j (x) 0,

More information

LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS

LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS LOGISTICAL ASPECTS OF THE SOFTWARE TESTING PROCESS Kazimierz Worwa* * Faculty of Cybernetics, Military University of Technology, Warsaw, 00-908, Poland, Email: kazimierz.worwa@wat.edu.pl Abstract The purpose

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

Resource Decisions in Software Development Using Risk Assessment Model

Resource Decisions in Software Development Using Risk Assessment Model Proceedings of the 39th Hawaii International Conference on System Sciences - 6 Resource Decisions in Software Development Using Risk Assessment Model Wiboon Jiamthubthugsin Department of Computer Engineering

More information

Supply Chain Management: Supplier Selection Problem with multi-objective Considering Incremental Discount

Supply Chain Management: Supplier Selection Problem with multi-objective Considering Incremental Discount Asia Pacific Industrial Engineering and Management System Supply Chain Management: Supplier Selection Problem with multi-objective Considering Incremental Discount Soroush Avakh Darestani a, Samane Ghavami

More information

Application of Association Rule Mining in Supplier Selection Criteria

Application of Association Rule Mining in Supplier Selection Criteria Vol:, No:4, 008 Application of Association Rule Mining in Supplier Selection Criteria A. Haery, N. Salmasi, M. Modarres Yazdi, and H. Iranmanesh International Science Index, Industrial and Manufacturing

More information

WITH the deregulation of electrical power systems, market

WITH the deregulation of electrical power systems, market IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 15, NO. 3, AUGUST 2000 981 Optimization Based Bidding Strategies in the Deregulated Market Daoyuan Zhang, Yajun Wang, Peter B. Luh, Fellow, IEEE Abstract With the

More information

AN INNOVATIVE BUSINESS MODEL BASED ON THE INTEGRATION OF FINANCE AND LOGISTICS OPERATIONS ZHAO DAOZHI 1 MAPENG BAI 2 CHARLES MBOHWA 3 *

AN INNOVATIVE BUSINESS MODEL BASED ON THE INTEGRATION OF FINANCE AND LOGISTICS OPERATIONS ZHAO DAOZHI 1 MAPENG BAI 2 CHARLES MBOHWA 3 * AN INNOVATIVE BUSINESS MODEL BASED ON THE INTEGRATION OF FINANCE AND LOGISTICS OPERATIONS ZHAO DAOZHI 1 MAPENG BAI 2 CHARLES MBOHWA 3 * 1 dzzhao@tju.edu.cn Logistics and Supply Chain Management Department,

More information

M. Zhao, C. Wohlin, N. Ohlsson and M. Xie, "A Comparison between Software Design and Code Metrics for the Prediction of Software Fault Content",

M. Zhao, C. Wohlin, N. Ohlsson and M. Xie, A Comparison between Software Design and Code Metrics for the Prediction of Software Fault Content, M. Zhao, C. Wohlin, N. Ohlsson and M. Xie, "A Comparison between Software Design and Code Metrics for the Prediction of Software Fault Content", Information and Software Technology, Vol. 40, No. 14, pp.

More information

OPTIMAL DESIGN OF DISTRIBUTED ENERGY RESOURCE SYSTEMS UNDER LARGE-SCALE UNCERTAINTIES IN ENERGY DEMANDS BASED ON DECISION-MAKING THEORY

OPTIMAL DESIGN OF DISTRIBUTED ENERGY RESOURCE SYSTEMS UNDER LARGE-SCALE UNCERTAINTIES IN ENERGY DEMANDS BASED ON DECISION-MAKING THEORY OPTIMAL DESIGN OF DISTRIBUTED ENERGY RESOURCE SYSTEMS UNDER LARGE-SCALE UNCERTAINTIES IN ENERGY DEMANDS BASED ON DECISION-MAKING THEORY Yun YANG 1,2,3, Da LI 1,2,3, Shi-Jie ZHANG 1,2,3 *, Yun-Han XIAO

More information

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Abstract Jing Ai Shijiazhuang University of Applied Technology, Shijiazhuang 050081, China With the constant development of computer

More information

MEASURES FOR EXCELLENCE. Telecom Software Benchmarks. 10 Years Apart

MEASURES FOR EXCELLENCE. Telecom Software Benchmarks. 10 Years Apart MEASURES FOR EXCELLENCE Telecom Software Benchmarks Years Apart 1992-2002 Copyright J.W.E Greene QUANTITATIVE SOFTWARE MANAGEMENT LTD 7 Rue Fenoux 41A Aynhoe Road 75015 Paris Internet: qsm.europe@pobox.com

More information

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 93 CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 5.1 INTRODUCTION The SCMS model is solved using Lexicographic method by using LINGO software. Here the objectives

More information

The Impact of Rumor Transmission on Product Pricing in BBV Weighted Networks

The Impact of Rumor Transmission on Product Pricing in BBV Weighted Networks Management Science and Engineering Vol. 11, No. 3, 2017, pp. 55-62 DOI:10.3968/9952 ISSN 1913-0341 [Print] ISSN 1913-035X [Online] www.cscanada.net www.cscanada.org The Impact of Rumor Transmission on

More information

An Empirical Study of the Environmental Kuznets Curve in Sichuan Province, China

An Empirical Study of the Environmental Kuznets Curve in Sichuan Province, China Environment and Pollution; Vol. 2, No. 3; 2013 ISSN 1927-0909 E-ISSN 1927-0917 Published by Canadian Center of Science and Education An Empirical Study of the Environmental Kuznets Curve in Sichuan Province,

More information

International Conference on Energy and Environmental Protection (ICEEP 2016)

International Conference on Energy and Environmental Protection (ICEEP 2016) International Conference on Energy and Environmental Protection (ICEEP 2016) Energy-saving indexes based on symbolic dynamic applied to Efficiency Power Plants (EPP) of typical high energy consuming industries

More information

A Production Problem

A Production Problem Session #2 Page 1 A Production Problem Weekly supply of raw materials: Large Bricks Small Bricks Products: Table Profit = $20/Table Chair Profit = $15/Chair Session #2 Page 2 Linear Programming Linear

More information

ACOMPUTER system comprises two major components:

ACOMPUTER system comprises two major components: 592 IEEE TRANSACTIONS ON RELIABILITY, VOL 54, NO 4, DECEMBER 2005 Optimal Testing Resource Allocation, and Sensitivity Analysis in Software Development Chin-Yu Huang, Member, IEEE, and Michael R Lyu, Fellow,

More information

Evaluation of Software Testing Techniques Through Software Testability Index

Evaluation of Software Testing Techniques Through Software Testability Index Evaluation of Software Testing Techniques Through Software Testability Index Ajay Kumar Assistant Professor's, Ajay Kumar Garg Engineering College, Ghaziabad Email: ajaygarg100@gmail.com Abstract : Software

More information

School of Traffic and Transportation, Beijing Jiaotong University, Beijing , P.R. China

School of Traffic and Transportation, Beijing Jiaotong University, Beijing , P.R. China Send Orders for Reprints to reprints@benthamscienceae 870 The Open Automation and Control Systems Journal, 04, 6, 870-874 Open Access Game Analysis and System Construction of College Students' Employment

More information

supply chain layer design, logistics plan, lead time and etc. This paper exams the optimal

supply chain layer design, logistics plan, lead time and etc. This paper exams the optimal Abstract Number: - Abstract Title: Supply chain configuration design using design of experiment approach Authors:, Chen-Yang Cheng *, Assistant professor, Department of Industry Engineering and Enterprise

More information

STUDY ON SOFTWARE TESTING SUFFICIENCY BASED ON PROGRAM MUTATION TECHNOLOGY

STUDY ON SOFTWARE TESTING SUFFICIENCY BASED ON PROGRAM MUTATION TECHNOLOGY STUDY ON SOFTWARE TESTING SUFFICIENCY BASED ON PROGRAM MUTATION TECHNOLOGY 1 NING JINGFENG, FAN XIAOLI 1 College of Computer Science and Engineering, Changchun University of Technology, Changchun 13001,

More information

On Effective Use of Reliability Models and Defect Data in Software Development

On Effective Use of Reliability Models and Defect Data in Software Development On Effective Use of Reliability Models and Defect Data in Software Development Rattikorn Hewett & Aniruddha Kulkarni Texas Tech University rattikorn.hewett@ttu.edu aniruddha.kulkarni@ttu.edu Remzi Seker

More information

DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY

DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY Rakesh Kumar 1, Bhupender Kumar Som 2 1 School of Mathematics, Shri Mata Vaishno Devi University, Katra,

More information

Optimal Selective Maintenance Strategy for Multi-State Systems Under Imperfect Maintenance Yu Liu and Hong-Zhong Huang, Member, IEEE

Optimal Selective Maintenance Strategy for Multi-State Systems Under Imperfect Maintenance Yu Liu and Hong-Zhong Huang, Member, IEEE 356 IEEE TRANSACTIONS ON RELIABILITY, VOL. 59, NO. 2, JUNE 2010 Optimal Selective Maintenance Strategy for Multi-State Systems Under Imperfect Maintenance Yu Liu and Hong-Zhong Huang, Member, IEEE Abstract

More information

AS/ECON AF Answers to Assignment 1 October 2007

AS/ECON AF Answers to Assignment 1 October 2007 AS/ECON 4070 3.0AF Answers to Assignment 1 October 2007 Q1. Find all the efficient allocations in the following 2 person, 2 good, 2 input economy. The 2 goods, food and clothing, are produced using labour

More information

A Multi-Period MPS Optimization Using Linear Programming and Genetic Algorithm with Capacity Constraint

A Multi-Period MPS Optimization Using Linear Programming and Genetic Algorithm with Capacity Constraint IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 01 (January. 2018), V1 PP 85-93 www.iosrjen.org A Multi-Period MPS Optimization Using Linear Programming and

More information

Empirical Research on Logistics Enterprises Efficiency Based on DEA

Empirical Research on Logistics Enterprises Efficiency Based on DEA Empirical Research on Logistics Enterprises Efficiency Based on DEA SHI Lan, WU Guangwei School of Business Administration, Guangxi University of Finance & Economics, China, 530003 148391071@qq.com Abstract:

More information

Analysis on the Influence Factors of Wind Power Accommodation

Analysis on the Influence Factors of Wind Power Accommodation Journal of Power and Energy Engineering, 25, 3, 62-69 Published Online April 25 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/.4236/jpee.25.3423 Analysis on the Influence Factors of Wind

More information

Chapter 3: MARGINAL ANALYSIS FOR OPTIMAL DECISIONS. Essential Concepts

Chapter 3: MARGINAL ANALYSIS FOR OPTIMAL DECISIONS. Essential Concepts Solutions Manual Managerial Economics Foundations of Business Analysis and Strategy 12th Edition Thomas Maurice Completed downloadable package SOLUTIONS MANUAL for Managerial Economics 12th Edition by

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2016, Vol. 2, Issue 2, 40-51 Research Article ISSN 2454-695X Mayilvaganan et al. WJERT www.wjert.org PERFORMANCE ANALYSIS OF EFFORT VARIANCE AND COST VARIANCE INVOLVES DIFFERENT STAGES IN SOFTWARE

More information

BENCHMARKING SAFETY PERFORMANCE OF CONSTRUCTION PROJECTS: A DATA ENVELOPMENT ANALYSIS APPROACH

BENCHMARKING SAFETY PERFORMANCE OF CONSTRUCTION PROJECTS: A DATA ENVELOPMENT ANALYSIS APPROACH BENCHMARKING SAFETY PERFORMANCE OF CONSTRUCTION PROJECTS: A DATA ENVELOPMENT ANALYSIS APPROACH Saeideh Fallah-Fini, Industrial and Manufacturing Engineering Department, California State Polytechnic University,

More information

Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station

Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station To cite this article: Zhe Jiang et al 2017 IOP

More information

Churn Prediction for Game Industry Based on Cohort Classification Ensemble

Churn Prediction for Game Industry Based on Cohort Classification Ensemble Churn Prediction for Game Industry Based on Cohort Classification Ensemble Evgenii Tsymbalov 1,2 1 National Research University Higher School of Economics, Moscow, Russia 2 Webgames, Moscow, Russia etsymbalov@gmail.com

More information

Test Case Prioritization using Clustering

Test Case Prioritization using Clustering International Journal of Current Engineering and Technology ISSN 2277-4106 2013 INPRESSCO. All Rights Reserved. Available at http://inpressco.com/category/ijcet Research Article Test Case Prioritization

More information

Forecast of Total Energy Consumption in Shandong Province Based on Grey BP Model

Forecast of Total Energy Consumption in Shandong Province Based on Grey BP Model International Journal of Energy and Power Engineering 2018; 7(3): 40-46 http://www.sciencepublishinggroup.com/j/ijepe doi: 10.11648/j.ijepe.20180703.13 ISSN: 2326-957X (Print); ISSN: 2326-960X (Online)

More information

A Method for Assessing Legacy Systems for Evolution

A Method for Assessing Legacy Systems for Evolution A Method for Assessing Legacy Systems for Evolution Jane Ransom, Ian Sommerville, and Ian Warren Computing Dept., Lancaster University, LANCASTER LA1 4YR, UK Email: bjr, is, iw@comp.lancs.ac.uk Abstract

More information

Application of Decision Trees in Mining High-Value Credit Card Customers

Application of Decision Trees in Mining High-Value Credit Card Customers Application of Decision Trees in Mining High-Value Credit Card Customers Jian Wang Bo Yuan Wenhuang Liu Graduate School at Shenzhen, Tsinghua University, Shenzhen 8, P.R. China E-mail: gregret24@gmail.com,

More information

Evaluation on Urban Land Comprehensive Carrying Capacity in Xi an City Under the Process of Urbanization

Evaluation on Urban Land Comprehensive Carrying Capacity in Xi an City Under the Process of Urbanization Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 1985-1991 1985 Open Access Evaluation on Urban Land Comprehensive Carrying Capacity in Xi an City

More information

Synthesis of Existing Cost Models to Meet System of Systems Needs

Synthesis of Existing Cost Models to Meet System of Systems Needs Paper #128 Synthesis of Existing Cost Models to Meet System of Systems Needs Jo Ann Lane University of Southern California Center for Software Engineering 941 W. 37th Place, SAL Room 328 Los Angeles, CA

More information

A MATHEMATICAL MODEL FOR PREDICTING OUTPUT IN AN OILFIELD IN THE NIGER DELTA AREA OF NIGERIA

A MATHEMATICAL MODEL FOR PREDICTING OUTPUT IN AN OILFIELD IN THE NIGER DELTA AREA OF NIGERIA A MATHEMATICAL MODEL FOR PREDICTING OUTPUT IN AN OILFIELD IN THE NIGER DELTA AREA OF NIGERIA M. H. Oladeinde 1,*, A. O. Ohwo and C. A. Oladeinde 3, 3 PRODUCTION ENGINEERING DEPARTMENT, UNIVERSITY OF BENIN,

More information

A Study on Factors Affecting Maintainability and Maintainability Models

A Study on Factors Affecting Maintainability and Maintainability Models A Study on s Affecting Maintainability and Maintainability Models Deepa N 1, P. V. Indu Bhanu 2, C. S. Kausthubhi 3, M Sai Sriya 4 1,2,3,4 School of Information Technology & Engineering, VIT University

More information

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System International Journal of Performability Engineering Vol., No. 4, July 205, pp. 357-367. RAMS Consultants Printed in India A Simulation-based Multi-level Redundancy Allocation for a Multi-level System YOUNG

More information

The Contract Expert System: A Proposal for Long-Term Supplier Evaluation, Selection and Performance Monitoring

The Contract Expert System: A Proposal for Long-Term Supplier Evaluation, Selection and Performance Monitoring The Contract Expert System: A Proposal for Long-Term Supplier Evaluation, Selection and Performance Monitoring Eugene Rex L. Jalao, Member, IAENG and Iris Ann G. Martinez, Member, IAENG Abstract With a

More information

Statistical Process Control and Software Reliability Trend: An Analysis Based on Inter Failure Time Data

Statistical Process Control and Software Reliability Trend: An Analysis Based on Inter Failure Time Data CDQM, An Int. J., Volume 7, Number 4, December 204, pp. 5-26 COMMUNICATIONS IN DEPENDABILITY AND QUALITY MANAGEMENT An International Journal UDC 004.4:59.2 COBISS.SR-ID 23385996 Statistical Process Control

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

Optimizing the supply chain configuration with supply disruptions

Optimizing the supply chain configuration with supply disruptions Lecture Notes in Management Science (2014) Vol. 6: 176 184 6 th International Conference on Applied Operational Research, Proceedings Tadbir Operational Research Group Ltd. All rights reserved. www.tadbir.ca

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code & Subject Name: IT1251 Software Engineering and Quality Assurance Year / Sem : II / IV UNIT I SOFTWARE PRODUCT

More information

APPLICATION OF DEA TO HOSPITAL SECTORA

APPLICATION OF DEA TO HOSPITAL SECTORA Mathematical Analysis and Optimization Vol. 1, No. 1 (2016), 47 54. c 2016 SKU, ISNN: 2538-1792 http://journals.sku.ac.ir APPLICATION OF DEA TO HOSPITAL SECTORA KHADIJA GHAZIYANI, MAHNAZ MAGHBOULI and

More information

Integrated Inventory Model with Decreasing Probability of Imperfect Maintenance in a Supply Chain

Integrated Inventory Model with Decreasing Probability of Imperfect Maintenance in a Supply Chain , March 13-15, 2013, Hong Kong Integrated Inventory Model with Decreasing Probability of Imperfect Maintenance in a Supply Chain Ming Feng Yang, Chien Min Su, Ming Cheng Lo, Hsu Hsin Lee and Wei Chung

More information

Supply Chain Contract Incorporating Fairness under Asymmetric Information

Supply Chain Contract Incorporating Fairness under Asymmetric Information Open Journal of Social Sciences, 016, 4, 35-39 Published Online July 016 in Scies. http://www.scirp.org/journal/jss http://dx.doi.org/10.436/jss.016.47005 Supply Chain Contract Incorporating Fairness under

More information

Viability Analysis of an Enterprise I

Viability Analysis of an Enterprise I IJAMT 71 Viability Analysis of an Enterprise I Charles Andoh, University of Ghana Business School, West Africa Abstract The study derives the conditions for the profitability of any enterprise. So long

More information

THE FACTORS DETERMINING THE QUANTITY OF TAXIES - AN EMPIRICAL ANALYSIS OF CITIES IN CHINA

THE FACTORS DETERMINING THE QUANTITY OF TAXIES - AN EMPIRICAL ANALYSIS OF CITIES IN CHINA Clemson University TigerPrints All Theses Theses 12-2015 THE FACTORS DETERMINING THE QUANTITY OF TAXIES - AN EMPIRICAL ANALYSIS OF CITIES IN CHINA Yunzi Zhu Clemson University, yunziz@g.clemson.edu Follow

More information

System Availability Analysis Considering Failure Severities

System Availability Analysis Considering Failure Severities International Journal of Performability Engineering Vol. 3, No. 4, October 2007, pp. 467-480. RAMS Consultants Printed in India System Availability Analysis Considering Failure Severities SWAPNA S. GOKHALE

More information

Estimating and Forecasting the Contribution Rate of Agriculture Scientific and Technological Progress Based on Solow Residual Method

Estimating and Forecasting the Contribution Rate of Agriculture Scientific and Technological Progress Based on Solow Residual Method Proceedings of the 8th International Conference on Innovation & Management 281 Estimating and Forecasting the Contribution Rate of Agriculture Scientific and Technological Progress Based on Solow Residual

More information

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1 Requirements Engineering SE Tutorial RE - 1 What Are Requirements? Customer s needs, expectations, and measures of effectiveness Items that are necessary, needed, or demanded Implicit or explicit criteria

More information

DEVELOP THE SOFTWARE RELIABILITY USING SOFTWARE RELIABILITY IMPROVING TECHNIQUES Puli Nageswara Rao 1, D.Jyothirmai 2, Dr. K.

DEVELOP THE SOFTWARE RELIABILITY USING SOFTWARE RELIABILITY IMPROVING TECHNIQUES Puli Nageswara Rao 1, D.Jyothirmai 2, Dr. K. DEVELOP THE SOFTWARE RELIABILITY USING SOFTWARE RELIABILITY IMPROVING TECHNIQUES Puli Nageswara Rao 1, D.Jyothirmai 2, Dr. K. Subba Rao 3 1 Asst.Professor, SRKIT-Vijayawada-India, 2 Asst.Professor, BVRIT-Narsapur-Medak,-India,

More information

Study of Optimization Assigned on Location Selection of an Automated Stereoscopic Warehouse Based on Genetic Algorithm

Study of Optimization Assigned on Location Selection of an Automated Stereoscopic Warehouse Based on Genetic Algorithm Open Journal of Social Sciences, 206, 4, 52-58 Published Online July 206 in SciRes. http://www.scirp.org/journal/jss http://dx.doi.org/0.4236/jss.206.47008 Study of Optimization Assigned on Location Selection

More information

Price Tests for Entry into Markets in the Presence of Non-Convexities

Price Tests for Entry into Markets in the Presence of Non-Convexities Price Tests for Entry into Markets in the Presence of Non-Convexities Michael H. Rothkopf a Richard P. O Neill b Benjamin J. Hobbs c Paul M. Sotkiewicz d William R. Stewart, Jr. e March 27, 2004 Abstract

More information

Different Subsidies Impact on Equilibrium Decision-making of Closed-loop Supply Chain

Different Subsidies Impact on Equilibrium Decision-making of Closed-loop Supply Chain Journal of Industrial Engineering and Management JIEM, 2014 7(5): 1061-1075 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1149 Different Subsidies Impact on Equilibrium Decision-making

More information

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network American Journal of Electrical Power and Energy Systems 08; 7(4): 5055 http://www.sciencepublishinggroup.com/j/epes doi: 0.648/j.epes.080704. ISSN: 369X (Print); ISSN: 36900 (Online) ShortTerm Electricity

More information

Assessing COTS Integration Risk Using Cost Estimation Inputs

Assessing COTS Integration Risk Using Cost Estimation Inputs Assessing COTS Integration Risk Using Cost Estimation Inputs Ye Yang University of Southern California 941 w. 37 th Place Los Angeles, CA 90089-0781 1(213) 740 6470 yangy@sunset.usc.edu Barry Boehm University

More information

Supplier Management of Chemical Enterprises Based on Coordination of Multi-tier Suppliers

Supplier Management of Chemical Enterprises Based on Coordination of Multi-tier Suppliers 7 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 207 Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright 207, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 2283-926 The Italian Association

More information

Research on Applications of Data Science in Macroeconomics

Research on Applications of Data Science in Macroeconomics 208 7th International Conference on Social Science, Education and Humanities Research (SSEHR 208) Research on Applications of Data Science in Macroeconomics Jingru Sun College of Engineering & Applied

More information

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com ANN RBF Based Approach of Risk Assessment for Aviation ATM Network 1 Lan Ma, 2 Deng Pan, 3 Zhijun Wu School of Air Traffic Management, Civil

More information

Study on the Determination Method of the Inclination of the Large Height Chute

Study on the Determination Method of the Inclination of the Large Height Chute American Journal of Chemical Engineering 2018; 6(1): 7-11 http://www.sciencepublishinggroup.com/j/ajche doi: 10.11648/j.ajche.20180601.12 ISSN: 2330-8605 (Print); ISSN: 2330-8613 (Online) Conference Paper

More information

CMPT 275 Software Engineering

CMPT 275 Software Engineering CMPT 275 Software Engineering Software life cycle 1 Software Life Cycle Sequence of processes completed as a software project moves from inception to retirement At beginning of project development, choose

More information

Research on the Construction of Agricultural Product Virtual Logistics Enterprise

Research on the Construction of Agricultural Product Virtual Logistics Enterprise Research on the Construction of Agricultural Product Virtual Logistics Enterprise Fan Liu Abstract With the development that the demand for agricultural products consumer market is gradually toward to

More information

Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA

Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA Analysis of U.S. E-Commerce Sales Using Winters Method Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA Abstract More than three billion people around

More information