WorldWideScience

Sample records for model tree induction

  1. Using decision tree induction systems for modeling space-time behavior

    NARCIS (Netherlands)

    Arentze, T.A.; Hofman, F.; Mourik, van H.; Timmermans, H.J.P.; Wets, G.

    2000-01-01

    Discrete choice models are commonly used to predict individuals' activity and travel choices either separately or simultaneously in activity scheduling models. This paper investigates the possibilities of decision tree induction systems as an alternative approach. The ability of decision frees to

  2. Automatic design of decision-tree induction algorithms

    CERN Document Server

    Barros, Rodrigo C; Freitas, Alex A

    2015-01-01

    Presents a detailed study of the major design components that constitute a top-down decision-tree induction algorithm, including aspects such as split criteria, stopping criteria, pruning, and the approaches for dealing with missing values. Whereas the strategy still employed nowadays is to use a 'generic' decision-tree induction algorithm regardless of the data, the authors argue on the benefits that a bias-fitting strategy could bring to decision-tree induction, in which the ultimate goal is the automatic generation of a decision-tree induction algorithm tailored to the application domain o

  3. Meta-learning in decision tree induction

    CERN Document Server

    Grąbczewski, Krzysztof

    2014-01-01

    The book focuses on different variants of decision tree induction but also describes  the meta-learning approach in general which is applicable to other types of machine learning algorithms. The book discusses different variants of decision tree induction and represents a useful source of information to readers wishing to review some of the techniques used in decision tree learning, as well as different ensemble methods that involve decision trees. It is shown that the knowledge of different components used within decision tree learning needs to be systematized to enable the system to generate and evaluate different variants of machine learning algorithms with the aim of identifying the top-most performers or potentially the best one. A unified view of decision tree learning enables to emulate different decision tree algorithms simply by setting certain parameters. As meta-learning requires running many different processes with the aim of obtaining performance results, a detailed description of the experimen...

  4. Automatic design of decision-tree induction algorithms tailored to flexible-receptor docking data.

    Science.gov (United States)

    Barros, Rodrigo C; Winck, Ana T; Machado, Karina S; Basgalupp, Márcio P; de Carvalho, André C P L F; Ruiz, Duncan D; de Souza, Osmar Norberto

    2012-11-21

    This paper addresses the prediction of the free energy of binding of a drug candidate with enzyme InhA associated with Mycobacterium tuberculosis. This problem is found within rational drug design, where interactions between drug candidates and target proteins are verified through molecular docking simulations. In this application, it is important not only to correctly predict the free energy of binding, but also to provide a comprehensible model that could be validated by a domain specialist. Decision-tree induction algorithms have been successfully used in drug-design related applications, specially considering that decision trees are simple to understand, interpret, and validate. There are several decision-tree induction algorithms available for general-use, but each one has a bias that makes it more suitable for a particular data distribution. In this article, we propose and investigate the automatic design of decision-tree induction algorithms tailored to particular drug-enzyme binding data sets. We investigate the performance of our new method for evaluating binding conformations of different drug candidates to InhA, and we analyze our findings with respect to decision tree accuracy, comprehensibility, and biological relevance. The empirical analysis indicates that our method is capable of automatically generating decision-tree induction algorithms that significantly outperform the traditional C4.5 algorithm with respect to both accuracy and comprehensibility. In addition, we provide the biological interpretation of the rules generated by our approach, reinforcing the importance of comprehensible predictive models in this particular bioinformatics application. We conclude that automatically designing a decision-tree algorithm tailored to molecular docking data is a promising alternative for the prediction of the free energy from the binding of a drug candidate with a flexible-receptor.

  5. Somatic Embryogenesis Induction and Plant Regeneration in Strawberry Tree (Arbutus unedo L.).

    Science.gov (United States)

    Martins, João F; Correia, Sandra I; Canhoto, Jorge M

    2016-01-01

    Somatic embryogenesis is a powerful tool both for cloning and studies of genetic transformation and embryo development. Most protocols for somatic embryogenesis induction start from zygotic embryos or embryonic-derived tissues which do not allow the propagation of elite trees. In the present study, a reliable protocol for somatic embryogenesis induction from adult trees of strawberry tree is described. Leaves from in vitro proliferating shoots were used to induce somatic embryo formation on a medium containing an auxin and a cytokinin. Somatic embryos germinated in a plant growth regulator-free medium.

  6. Interpretable decision-tree induction in a big data parallel framework

    Directory of Open Access Journals (Sweden)

    Weinberg Abraham Itzhak

    2017-12-01

    Full Text Available When running data-mining algorithms on big data platforms, a parallel, distributed framework, such asMAPREDUCE, may be used. However, in a parallel framework, each individual model fits the data allocated to its own computing node without necessarily fitting the entire dataset. In order to induce a single consistent model, ensemble algorithms such as majority voting, aggregate the local models, rather than analyzing the entire dataset directly. Our goal is to develop an efficient algorithm for choosing one representative model from multiple, locally induced decision-tree models. The proposed SySM (syntactic similarity method algorithm computes the similarity between the models produced by parallel nodes and chooses the model which is most similar to others as the best representative of the entire dataset. In 18.75% of 48 experiments on four big datasets, SySM accuracy is significantly higher than that of the ensemble; in about 43.75% of the experiments, SySM accuracy is significantly lower; in one case, the results are identical; and in the remaining 35.41% of cases the difference is not statistically significant. Compared with ensemble methods, the representative tree models selected by the proposed methodology are more compact and interpretable, their induction consumes less memory, and, as confirmed by the empirical results, they allow faster classification of new records.

  7. Computational Prediction of Blood-Brain Barrier Permeability Using Decision Tree Induction

    Directory of Open Access Journals (Sweden)

    Jörg Huwyler

    2012-08-01

    Full Text Available Predicting blood-brain barrier (BBB permeability is essential to drug development, as a molecule cannot exhibit pharmacological activity within the brain parenchyma without first transiting this barrier. Understanding the process of permeation, however, is complicated by a combination of both limited passive diffusion and active transport. Our aim here was to establish predictive models for BBB drug permeation that include both active and passive transport. A database of 153 compounds was compiled using in vivo surface permeability product (logPS values in rats as a quantitative parameter for BBB permeability. The open source Chemical Development Kit (CDK was used to calculate physico-chemical properties and descriptors. Predictive computational models were implemented by machine learning paradigms (decision tree induction on both descriptor sets. Models with a corrected classification rate (CCR of 90% were established. Mechanistic insight into BBB transport was provided by an Ant Colony Optimization (ACO-based binary classifier analysis to identify the most predictive chemical substructures. Decision trees revealed descriptors of lipophilicity (aLogP and charge (polar surface area, which were also previously described in models of passive diffusion. However, measures of molecular geometry and connectivity were found to be related to an active drug transport component.

  8. Boundary expansion algorithm of a decision tree induction for an imbalanced dataset

    Directory of Open Access Journals (Sweden)

    Kesinee Boonchuay

    2017-10-01

    Full Text Available A decision tree is one of the famous classifiers based on a recursive partitioning algorithm. This paper introduces the Boundary Expansion Algorithm (BEA to improve a decision tree induction that deals with an imbalanced dataset. BEA utilizes all attributes to define non-splittable ranges. The computed means of all attributes for minority instances are used to find the nearest minority instance, which will be expanded along all attributes to cover a minority region. As a result, BEA can successfully cope with an imbalanced dataset comparing with C4.5, Gini, asymmetric entropy, top-down tree, and Hellinger distance decision tree on 25 imbalanced datasets from the UCI Repository.

  9. Multielemental analyses of tree rings by inductively coupled plasma mass spectrometry

    International Nuclear Information System (INIS)

    Hall, G.S.

    1990-01-01

    Inductively coupled plasma mass spectrometry (ICP-MS) was evaluated for major, minor, trace, and ultra-trace elemental analyses of individual tree rings. The samples were obtained from an old-growth Douglas fir growing near Mount St. Helens volcano, and from trees at various other North American sites. Eightly percent of elements from Li to U had detection limits in the solid (wood) below 8.0 ng g -1 . Two anomalous peaks occur in Mount St. Helens samples at A.D. 1478 and 1490 that closely correlate with past eruptions of the volcano. These results show that ICP-MS is a rapid and sensitive analytical method for multielemental analyses of individual tree rings. (author) 16 refs.; 2 figs.; 2 tabs

  10. Track treeing mechanism and its application

    International Nuclear Information System (INIS)

    Li Boyang

    1993-01-01

    Based on electrostriction and fracture mechanics, experiment observation and data-processing, two models (restriction among tree tracks and induction of tree track onto stress concentrated spots) and factors (restriction and induction) are proposed; The existence of four types of plastic zone (spot-block pz, single crack isolate pz, transition from isolate to block pz and crack-block pz) and two types of annex (plastic zone and crack zone) are pointed out. The development regularities of Gp (diameter of plastic zone), G(diameter of tree track), S(tree track density) and total areal of tree track (SG 2 ) in two basic experiments (H=H+dH, H=Hc H-field strength) are described by using four basic formulae. (author)

  11. Urban tree growth modeling

    Science.gov (United States)

    E. Gregory McPherson; Paula J. Peper

    2012-01-01

    This paper describes three long-term tree growth studies conducted to evaluate tree performance because repeated measurements of the same trees produce critical data for growth model calibration and validation. Several empirical and process-based approaches to modeling tree growth are reviewed. Modeling is more advanced in the fields of forestry and...

  12. Modelling tree biomasses in Finland

    Energy Technology Data Exchange (ETDEWEB)

    Repola, J.

    2013-06-01

    Biomass equations for above- and below-ground tree components of Scots pine (Pinus sylvestris L), Norway spruce (Picea abies [L.] Karst) and birch (Betula pendula Roth and Betula pubescens Ehrh.) were compiled using empirical material from a total of 102 stands. These stands (44 Scots pine, 34 Norway spruce and 24 birch stands) were located mainly on mineral soil sites representing a large part of Finland. The biomass models were based on data measured from 1648 sample trees, comprising 908 pine, 613 spruce and 127 birch trees. Biomass equations were derived for the total above-ground biomass and for the individual tree components: stem wood, stem bark, living and dead branches, needles, stump, and roots, as dependent variables. Three multivariate models with different numbers of independent variables for above-ground biomass and one for below-ground biomass were constructed. Variables that are normally measured in forest inventories were used as independent variables. The simplest model formulations, multivariate models (1) were mainly based on tree diameter and height as independent variables. In more elaborated multivariate models, (2) and (3), additional commonly measured tree variables such as age, crown length, bark thickness and radial growth rate were added. Tree biomass modelling includes consecutive phases, which cause unreliability in the prediction of biomass. First, biomasses of sample trees should be determined reliably to decrease the statistical errors caused by sub-sampling. In this study, methods to improve the accuracy of stem biomass estimates of the sample trees were developed. In addition, the reliability of the method applied to estimate sample-tree crown biomass was tested, and no systematic error was detected. Second, the whole information content of data should be utilized in order to achieve reliable parameter estimates and applicable and flexible model structure. In the modelling approach, the basic assumption was that the biomasses of

  13. Structural Equation Model Trees

    Science.gov (United States)

    Brandmaier, Andreas M.; von Oertzen, Timo; McArdle, John J.; Lindenberger, Ulman

    2013-01-01

    In the behavioral and social sciences, structural equation models (SEMs) have become widely accepted as a modeling tool for the relation between latent and observed variables. SEMs can be seen as a unification of several multivariate analysis techniques. SEM Trees combine the strengths of SEMs and the decision tree paradigm by building tree…

  14. Detection of clinical mastitis with sensor data from automatic milking systems is improved by using decision-tree induction.

    Science.gov (United States)

    Kamphuis, C; Mollenhorst, H; Heesterbeek, J A P; Hogeveen, H

    2010-08-01

    The objective was to develop and validate a clinical mastitis (CM) detection model by means of decision-tree induction. For farmers milking with an automatic milking system (AMS), it is desirable that the detection model has a high level of sensitivity (Se), especially for more severe cases of CM, at a very high specificity (Sp). In addition, an alert for CM should be generated preferably at the quarter milking (QM) at which the CM infection is visible for the first time. Data were collected from 9 Dutch dairy herds milking automatically during a 2.5-yr period. Data included sensor data (electrical conductivity, color, and yield) at the QM level and visual observations of quarters with CM recorded by the farmers. Visual observations of quarters with CM were combined with sensor data of the most recent automatic milking recorded for that same quarter, within a 24-h time window before the visual assessment time. Sensor data of 3.5 million QM were collected, of which 348 QM were combined with a CM observation. Data were divided into a training set, including two-thirds of all data, and a test set. Cows in the training set were not included in the test set and vice versa. A decision-tree model was trained using only clear examples of healthy (n=24,717) or diseased (n=243) QM. The model was tested on 105 QM with CM and a random sample of 50,000 QM without CM. While keeping the Se at a level comparable to that of models currently used by AMS, the decision-tree model was able to decrease the number of false-positive alerts by more than 50%. At an Sp of 99%, 40% of the CM cases were detected. Sixty-four percent of the severe CM cases were detected and only 12.5% of the CM that were scored as watery milk. The Se increased considerably from 40% to 66.7% when the time window increased from less than 24h before the CM observation, to a time window from 24h before to 24h after the CM observation. Even at very wide time windows, however, it was impossible to reach an Se of 100

  15. Decision tree modeling using R.

    Science.gov (United States)

    Zhang, Zhongheng

    2016-08-01

    In machine learning field, decision tree learner is powerful and easy to interpret. It employs recursive binary partitioning algorithm that splits the sample in partitioning variable with the strongest association with the response variable. The process continues until some stopping criteria are met. In the example I focus on conditional inference tree, which incorporates tree-structured regression models into conditional inference procedures. While growing a single tree is subject to small changes in the training data, random forests procedure is introduced to address this problem. The sources of diversity for random forests come from the random sampling and restricted set of input variables to be selected. Finally, I introduce R functions to perform model based recursive partitioning. This method incorporates recursive partitioning into conventional parametric model building.

  16. Univariate decision tree induction using maximum margin classification

    OpenAIRE

    Yıldız, Olcay Taner

    2012-01-01

    In many pattern recognition applications, first decision trees are used due to their simplicity and easily interpretable nature. In this paper, we propose a new decision tree learning algorithm called univariate margin tree where, for each continuous attribute, the best split is found using convex optimization. Our simulation results on 47 data sets show that the novel margin tree classifier performs at least as good as C4.5 and linear discriminant tree (LDT) with a similar time complexity. F...

  17. Comprehensive decision tree models in bioinformatics.

    Directory of Open Access Journals (Sweden)

    Gregor Stiglic

    Full Text Available PURPOSE: Classification is an important and widely used machine learning technique in bioinformatics. Researchers and other end-users of machine learning software often prefer to work with comprehensible models where knowledge extraction and explanation of reasoning behind the classification model are possible. METHODS: This paper presents an extension to an existing machine learning environment and a study on visual tuning of decision tree classifiers. The motivation for this research comes from the need to build effective and easily interpretable decision tree models by so called one-button data mining approach where no parameter tuning is needed. To avoid bias in classification, no classification performance measure is used during the tuning of the model that is constrained exclusively by the dimensions of the produced decision tree. RESULTS: The proposed visual tuning of decision trees was evaluated on 40 datasets containing classical machine learning problems and 31 datasets from the field of bioinformatics. Although we did not expected significant differences in classification performance, the results demonstrate a significant increase of accuracy in less complex visually tuned decision trees. In contrast to classical machine learning benchmarking datasets, we observe higher accuracy gains in bioinformatics datasets. Additionally, a user study was carried out to confirm the assumption that the tree tuning times are significantly lower for the proposed method in comparison to manual tuning of the decision tree. CONCLUSIONS: The empirical results demonstrate that by building simple models constrained by predefined visual boundaries, one not only achieves good comprehensibility, but also very good classification performance that does not differ from usually more complex models built using default settings of the classical decision tree algorithm. In addition, our study demonstrates the suitability of visually tuned decision trees for datasets

  18. Comprehensive decision tree models in bioinformatics.

    Science.gov (United States)

    Stiglic, Gregor; Kocbek, Simon; Pernek, Igor; Kokol, Peter

    2012-01-01

    Classification is an important and widely used machine learning technique in bioinformatics. Researchers and other end-users of machine learning software often prefer to work with comprehensible models where knowledge extraction and explanation of reasoning behind the classification model are possible. This paper presents an extension to an existing machine learning environment and a study on visual tuning of decision tree classifiers. The motivation for this research comes from the need to build effective and easily interpretable decision tree models by so called one-button data mining approach where no parameter tuning is needed. To avoid bias in classification, no classification performance measure is used during the tuning of the model that is constrained exclusively by the dimensions of the produced decision tree. The proposed visual tuning of decision trees was evaluated on 40 datasets containing classical machine learning problems and 31 datasets from the field of bioinformatics. Although we did not expected significant differences in classification performance, the results demonstrate a significant increase of accuracy in less complex visually tuned decision trees. In contrast to classical machine learning benchmarking datasets, we observe higher accuracy gains in bioinformatics datasets. Additionally, a user study was carried out to confirm the assumption that the tree tuning times are significantly lower for the proposed method in comparison to manual tuning of the decision tree. The empirical results demonstrate that by building simple models constrained by predefined visual boundaries, one not only achieves good comprehensibility, but also very good classification performance that does not differ from usually more complex models built using default settings of the classical decision tree algorithm. In addition, our study demonstrates the suitability of visually tuned decision trees for datasets with binary class attributes and a high number of possibly

  19. Harmonic modeling of induction motors

    Energy Technology Data Exchange (ETDEWEB)

    Pedra, J.; Sainz, L.; Corcoles, F. [Department of Electrical Engineering, ETSEIB-UPC, Av. Diagonal 647, 08028 Barcelona (Spain)

    2006-07-15

    The paper proposes an induction motor model for the study of harmonic load flow in balanced and unbalanced conditions. The parameters of this model are obtained from motor manufacturer data and the positive- and negative-sequence equivalent circuits of the single- and double-cage models. An approximate harmonic model based on motor manufacturer data only is also proposed. In addition, the paper includes manufacturer data and the calculated parameters of 36 induction motors of different rated powers. This database is used to analyze the proposed models. (author)

  20. Hyper-parameter tuning of a decision tree induction algorithm

    NARCIS (Netherlands)

    Mantovani, R.G.; Horváth, T.; Cerri, R.; Vanschoren, J.; de Carvalho, A.C.P.L.F.

    2017-01-01

    Supervised classification is the most studied task in Machine Learning. Among the many algorithms used in such task, Decision Tree algorithms are a popular choice, since they are robust and efficient to construct. Moreover, they have the advantage of producing comprehensible models and satisfactory

  1. Finiteness results for Abelian tree models

    NARCIS (Netherlands)

    Draisma, J.; Eggermont, R.H.

    2015-01-01

    Equivariant tree models are statistical models used in the reconstruction of phylogenetic trees from genetic data. Here equivariant refers to a symmetry group imposed on the root distribution and on the transition matrices in the model. We prove that if that symmetry group is Abelian, then the

  2. Finiteness results for Abelian tree models

    NARCIS (Netherlands)

    Draisma, J.; Eggermont, R.H.

    2012-01-01

    Equivariant tree models are statistical models used in the reconstruction of phylogenetic trees from genetic data. Here equivariant refers to a symmetry group imposed on the root distribution and on the transition matrices in the model. We prove that if that symmetry group is Abelian, then the

  3. Finiteness results for Abelian tree models

    NARCIS (Netherlands)

    Draisma, J.; Eggermont, R.H.

    2015-01-01

    Equivariant tree models are statistical models used in the reconstruction of phylogenetic trees from genetic data. Here equivariant§ refers to a symmetry group imposed on the root distribution and on the transition matrices in the model. We prove that if that symmetry group is Abelian, then the

  4. Structured statistical models of inductive reasoning.

    Science.gov (United States)

    Kemp, Charles; Tenenbaum, Joshua B

    2009-01-01

    Everyday inductive inferences are often guided by rich background knowledge. Formal models of induction should aim to incorporate this knowledge and should explain how different kinds of knowledge lead to the distinctive patterns of reasoning found in different inductive contexts. This article presents a Bayesian framework that attempts to meet both goals and describes [corrected] 4 applications of the framework: a taxonomic model, a spatial model, a threshold model, and a causal model. Each model makes probabilistic inferences about the extensions of novel properties, but the priors for the 4 models are defined over different kinds of structures that capture different relationships between the categories in a domain. The framework therefore shows how statistical inference can operate over structured background knowledge, and the authors argue that this interaction between structure and statistics is critical for explaining the power and flexibility of human reasoning.

  5. Interactive wood combustion for botanical tree models

    KAUST Repository

    Pirk, Sören

    2017-11-22

    We present a novel method for the combustion of botanical tree models. Tree models are represented as connected particles for the branching structure and a polygonal surface mesh for the combustion. Each particle stores biological and physical attributes that drive the kinetic behavior of a plant and the exothermic reaction of the combustion. Coupled with realistic physics for rods, the particles enable dynamic branch motions. We model material properties, such as moisture and charring behavior, and associate them with individual particles. The combustion is efficiently processed in the surface domain of the tree model on a polygonal mesh. A user can dynamically interact with the model by initiating fires and by inducing stress on branches. The flames realistically propagate through the tree model by consuming the available resources. Our method runs at interactive rates and supports multiple tree instances in parallel. We demonstrate the effectiveness of our approach through numerous examples and evaluate its plausibility against the combustion of real wood samples.

  6. Structured Statistical Models of Inductive Reasoning

    Science.gov (United States)

    Kemp, Charles; Tenenbaum, Joshua B.

    2009-01-01

    Everyday inductive inferences are often guided by rich background knowledge. Formal models of induction should aim to incorporate this knowledge and should explain how different kinds of knowledge lead to the distinctive patterns of reasoning found in different inductive contexts. This article presents a Bayesian framework that attempts to meet…

  7. Induction of Ordinal Decision Trees

    NARCIS (Netherlands)

    J.C. Bioch (Cor); V. Popova (Viara)

    2003-01-01

    textabstractThis paper focuses on the problem of monotone decision trees from the point of view of the multicriteria decision aid methodology (MCDA). By taking into account the preferences of the decision maker, an attempt is made to bring closer similar research within machine learning and MCDA.

  8. Stator Fault Modelling of Induction Motors

    DEFF Research Database (Denmark)

    Thomsen, Jesper Sandberg; Kallesøe, Carsten

    2006-01-01

    In this paper a model of an induction motor affected by stator faults is presented. Two different types of faults are considered, these are; disconnection of a supply phase, and inter-turn and turn-turn short circuits inside the stator. The output of the derived model is compared to real measurem......In this paper a model of an induction motor affected by stator faults is presented. Two different types of faults are considered, these are; disconnection of a supply phase, and inter-turn and turn-turn short circuits inside the stator. The output of the derived model is compared to real...... measurements from a specially designed induction motor. With this motor it is possible to simulate both terminal disconnections, inter-turn and turn-turn short circuits. The results show good agreement between the measurements and the simulated signals obtained from the model. In the tests focus...

  9. Assessment and modeling of inductive and non-inductive scenarios for ITER

    International Nuclear Information System (INIS)

    Boucher, D.; Vayakis, G.; Moreau, D.

    1999-01-01

    This paper presents recent developments in modeling and simulations of ITER performances and scenarios. The first part presents an improved modeling of coupled divertor/main plasma operation including the simulation of the measurements involved in the control loop. The second part explores the fusion performances predicted under non-inductive operation with internal transport barrier. The final part covers a detailed scenario for non-inductive operation using a reverse shear configuration with lower hybrid and fast wave current drive. (author)

  10. Interactive wood combustion for botanical tree models

    KAUST Repository

    Pirk, Sö ren; Jarząbek, Michał; Hadrich, Torsten; Michels, Dominik L.; Palubicki, Wojciech

    2017-01-01

    We present a novel method for the combustion of botanical tree models. Tree models are represented as connected particles for the branching structure and a polygonal surface mesh for the combustion. Each particle stores biological and physical

  11. Phylogenetic tree reconstruction accuracy and model fit when proportions of variable sites change across the tree.

    Science.gov (United States)

    Shavit Grievink, Liat; Penny, David; Hendy, Michael D; Holland, Barbara R

    2010-05-01

    Commonly used phylogenetic models assume a homogeneous process through time in all parts of the tree. However, it is known that these models can be too simplistic as they do not account for nonhomogeneous lineage-specific properties. In particular, it is now widely recognized that as constraints on sequences evolve, the proportion and positions of variable sites can vary between lineages causing heterotachy. The extent to which this model misspecification affects tree reconstruction is still unknown. Here, we evaluate the effect of changes in the proportions and positions of variable sites on model fit and tree estimation. We consider 5 current models of nucleotide sequence evolution in a Bayesian Markov chain Monte Carlo framework as well as maximum parsimony (MP). We show that for a tree with 4 lineages where 2 nonsister taxa undergo a change in the proportion of variable sites tree reconstruction under the best-fitting model, which is chosen using a relative test, often results in the wrong tree. In this case, we found that an absolute test of model fit is a better predictor of tree estimation accuracy. We also found further evidence that MP is not immune to heterotachy. In addition, we show that increased sampling of taxa that have undergone a change in proportion and positions of variable sites is critical for accurate tree reconstruction.

  12. Comparison of rule induction, decision trees and formal concept analysis approaches for classification

    Science.gov (United States)

    Kotelnikov, E. V.; Milov, V. R.

    2018-05-01

    Rule-based learning algorithms have higher transparency and easiness to interpret in comparison with neural networks and deep learning algorithms. These properties make it possible to effectively use such algorithms to solve descriptive tasks of data mining. The choice of an algorithm depends also on its ability to solve predictive tasks. The article compares the quality of the solution of the problems with binary and multiclass classification based on the experiments with six datasets from the UCI Machine Learning Repository. The authors investigate three algorithms: Ripper (rule induction), C4.5 (decision trees), In-Close (formal concept analysis). The results of the experiments show that In-Close demonstrates the best quality of classification in comparison with Ripper and C4.5, however the latter two generate more compact rule sets.

  13. Estimation of Tree Lists from Airborne Laser Scanning Using Tree Model Clustering and k-MSN Imputation

    Directory of Open Access Journals (Sweden)

    Jörgen Wallerman

    2013-04-01

    Full Text Available Individual tree crowns may be delineated from airborne laser scanning (ALS data by segmentation of surface models or by 3D analysis. Segmentation of surface models benefits from using a priori knowledge about the proportions of tree crowns, which has not yet been utilized for 3D analysis to any great extent. In this study, an existing surface segmentation method was used as a basis for a new tree model 3D clustering method applied to ALS returns in 104 circular field plots with 12 m radius in pine-dominated boreal forest (64°14'N, 19°50'E. For each cluster below the tallest canopy layer, a parabolic surface was fitted to model a tree crown. The tree model clustering identified more trees than segmentation of the surface model, especially smaller trees below the tallest canopy layer. Stem attributes were estimated with k-Most Similar Neighbours (k-MSN imputation of the clusters based on field-measured trees. The accuracy at plot level from the k-MSN imputation (stem density root mean square error or RMSE 32.7%; stem volume RMSE 28.3% was similar to the corresponding results from the surface model (stem density RMSE 33.6%; stem volume RMSE 26.1% with leave-one-out cross-validation for one field plot at a time. Three-dimensional analysis of ALS data should also be evaluated in multi-layered forests since it identified a larger number of small trees below the tallest canopy layer.

  14. Modeling Caribbean tree stem diameters from tree height and crown width measurements

    Science.gov (United States)

    Thomas Brandeis; KaDonna Randolph; Mike Strub

    2009-01-01

    Regression models to predict diameter at breast height (DBH) as a function of tree height and maximum crown radius were developed for Caribbean forests based on data collected by the U.S. Forest Service in the Commonwealth of Puerto Rico and Territory of the U.S. Virgin Islands. The model predicting DBH from tree height fit reasonably well (R2 = 0.7110), with...

  15. Application of Goal Tree-Success Tree model as the knowledge-base of operator advisory systems

    International Nuclear Information System (INIS)

    Kim, I.S.; Modarres, M.

    1987-01-01

    The most important portion of an expert system development is the articulation of knowledge by the expert and its satisfactory formulation in a suitable knowledge representation scheme for mechanization by a computer. A 'deep knowledge' approach called Goal Tree-Success Tree model is devised to represent complex dynamic domain knowledge. This approach can hierarchically model the underlying principles of a given process domain (for example nuclear power plant operations domain). The Goal Tree-Success Tree can then be used to represent the knowledge-base and provide means of selecting an efficient search routine in the inference engine of an expert system. A prototype expert system has been developed to demonstrate the method. This expert system models the operation of a typical system used in the pressurized water reactors. The expert system is modeled for real-time operations if an interface between plant parameters and the expert system is established. The real-time operation provides an ability to quickly remedy minor disturbances that can quickly lead to a system malfunction or trip. A description of both the Goal Tree-Success Tree model and the prototype expert system is presented. (orig.)

  16. "Growing trees backwards": Description of a stand reconstruction model

    Science.gov (United States)

    Jonathan D. Bakker; Andrew J. Sanchez Meador; Peter Z. Fule; David W. Huffman; Margaret M. Moore

    2008-01-01

    We describe an individual-tree model that uses contemporary measurements to "grow trees backward" and reconstruct past tree diameters and stand structure in ponderosa pine dominated stands of the Southwest. Model inputs are contemporary structural measurements of all snags, logs, stumps, and living trees, and radial growth measurements, if available. Key...

  17. Tree biomass in the Swiss landscape: nationwide modelling for improved accounting for forest and non-forest trees.

    Science.gov (United States)

    Price, B; Gomez, A; Mathys, L; Gardi, O; Schellenberger, A; Ginzler, C; Thürig, E

    2017-03-01

    Trees outside forest (TOF) can perform a variety of social, economic and ecological functions including carbon sequestration. However, detailed quantification of tree biomass is usually limited to forest areas. Taking advantage of structural information available from stereo aerial imagery and airborne laser scanning (ALS), this research models tree biomass using national forest inventory data and linear least-square regression and applies the model both inside and outside of forest to create a nationwide model for tree biomass (above ground and below ground). Validation of the tree biomass model against TOF data within settlement areas shows relatively low model performance (R 2 of 0.44) but still a considerable improvement on current biomass estimates used for greenhouse gas inventory and carbon accounting. We demonstrate an efficient and easily implementable approach to modelling tree biomass across a large heterogeneous nationwide area. The model offers significant opportunity for improved estimates on land use combination categories (CC) where tree biomass has either not been included or only roughly estimated until now. The ALS biomass model also offers the advantage of providing greater spatial resolution and greater within CC spatial variability compared to the current nationwide estimates.

  18. Modeling of Lossy Inductance in Moving-Coil Loudspeakers

    DEFF Research Database (Denmark)

    Kong, Xiao-Peng; Agerkvist, Finn T.; Zeng, Xin-Wu

    2015-01-01

    The electrical impedance of moving-coil loudspeakers is dominated by the lossy inductance in high frequency range. Using the equivalent electrical circuit method, a new model for the lossy inductance based on separate functions for the magnitude and phase of the impedance is presented. The electr......The electrical impedance of moving-coil loudspeakers is dominated by the lossy inductance in high frequency range. Using the equivalent electrical circuit method, a new model for the lossy inductance based on separate functions for the magnitude and phase of the impedance is presented...

  19. Maximum parsimony, substitution model, and probability phylogenetic trees.

    Science.gov (United States)

    Weng, J F; Thomas, D A; Mareels, I

    2011-01-01

    The problem of inferring phylogenies (phylogenetic trees) is one of the main problems in computational biology. There are three main methods for inferring phylogenies-Maximum Parsimony (MP), Distance Matrix (DM) and Maximum Likelihood (ML), of which the MP method is the most well-studied and popular method. In the MP method the optimization criterion is the number of substitutions of the nucleotides computed by the differences in the investigated nucleotide sequences. However, the MP method is often criticized as it only counts the substitutions observable at the current time and all the unobservable substitutions that really occur in the evolutionary history are omitted. In order to take into account the unobservable substitutions, some substitution models have been established and they are now widely used in the DM and ML methods but these substitution models cannot be used within the classical MP method. Recently the authors proposed a probability representation model for phylogenetic trees and the reconstructed trees in this model are called probability phylogenetic trees. One of the advantages of the probability representation model is that it can include a substitution model to infer phylogenetic trees based on the MP principle. In this paper we explain how to use a substitution model in the reconstruction of probability phylogenetic trees and show the advantage of this approach with examples.

  20. Estimation of Tree Cover in an Agricultural Parkland of Senegal Using Rule-Based Regression Tree Modeling

    Directory of Open Access Journals (Sweden)

    Stefanie M. Herrmann

    2013-10-01

    Full Text Available Field trees are an integral part of the farmed parkland landscape in West Africa and provide multiple benefits to the local environment and livelihoods. While field trees have received increasing interest in the context of strengthening resilience to climate variability and change, the actual extent of farmed parkland and spatial patterns of tree cover are largely unknown. We used the rule-based predictive modeling tool Cubist® to estimate field tree cover in the west-central agricultural region of Senegal. A collection of rules and associated multiple linear regression models was constructed from (1 a reference dataset of percent tree cover derived from very high spatial resolution data (2 m Orbview as the dependent variable, and (2 ten years of 10-day 250 m Moderate Resolution Imaging Spectrometer (MODIS Normalized Difference Vegetation Index (NDVI composites and derived phenological metrics as independent variables. Correlation coefficients between modeled and reference percent tree cover of 0.88 and 0.77 were achieved for training and validation data respectively, with absolute mean errors of 1.07 and 1.03 percent tree cover. The resulting map shows a west-east gradient from high tree cover in the peri-urban areas of horticulture and arboriculture to low tree cover in the more sparsely populated eastern part of the study area. A comparison of current (2000s tree cover along this gradient with historic cover as seen on Corona images reveals dynamics of change but also areas of remarkable stability of field tree cover since 1968. The proposed modeling approach can help to identify locations of high and low tree cover in dryland environments and guide ground studies and management interventions aimed at promoting the integration of field trees in agricultural systems.

  1. Prediction of adverse drug reactions using decision tree modeling.

    Science.gov (United States)

    Hammann, F; Gutmann, H; Vogt, N; Helma, C; Drewe, J

    2010-07-01

    Drug safety is of great importance to public health. The detrimental effects of drugs not only limit their application but also cause suffering in individual patients and evoke distrust of pharmacotherapy. For the purpose of identifying drugs that could be suspected of causing adverse reactions, we present a structure-activity relationship analysis of adverse drug reactions (ADRs) in the central nervous system (CNS), liver, and kidney, and also of allergic reactions, for a broad variety of drugs (n = 507) from the Swiss drug registry. Using decision tree induction, a machine learning method, we determined the chemical, physical, and structural properties of compounds that predispose them to causing ADRs. The models had high predictive accuracies (78.9-90.2%) for allergic, renal, CNS, and hepatic ADRs. We show the feasibility of predicting complex end-organ effects using simple models that involve no expensive computations and that can be used (i) in the selection of the compound during the drug discovery stage, (ii) to understand how drugs interact with the target organ systems, and (iii) for generating alerts in postmarketing drug surveillance and pharmacovigilance.

  2. Modeling and analysis with induction generators

    CERN Document Server

    Simões, M Godoy

    2014-01-01

    ForewordPrefaceAcknowledgmentsAuthorsPrinciples of Alternative Sources of Energy and Electric GenerationScope of This ChapterLegal DefinitionsPrinciples of Electrical ConversionBasic Definitions of Electrical PowerCharacteristics of Primary SourcesCharacteristics of Remote Industrial, Commercial, and Residential Sites and Rural EnergySelection of the Electric GeneratorInterfacing Primary Source, Generator, and LoadExample of a Simple Integrated Generating and Energy-Storing SystemSolved ProblemsSuggested ProblemsReferencesSteady-State Model of Induction GeneratorsScope of This ChapterInterconnection and Disconnection of the Electric Distribution NetworkRobustness of Induction GeneratorsClassical Steady-State Representation of the Asynchronous MachineGenerated PowerInduced TorqueRepresentation of Induction Generator LossesMeasurement of Induction Generator ParametersBlocked Rotor Test (s = 1)No-Load Test (s = 0)Features of Induction Machines Working as Generators Interconnected to the Distribution NetworkHigh-...

  3. New substitution models for rooting phylogenetic trees.

    Science.gov (United States)

    Williams, Tom A; Heaps, Sarah E; Cherlin, Svetlana; Nye, Tom M W; Boys, Richard J; Embley, T Martin

    2015-09-26

    The root of a phylogenetic tree is fundamental to its biological interpretation, but standard substitution models do not provide any information on its position. Here, we describe two recently developed models that relax the usual assumptions of stationarity and reversibility, thereby facilitating root inference without the need for an outgroup. We compare the performance of these models on a classic test case for phylogenetic methods, before considering two highly topical questions in evolutionary biology: the deep structure of the tree of life and the root of the archaeal radiation. We show that all three alignments contain meaningful rooting information that can be harnessed by these new models, thus complementing and extending previous work based on outgroup rooting. In particular, our analyses exclude the root of the tree of life from the eukaryotes or Archaea, placing it on the bacterial stem or within the Bacteria. They also exclude the root of the archaeal radiation from several major clades, consistent with analyses using other rooting methods. Overall, our results demonstrate the utility of non-reversible and non-stationary models for rooting phylogenetic trees, and identify areas where further progress can be made. © 2015 The Authors.

  4. Modelling diameter growth, mortality and recruitment of trees in ...

    African Journals Online (AJOL)

    Modelling diameter growth, mortality and recruitment of trees in miombo woodlands of Tanzania. ... Individual tree diameter growth and mortality models, and area-based recruitment models were developed. ... AJOL African Journals Online.

  5. Pesticide bioconcentration modelling for fruit trees.

    Science.gov (United States)

    Paraíba, Lourival Costa

    2007-01-01

    The model presented allows simulating the pesticide concentration evolution in fruit trees and estimating the pesticide bioconcentration factor in fruits. Pesticides are non-ionic organic compounds that are degraded in soils cropped with woody species, fruit trees and other perennials. The model allows estimating the pesticide uptake by plants through the water transpiration stream and also the time in which maximum pesticide concentration occur in the fruits. The equation proposed presents the relationships between bioconcentration factor (BCF) and the following variables: plant water transpiration volume (Q), pesticide transpiration stream concentration factor (TSCF), pesticide stem-water partition coefficient (K(Wood,W)), stem dry biomass (M) and pesticide dissipation rate in the soil-plant system (k(EGS)). The modeling started and was developed from a previous model "Fruit Tree Model" (FTM), reported by Trapp and collaborators in 2003, to which was added the hypothesis that the pesticide degradation in the soil follows a first order kinetic equation. The FTM model for pesticides (FTM-p) was applied to a hypothetic mango plant cropping (Mangifera indica) treated with paclobutrazol (growth regulator) added to the soil. The model fitness was evaluated through the sensitivity analysis of the pesticide BCF values in fruits with respect to the model entry data variability.

  6. Modeling and Testing Landslide Hazard Using Decision Tree

    Directory of Open Access Journals (Sweden)

    Mutasem Sh. Alkhasawneh

    2014-01-01

    Full Text Available This paper proposes a decision tree model for specifying the importance of 21 factors causing the landslides in a wide area of Penang Island, Malaysia. These factors are vegetation cover, distance from the fault line, slope angle, cross curvature, slope aspect, distance from road, geology, diagonal length, longitude curvature, rugosity, plan curvature, elevation, rain perception, soil texture, surface area, distance from drainage, roughness, land cover, general curvature, tangent curvature, and profile curvature. Decision tree models are used for prediction, classification, and factors importance and are usually represented by an easy to interpret tree like structure. Four models were created using Chi-square Automatic Interaction Detector (CHAID, Exhaustive CHAID, Classification and Regression Tree (CRT, and Quick-Unbiased-Efficient Statistical Tree (QUEST. Twenty-one factors were extracted using digital elevation models (DEMs and then used as input variables for the models. A data set of 137570 samples was selected for each variable in the analysis, where 68786 samples represent landslides and 68786 samples represent no landslides. 10-fold cross-validation was employed for testing the models. The highest accuracy was achieved using Exhaustive CHAID (82.0% compared to CHAID (81.9%, CRT (75.6%, and QUEST (74.0% model. Across the four models, five factors were identified as most important factors which are slope angle, distance from drainage, surface area, slope aspect, and cross curvature.

  7. Modeling Induction Motor Imbalances

    DEFF Research Database (Denmark)

    Armah, Kabenla; Jouffroy, Jerome; Duggen, Lars

    2016-01-01

    This paper gives a study into the development of a generalized model for a three-phase induction motor that offers flexibility of simulating balanced and unbalanced parameter scenarios. By analyzing the interaction of forces within the motor, we achieve our main objective of deriving the system d...

  8. A Method to Quantify Plant Availability and Initiating Event Frequency Using a Large Event Tree, Small Fault Tree Model

    International Nuclear Information System (INIS)

    Kee, Ernest J.; Sun, Alice; Rodgers, Shawn; Popova, ElmiraV; Nelson, Paul; Moiseytseva, Vera; Wang, Eric

    2006-01-01

    South Texas Project uses a large fault tree to produce scenarios (minimal cut sets) used in quantification of plant availability and event frequency predictions. On the other hand, the South Texas Project probabilistic risk assessment model uses a large event tree, small fault tree for quantifying core damage and radioactive release frequency predictions. The South Texas Project is converting its availability and event frequency model to use a large event tree, small fault in an effort to streamline application support and to provide additional detail in results. The availability and event frequency model as well as the applications it supports (maintenance and operational risk management, system engineering health assessment, preventive maintenance optimization, and RIAM) are briefly described. A methodology to perform availability modeling in a large event tree, small fault tree framework is described in detail. How the methodology can be used to support South Texas Project maintenance and operations risk management is described in detail. Differences with other fault tree methods and other recently proposed methods are discussed in detail. While the methods described are novel to the South Texas Project Risk Management program and to large event tree, small fault tree models, concepts in the area of application support and availability modeling have wider applicability to the industry. (authors)

  9. Selective Tree-ring Models: A Novel Method for Reconstructing Streamflow Using Tree Rings

    Science.gov (United States)

    Foard, M. B.; Nelson, A. S.; Harley, G. L.

    2017-12-01

    Surface water is among the most instrumental and vulnerable resources in the Northwest United States (NW). Recent observations show that overall water quantity is declining in streams across the region, while extreme flooding events occur more frequently. Historical streamflow models inform probabilities of extreme flow events (flood or drought) by describing frequency and duration of past events. There are numerous examples of tree-rings being utilized to reconstruct streamflow in the NW. These models confirm that tree-rings are highly accurate at predicting streamflow, however there are many nuances that limit their applicability through time and space. For example, most models predict streamflow from hydrologically altered rivers (e.g. dammed, channelized) which may hinder our ability to predict natural prehistoric flow. They also have a tendency to over/under-predict extreme flow events. Moreover, they often neglect to capture the changing relationships between tree-growth and streamflow over time and space. To address these limitations, we utilized national tree-ring and streamflow archives to investigate the relationships between the growth of multiple coniferous species and free-flowing streams across the NW using novel species-and site-specific streamflow models - a term we coined"selective tree-ring models." Correlation function analysis and regression modeling were used to evaluate the strengths and directions of the flow-growth relationships. Species with significant relationships in the same direction were identified as strong candidates for selective models. Temporal and spatial patterns of these relationships were examined using running correlations and inverse distance weighting interpolation, respectively. Our early results indicate that (1) species adapted to extreme climates (e.g. hot-dry, cold-wet) exhibit the most consistent relationships across space, (2) these relationships weaken in locations with mild climatic variability, and (3) some

  10. Model of Transient Process Where Three-Phase Transducer Feeds Induction Motor Equivalent as a Variable Active-Inductive Load

    Directory of Open Access Journals (Sweden)

    Nenad Marković

    2016-01-01

    Full Text Available The paper presents a new approach in the analysis of a transient state in a system where the feeding source is a transducer-IGBT inverter and load is introduced through the induction motor with its R-L parameters. Induction motors with different parameters of powers and power factors are tested. MATLAB simulation of the three-phase inverter that feeds the induction machine has replaced the missing lab equipment with which mathematical model of this system was verified. According to the selected parameters of the inverter and induction machine and through the simulation in the MATLAB program, the results are obtained in the form of diagrams that verify the model of a transient state of the induction machine operation when it operates as a motor which is presented as a variable R-L load. The transient process of the system three-phase bridge inverter whose active-inductive load is the induction machine in the conditions of the change of the load parameters is analyzed. The model of the transient process in the system formed by the inverter in PWM (Pulse Width Modulation converter and induction machine is developed in the time domain and phase coordinates.

  11. Multifrequency spiral vector model for the brushless doubly-fed induction machine

    DEFF Research Database (Denmark)

    Han, Peng; Cheng, Ming; Zhu, Xinkai

    2017-01-01

    This paper presents a multifrequency spiral vector model for both steady-state and dynamic performance analysis of the brushless doubly-fed induction machine (BDFIM) with a nested-loop rotor. Winding function theory is first employed to give a full picture of the inductance characteristics...... analytically, revealing the underlying relationship between harmonic components of stator-rotor mutual inductances and the airgap magnetic field distribution. Different from existing vector models, which only model the fundamental components of mutual inductances, the proposed vector model takes...... into consideration the low-order space harmonic coupling by incorporating nonsinusoidal inductances into modeling process. A new model order reduction approach is then proposed to transform the nested-loop rotor into an equivalent single-loop one. The effectiveness of the proposed modelling method is verified by 2D...

  12. Algorithmic fault tree construction by component-based system modeling

    International Nuclear Information System (INIS)

    Majdara, Aref; Wakabayashi, Toshio

    2008-01-01

    Computer-aided fault tree generation can be easier, faster and less vulnerable to errors than the conventional manual fault tree construction. In this paper, a new approach for algorithmic fault tree generation is presented. The method mainly consists of a component-based system modeling procedure an a trace-back algorithm for fault tree synthesis. Components, as the building blocks of systems, are modeled using function tables and state transition tables. The proposed method can be used for a wide range of systems with various kinds of components, if an inclusive component database is developed. (author)

  13. A tree-parenchyma coupled model for lung ventilation simulation.

    Science.gov (United States)

    Pozin, Nicolas; Montesantos, Spyridon; Katz, Ira; Pichelin, Marine; Vignon-Clementel, Irene; Grandmont, Céline

    2017-11-01

    In this article, we develop a lung ventilation model. The parenchyma is described as an elastic homogenized media. It is irrigated by a space-filling dyadic resistive pipe network, which represents the tracheobronchial tree. In this model, the tree and the parenchyma are strongly coupled. The tree induces an extra viscous term in the system constitutive relation, which leads, in the finite element framework, to a full matrix. We consider an efficient algorithm that takes advantage of the tree structure to enable a fast matrix-vector product computation. This framework can be used to model both free and mechanically induced respiration, in health and disease. Patient-specific lung geometries acquired from computed tomography scans are considered. Realistic Dirichlet boundary conditions can be deduced from surface registration on computed tomography images. The model is compared to a more classical exit compartment approach. Results illustrate the coupling between the tree and the parenchyma, at global and regional levels, and how conditions for the purely 0D model can be inferred. Different types of boundary conditions are tested, including a nonlinear Robin model of the surrounding lung structures. Copyright © 2017 John Wiley & Sons, Ltd.

  14. Guideliness for system modeling: fault tree [analysis

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Yoon Hwan; Yang, Joon Eon; Kang, Dae Il; Hwang, Mee Jeong

    2004-07-01

    This document, the guidelines for system modeling related to Fault Tree Analysis(FTA), is intended to provide the guidelines with the analyzer to construct the fault trees in the level of the capability category II of ASME PRA standard. Especially, they are to provide the essential and basic guidelines and the related contents to be used in support of revising the Ulchin 3 and 4 PSA model for risk monitor within the capability category II of ASME PRA standard. Normally the main objective of system analysis is to assess the reliability of system modeled by Event Tree Analysis (ETA). A variety of analytical techniques can be used for the system analysis, however, FTA method is used in this procedures guide. FTA is the method used for representing the failure logic of plant systems deductively using AND, OR or NOT gates. The fault tree should reflect all possible failure modes that may contribute to the system unavailability. This should include contributions due to the mechanical failures of the components, Common Cause Failures (CCFs), human errors and outages for testing and maintenance. This document identifies and describes the definitions and the general procedures of FTA and the essential and basic guidelines for reving the fault trees. Accordingly, the guidelines for FTA will be capable to guide the FTA to the level of the capability category II of ASME PRA standard.

  15. Guideliness for system modeling: fault tree [analysis

    International Nuclear Information System (INIS)

    Lee, Yoon Hwan; Yang, Joon Eon; Kang, Dae Il; Hwang, Mee Jeong

    2004-07-01

    This document, the guidelines for system modeling related to Fault Tree Analysis(FTA), is intended to provide the guidelines with the analyzer to construct the fault trees in the level of the capability category II of ASME PRA standard. Especially, they are to provide the essential and basic guidelines and the related contents to be used in support of revising the Ulchin 3 and 4 PSA model for risk monitor within the capability category II of ASME PRA standard. Normally the main objective of system analysis is to assess the reliability of system modeled by Event Tree Analysis (ETA). A variety of analytical techniques can be used for the system analysis, however, FTA method is used in this procedures guide. FTA is the method used for representing the failure logic of plant systems deductively using AND, OR or NOT gates. The fault tree should reflect all possible failure modes that may contribute to the system unavailability. This should include contributions due to the mechanical failures of the components, Common Cause Failures (CCFs), human errors and outages for testing and maintenance. This document identifies and describes the definitions and the general procedures of FTA and the essential and basic guidelines for reving the fault trees. Accordingly, the guidelines for FTA will be capable to guide the FTA to the level of the capability category II of ASME PRA standard

  16. Verification of Fault Tree Models with RBDGG Methodology

    International Nuclear Information System (INIS)

    Kim, Man Cheol

    2010-01-01

    Currently, fault tree analysis is widely used in the field of probabilistic safety assessment (PSA) of nuclear power plants (NPPs). To guarantee the correctness of fault tree models, which are usually manually constructed by analysts, a review by other analysts is widely used for verifying constructed fault tree models. Recently, an extension of the reliability block diagram was developed, which is named as RBDGG (reliability block diagram with general gates). The advantage of the RBDGG methodology is that the structure of a RBDGG model is very similar to the actual structure of the analyzed system and, therefore, the modeling of a system for a system reliability and unavailability analysis becomes very intuitive and easy. The main idea of the development of the RBDGG methodology is similar to that of the development of the RGGG (Reliability Graph with General Gates) methodology. The difference between the RBDGG methodology and RGGG methodology is that the RBDGG methodology focuses on the block failures while the RGGG methodology focuses on the connection line failures. But, it is also known that an RGGG model can be converted to an RBDGG model and vice versa. In this paper, a new method for the verification of the constructed fault tree models using the RBDGG methodology is proposed and demonstrated

  17. "Growing trees backwards": Description of a stand reconstruction model (P-53)

    Science.gov (United States)

    Jonathan D. Bakker; Andrew J. Sanchez Meador; Peter Z. Fule; David W. Huffman; Margaret M. Moore

    2008-01-01

    We describe an individual-tree model that uses contemporary measurements to "grow trees backward" and reconstruct past tree diameters and stand structure in ponderosa pine dominated stands of the Southwest. Model inputs are contemporary structural measurements of all snags, logs, stumps, and living trees, and radial growth measurements, if available. Key...

  18. Modeling percent tree canopy cover: a pilot study

    Science.gov (United States)

    John W. Coulston; Gretchen G. Moisen; Barry T. Wilson; Mark V. Finco; Warren B. Cohen; C. Kenneth Brewer

    2012-01-01

    Tree canopy cover is a fundamental component of the landscape, and the amount of cover influences fire behavior, air pollution mitigation, and carbon storage. As such, efforts to empirically model percent tree canopy cover across the United States are a critical area of research. The 2001 national-scale canopy cover modeling and mapping effort was completed in 2006,...

  19. Sequence Tree Modeling for Combined Accident and Feed-and-Bleed Operation

    International Nuclear Information System (INIS)

    Kim, Bo Gyung; Kang Hyun Gook; Yoon, Ho Joon

    2016-01-01

    In order to address this issue, this study suggests the sequence tree model to analyze accident sequence systematically. Using the sequence tree model, all possible scenarios which need a specific safety action to prevent the core damage can be identified and success conditions of safety action under complicated situation such as combined accident will be also identified. Sequence tree is branch model to divide plant condition considering the plant dynamics. Since sequence tree model can reflect the plant dynamics, arising from interaction of different accident timing and plant condition and from the interaction between the operator action, mitigation system, and the indicators for operation, sequence tree model can be used to develop the dynamic event tree model easily. Target safety action for this study is a feed-and-bleed (F and B) operation. A F and B operation directly cools down the reactor cooling system (RCS) using the primary cooling system when residual heat removal by the secondary cooling system is not available. In this study, a TLOFW accident and a TLOFW accident with LOCA were the target accidents. Based on the conventional PSA model and indicators, the sequence tree model for a TLOFW accident was developed. If sampling analysis is performed, practical accident sequences can be identified based on the sequence analysis. If a realistic distribution for the variables can be obtained for sampling analysis, much more realistic accident sequences can be described. Moreover, if the initiating event frequency under a combined accident can be quantified, the sequence tree model can translate into a dynamic event tree model based on the sampling analysis results

  20. Sequence Tree Modeling for Combined Accident and Feed-and-Bleed Operation

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Bo Gyung; Kang Hyun Gook [KAIST, Daejeon (Korea, Republic of); Yoon, Ho Joon [Khalifa University of Science, Abu Dhabi (United Arab Emirates)

    2016-05-15

    In order to address this issue, this study suggests the sequence tree model to analyze accident sequence systematically. Using the sequence tree model, all possible scenarios which need a specific safety action to prevent the core damage can be identified and success conditions of safety action under complicated situation such as combined accident will be also identified. Sequence tree is branch model to divide plant condition considering the plant dynamics. Since sequence tree model can reflect the plant dynamics, arising from interaction of different accident timing and plant condition and from the interaction between the operator action, mitigation system, and the indicators for operation, sequence tree model can be used to develop the dynamic event tree model easily. Target safety action for this study is a feed-and-bleed (F and B) operation. A F and B operation directly cools down the reactor cooling system (RCS) using the primary cooling system when residual heat removal by the secondary cooling system is not available. In this study, a TLOFW accident and a TLOFW accident with LOCA were the target accidents. Based on the conventional PSA model and indicators, the sequence tree model for a TLOFW accident was developed. If sampling analysis is performed, practical accident sequences can be identified based on the sequence analysis. If a realistic distribution for the variables can be obtained for sampling analysis, much more realistic accident sequences can be described. Moreover, if the initiating event frequency under a combined accident can be quantified, the sequence tree model can translate into a dynamic event tree model based on the sampling analysis results.

  1. Cognitive Trait Modelling: The Case of Inductive Reasoning Ability

    Science.gov (United States)

    Kinshuk, Taiyu Lin; McNab, Paul

    2006-01-01

    Researchers have regarded inductive reasoning as one of the seven primary mental abilities that account for human intelligent behaviours. Researchers have also shown that inductive reasoning ability is one of the best predictors for academic performance. Modelling of inductive reasoning is therefore an important issue for providing adaptivity in…

  2. A deterministic model for the growth of non-conducting electrical tree structures

    International Nuclear Information System (INIS)

    Dodd, S J

    2003-01-01

    Electrical treeing is of interest to the electrical generation, transmission and distribution industries as it is one of the causes of insulation failure in electrical machines, switchgear and transformer bushings. In this paper a deterministic electrical tree growth model is described. The model is based on electrostatics and local electron avalanches to model partial discharge activity within the growing tree structure. Damage to the resin surrounding the tree structure is dependent on the local electrostatic energy dissipation by partial discharges within the tree structure and weighted by the magnitudes of the local electric fields in the resin surrounding the tree structure. The model is successful in simulating the formation of branched structures without the need of a random variable, a requirement of previous stochastic models. Instability in the spatial development of partial discharges within the tree structure takes the role of the stochastic element as used in previous models to produce branched tree structures. The simulated electrical trees conform to the experimentally observed behaviour; tree length versus time and electrical tree growth rate as a function of applied voltage for non-conducting electrical trees. The phase synchronous partial discharge activity and the spatial distribution of emitted light from the tree structure are also in agreement with experimental data for non-conducting trees as grown in a flexible epoxy resin and in polyethylene. The fact that similar tree growth behaviour is found using pure amorphous (epoxy resin) and semicrystalline (polyethylene) materials demonstrate that neither annealed or quenched noise, representing material inhomogeneity, is required for the formation of irregular branched structures (electrical trees). Instead, as shown in this paper, branched growth can occur due to the instability of individual discharges within the tree structure

  3. Modeling Ecosystem Services for Park Trees: Sensitivity of i-Tree Eco Simulations to Light Exposure and Tree Species Classification

    Directory of Open Access Journals (Sweden)

    Rocco Pace

    2018-02-01

    Full Text Available Ecosystem modeling can help decision making regarding planting of urban trees for climate change mitigation and air pollution reduction. Algorithms and models that link the properties of plant functional types, species groups, or single species to their impact on specific ecosystem services have been developed. However, these models require a considerable effort for initialization that is inherently related to uncertainties originating from the high diversity of plant species in urban areas. We therefore suggest a new automated method to be used with the i-Tree Eco model to derive light competition for individual trees and investigate the importance of this property. Since competition depends also on the species, which is difficult to determine from increasingly used remote sensing methodologies, we also investigate the impact of uncertain tree species classification on the ecosystem services by comparing a species-specific inventory determined by field observation with a genus-specific categorization and a model initialization for the dominant deciduous and evergreen species only. Our results show how the simulation of competition affects the determination of carbon sequestration, leaf area, and related ecosystem services and that the proposed method provides a tool for improving estimations. Misclassifications of tree species can lead to large deviations in estimates of ecosystem impacts, particularly concerning biogenic volatile compound emissions. In our test case, monoterpene emissions almost doubled and isoprene emissions decreased to less than 10% when species were estimated to belong only to either two groups instead of being determined by species or genus. It is discussed that this uncertainty of emission estimates propagates further uncertainty in the estimation of potential ozone formation. Overall, we show the importance of using an individual light competition approach and explicitly parameterizing all ecosystem functions at the

  4. Thermo-hydrodynamic and inductive modelling of a glass melt elaborated in cold inductive crucible

    International Nuclear Information System (INIS)

    Sauvage, E.

    2009-11-01

    Within the context of a search for a new vitrification process for nuclear wastes with a replacement of the presently used metallic pot by an inductive cold crucible, this research thesis deals with the numerical modelling of this technology. After having recalled the interest of nuclear waste vitrification, this report presents the new process based on the use of a cold crucible, describing principles and objectives of this method, and the characteristic physical phenomena associated with the flow and the thermodynamics of the glassy melt in such a crucible. It also recalls and comments the existing works on modelling. The main objective of this research is then to demonstrate the feasibility of 3D thermo-hydraulic and inductive simulations. He describes and analyses the glass physical properties (electrical properties, viscosity, thermal properties), the electromagnetic, hydrodynamic and thermal phenomena. He presents in detail the bubbling mixing modelling, reports 3D induction and fluid mechanical coupling calculations, and specific thermal investigations (radiating transfers, thermal limit conditions)

  5. Linking definitions, mechanisms, and modeling of drought-induced tree death.

    Science.gov (United States)

    Anderegg, William R L; Berry, Joseph A; Field, Christopher B

    2012-12-01

    Tree death from drought and heat stress is a critical and uncertain component in forest ecosystem responses to a changing climate. Recent research has illuminated how tree mortality is a complex cascade of changes involving interconnected plant systems over multiple timescales. Explicit consideration of the definitions, dynamics, and temporal and biological scales of tree mortality research can guide experimental and modeling approaches. In this review, we draw on the medical literature concerning human death to propose a water resource-based approach to tree mortality that considers the tree as a complex organism with a distinct growth strategy. This approach provides insight into mortality mechanisms at the tree and landscape scales and presents promising avenues into modeling tree death from drought and temperature stress. Copyright © 2012 Elsevier Ltd. All rights reserved.

  6. Modelling fruit-temperature dynamics within apple tree crowns using virtual plants.

    Science.gov (United States)

    Saudreau, M; Marquier, A; Adam, B; Sinoquet, H

    2011-10-01

    Fruit temperature results from a complex system involving the climate, the tree architecture, the fruit location within the tree crown and the fruit thermal properties. Despite much theoretical and experimental evidence for large differences (up to 10 °C in sunny conditions) between fruit temperature and air temperature, fruit temperature is never used in horticultural studies. A way of modelling fruit-temperature dynamics from climate data is addressed in this work. The model is based upon three-dimensional virtual representation of apple trees and links three-dimensional virtual trees with a physical-based fruit-temperature dynamical model. The overall model was assessed by comparing model outputs to field measures of fruit-temperature dynamics. The model was able to simulate both the temperature dynamics at fruit scale, i.e. fruit-temperature gradients and departure from air temperature, and at the tree scale, i.e. the within-tree-crown variability in fruit temperature (average root mean square error value over fruits was 1·43 °C). This study shows that linking virtual plants with the modelling of the physical plant environment offers a relevant framework to address the modelling of fruit-temperature dynamics within a tree canopy. The proposed model offers opportunities for modelling effects of the within-crown architecture on fruit thermal responses in horticultural studies.

  7. Control of fire blight (Erwinia amylovora on apple trees with trunk-injected plant resistance inducers and antibiotics and assessment of induction of pathogenesis-related protein genes

    Directory of Open Access Journals (Sweden)

    Srđan G. Aćimović

    2015-02-01

    Full Text Available Management of fire blight is complicated by limitations on use of antibiotics in agriculture, antibiotic resistance development, and limited efficacy of alternative control agents. Even though successful in control, preventive antibiotic sprays also affect non-target bacteria, aiding the selection for resistance which could ultimately be transferred to the pathogen Erwinia amylovora. Trunk injection is a target-precise pesticide delivery method that utilizes tree xylem to distribute injected compounds. Trunk injection could decrease antibiotic usage in the open environment and increase the effectiveness of compounds in fire blight control. In field experiments, after 1-2 apple tree injections of either streptomycin, potassium phosphites (PH or acibenzolar-S-methyl (ASM, significant reduction of blossom and shoot blight symptoms was observed compared to water- or non-injected control trees. Overall disease suppression with streptomycin was lower than typically observed following spray applications to flowers. Trunk injection of oxytetracycline resulted in excellent control of shoot blight severity, suggesting that injection is a superior delivery method for this antibiotic. Injection of both ASM and PH resulted in the significant induction of PR-1, PR-2 and PR-8 protein genes in apple leaves indicating induction of systemic acquired resistance (SAR under field conditions. The time separating SAR induction and fire blight symptom suppression indicated that various defensive compounds within the SAR response were synthesized and accumulated in the canopy. ASM and PH suppressed fire blight even after cessation of induced gene expression. With the development of injectable formulations and optimization of doses and injection schedules, the injection of protective compounds could serve as an effective option for fire blight control.

  8. Decision table development and application to the construction of fault trees

    International Nuclear Information System (INIS)

    Salem, S.L.; Wu, J.S.; Apostolakis, G.

    1979-01-01

    A systematic methodology for the construction of fault trees based on the use of decision tables has been developed. These tables are used to describe each possible output state of a component as a set of combinations of states of inputs and internal operational or T states. Two methods for modeling component behavior via decision tables have been developed, one inductive and one deductive. These methods are useful for creating decision tables that realistically model the operational and failure modes of electrical, mechanical, and hydraulic components as well as human interactions inhibit conditions and common-cause events. A computer code CAT (Computer Automated Tree) has been developed to automatically produce fault trees from decision tables. A simple electrical system was chosen to illustrate the basic features of the decision table approach and to provide an example of an actual fault tree produced by this code. This example demonstrates the potential utility of such an automated approach to fault tree construction once a basic set of general decision tables has been developed

  9. Two Undergraduate Process Modeling Courses Taught Using Inductive Learning Methods

    Science.gov (United States)

    Soroush, Masoud; Weinberger, Charles B.

    2010-01-01

    This manuscript presents a successful application of inductive learning in process modeling. It describes two process modeling courses that use inductive learning methods such as inquiry learning and problem-based learning, among others. The courses include a novel collection of multi-disciplinary complementary process modeling examples. They were…

  10. Proposal of a model of mammalian neural induction

    Science.gov (United States)

    Levine, Ariel J.; Brivanlou, Ali H.

    2009-01-01

    How does the vertebrate embryo make a nervous system? This complex question has been at the center of developmental biology for many years. The earliest step in this process – the induction of neural tissue – is intimately linked to patterning of the entire early embryo, and the molecular and embryological basis these processes are beginning to emerge. Here, we analyze classic and cutting-edge findings on neural induction in the mouse. We find that data from genetics, tissue explants, tissue grafting, and molecular marker expression support a coherent framework for mammalian neural induction. In this model, the gastrula organizer of the mouse embryo inhibits BMP signaling to allow neural tissue to form as a default fate – in the absence of instructive signals. The first neural tissue induced is anterior and subsequent neural tissue is posteriorized to form the midbrain, hindbrain, and spinal cord. The anterior visceral endoderm protects the pre-specified anterior neural fate from similar posteriorization, allowing formation of forebrain. This model is very similar to the default model of neural induction in the frog, thus bridging the evolutionary gap between amphibians and mammals. PMID:17585896

  11. Total tree, merchantable stem and branch volume models for ...

    African Journals Online (AJOL)

    Total tree, merchantable stem and branch volume models for miombo woodlands of Malawi. Daud J Kachamba, Tron Eid. Abstract. The objective of this study was to develop general (multispecies) models for prediction of total tree, merchantable stem and branch volume including options with diameter at breast height (dbh) ...

  12. The Prediction of Drought-Related Tree Mortality in Vegetation Models

    Science.gov (United States)

    Schwinning, S.; Jensen, J.; Lomas, M. R.; Schwartz, B.; Woodward, F. I.

    2013-12-01

    Drought-related tree die-off events at regional scales have been reported from all wooded continents and it has been suggested that their frequency may be increasing. The prediction of these drought-related die-off events from regional to global scales has been recognized as a critical need for the conservation of forest resources and improving the prediction of climate-vegetation interactions. However, there is no conceptual consensus on how to best approach the quantitative prediction of tree mortality. Current models use a variety of mechanisms to represent demographic events. Mortality is modeled to represent a number of different processes, including death by fire, wind throw, extreme temperatures, and self-thinning, and each vegetation model differs in the emphasis they place on specific mechanisms. Dynamic global vegetation models generally operate on the assumption of incremental vegetation shift due to changes in the carbon economy of plant functional types and proportional effects on recruitment, growth, competition and mortality, but this may not capture sudden and sweeping tree death caused by extreme weather conditions. We tested several different approaches to predicting tree mortality within the framework of the Sheffield Dynamic Global Vegetation Model. We applied the model to the state of Texas, USA, which in 2011 experienced extreme drought conditions, causing the death of an estimated 300 million trees statewide. We then compared predicted to actual mortality to determine which algorithms most accurately predicted geographical variation in tree mortality. We discuss implications regarding the ongoing debate on the causes of tree death.

  13. Fruit tree model for uptake of organic compounds from soil

    DEFF Research Database (Denmark)

    Trapp, Stefan; Rasmussen, D.; Samsoe-Petersen, L.

    2003-01-01

    -state, and an example calculation is given. The Fruit Tree Model is compared to the empirical equation of Travis and Arms (T&A), and to results from fruits, collected in contaminated areas. For polar compounds, both T&A and the Fruit Tree Model predict bioconcentration factors fruit to soil (BCF, wet weight based......) of > 1. No empirical data are available to support this prediction. For very lipophilic compounds (log K-OW > 5), T&A overestimates the uptake. The conclusion from the Fruit Tree Model is that the transfer of lipophilic compounds into fruits is not relevant. This was also found by an empirical study...... with PCDD/F. According to the Fruit Tree Model, polar chemicals are transferred efficiently into fruits, but empirical data to verify these predictions are lacking....

  14. A Bayesian Supertree Model for Genome-Wide Species Tree Reconstruction

    Science.gov (United States)

    De Oliveira Martins, Leonardo; Mallo, Diego; Posada, David

    2016-01-01

    Current phylogenomic data sets highlight the need for species tree methods able to deal with several sources of gene tree/species tree incongruence. At the same time, we need to make most use of all available data. Most species tree methods deal with single processes of phylogenetic discordance, namely, gene duplication and loss, incomplete lineage sorting (ILS) or horizontal gene transfer. In this manuscript, we address the problem of species tree inference from multilocus, genome-wide data sets regardless of the presence of gene duplication and loss and ILS therefore without the need to identify orthologs or to use a single individual per species. We do this by extending the idea of Maximum Likelihood (ML) supertrees to a hierarchical Bayesian model where several sources of gene tree/species tree disagreement can be accounted for in a modular manner. We implemented this model in a computer program called guenomu whose inputs are posterior distributions of unrooted gene tree topologies for multiple gene families, and whose output is the posterior distribution of rooted species tree topologies. We conducted extensive simulations to evaluate the performance of our approach in comparison with other species tree approaches able to deal with more than one leaf from the same species. Our method ranked best under simulated data sets, in spite of ignoring branch lengths, and performed well on empirical data, as well as being fast enough to analyze relatively large data sets. Our Bayesian supertree method was also very successful in obtaining better estimates of gene trees, by reducing the uncertainty in their distributions. In addition, our results show that under complex simulation scenarios, gene tree parsimony is also a competitive approach once we consider its speed, in contrast to more sophisticated models. PMID:25281847

  15. A Bayesian Supertree Model for Genome-Wide Species Tree Reconstruction.

    Science.gov (United States)

    De Oliveira Martins, Leonardo; Mallo, Diego; Posada, David

    2016-05-01

    Current phylogenomic data sets highlight the need for species tree methods able to deal with several sources of gene tree/species tree incongruence. At the same time, we need to make most use of all available data. Most species tree methods deal with single processes of phylogenetic discordance, namely, gene duplication and loss, incomplete lineage sorting (ILS) or horizontal gene transfer. In this manuscript, we address the problem of species tree inference from multilocus, genome-wide data sets regardless of the presence of gene duplication and loss and ILS therefore without the need to identify orthologs or to use a single individual per species. We do this by extending the idea of Maximum Likelihood (ML) supertrees to a hierarchical Bayesian model where several sources of gene tree/species tree disagreement can be accounted for in a modular manner. We implemented this model in a computer program called guenomu whose inputs are posterior distributions of unrooted gene tree topologies for multiple gene families, and whose output is the posterior distribution of rooted species tree topologies. We conducted extensive simulations to evaluate the performance of our approach in comparison with other species tree approaches able to deal with more than one leaf from the same species. Our method ranked best under simulated data sets, in spite of ignoring branch lengths, and performed well on empirical data, as well as being fast enough to analyze relatively large data sets. Our Bayesian supertree method was also very successful in obtaining better estimates of gene trees, by reducing the uncertainty in their distributions. In addition, our results show that under complex simulation scenarios, gene tree parsimony is also a competitive approach once we consider its speed, in contrast to more sophisticated models. © The Author(s) 2014. Published by Oxford University Press on behalf of the Society of Systematic Biologists.

  16. Tree shrew (Tupaia belangeri as a novel laboratory disease animal model

    Directory of Open Access Journals (Sweden)

    Ji Xiao

    2017-05-01

    Full Text Available The tree shrew (Tupaia belangeri is a promising laboratory animal that possesses a closer genetic relationship to primates than to rodents. In addition, advantages such as small size, easy breeding, and rapid reproduction make the tree shrew an ideal subject for the study of human disease. Numerous tree shrew disease models have been generated in biological and medical studies in recent years. Here we summarize current tree shrew disease models, including models of infectious diseases, cancers, depressive disorders, drug addiction, myopia, metabolic diseases, and immune-related diseases. With the success of tree shrew transgenic technology, this species will be increasingly used in biological and medical studies in the future.

  17. Multivariate analysis of flow cytometric data using decision trees.

    Science.gov (United States)

    Simon, Svenja; Guthke, Reinhard; Kamradt, Thomas; Frey, Oliver

    2012-01-01

    Characterization of the response of the host immune system is important in understanding the bidirectional interactions between the host and microbial pathogens. For research on the host site, flow cytometry has become one of the major tools in immunology. Advances in technology and reagents allow now the simultaneous assessment of multiple markers on a single cell level generating multidimensional data sets that require multivariate statistical analysis. We explored the explanatory power of the supervised machine learning method called "induction of decision trees" in flow cytometric data. In order to examine whether the production of a certain cytokine is depended on other cytokines, datasets from intracellular staining for six cytokines with complex patterns of co-expression were analyzed by induction of decision trees. After weighting the data according to their class probabilities, we created a total of 13,392 different decision trees for each given cytokine with different parameter settings. For a more realistic estimation of the decision trees' quality, we used stratified fivefold cross validation and chose the "best" tree according to a combination of different quality criteria. While some of the decision trees reflected previously known co-expression patterns, we found that the expression of some cytokines was not only dependent on the co-expression of others per se, but was also dependent on the intensity of expression. Thus, for the first time we successfully used induction of decision trees for the analysis of high dimensional flow cytometric data and demonstrated the feasibility of this method to reveal structural patterns in such data sets.

  18. Parameter identification in multinomial processing tree models

    NARCIS (Netherlands)

    Schmittmann, V.D.; Dolan, C.V.; Raijmakers, M.E.J.; Batchelder, W.H.

    2010-01-01

    Multinomial processing tree models form a popular class of statistical models for categorical data that have applications in various areas of psychological research. As in all statistical models, establishing which parameters are identified is necessary for model inference and selection on the basis

  19. Optical modeling of induction-linac driven free-electron lasers

    International Nuclear Information System (INIS)

    Scharlemann, E.T.; Fawley, W.M.

    1986-01-01

    The free-electron laser (FEL) simulation code FRED, developed at Lawrence Livermore National Laboratory (LLNL) primarily to model single-pass FEL amplifiers driven by induction linear accelerators, is described. The main emphasis is on the modeling of optical propagation in the laser and on the differences between the requirements for modeling rf-linac-driven vs. induction-linac-driven FELs. Examples of optical guiding and mode cleanup are presented for a 50 μm FEL

  20. Component-based modeling of systems for automated fault tree generation

    International Nuclear Information System (INIS)

    Majdara, Aref; Wakabayashi, Toshio

    2009-01-01

    One of the challenges in the field of automated fault tree construction is to find an efficient modeling approach that can support modeling of different types of systems without ignoring any necessary details. In this paper, we are going to represent a new system of modeling approach for computer-aided fault tree generation. In this method, every system model is composed of some components and different types of flows propagating through them. Each component has a function table that describes its input-output relations. For the components having different operational states, there is also a state transition table. Each component can communicate with other components in the system only through its inputs and outputs. A trace-back algorithm is proposed that can be applied to the system model to generate the required fault trees. The system modeling approach and the fault tree construction algorithm are applied to a fire sprinkler system and the results are presented

  1. Systematic evaluation of fault trees using real-time model checker UPPAAL

    International Nuclear Information System (INIS)

    Cha, Sungdeok; Son, Hanseong; Yoo, Junbeom; Jee, Eunkyung; Seong, Poong Hyun

    2003-01-01

    Fault tree analysis, the most widely used safety analysis technique in industry, is often applied manually. Although techniques such as cutset analysis or probabilistic analysis can be applied on the fault tree to derive further insights, they are inadequate in locating flaws when failure modes in fault tree nodes are incorrectly identified or when causal relationships among failure modes are inaccurately specified. In this paper, we demonstrate that model checking technique is a powerful tool that can formally validate the accuracy of fault trees. We used a real-time model checker UPPAAL because the system we used as the case study, nuclear power emergency shutdown software named Wolsong SDS2, has real-time requirements. By translating functional requirements written in SCR-style tabular notation into timed automata, two types of properties were verified: (1) if failure mode described in a fault tree node is consistent with the system's behavioral model; and (2) whether or not a fault tree node has been accurately decomposed. A group of domain engineers with detailed technical knowledge of Wolsong SDS2 and safety analysis techniques developed fault tree used in the case study. However, model checking technique detected subtle ambiguities present in the fault tree

  2. Bridging process-based and empirical approaches to modeling tree growth

    Science.gov (United States)

    Harry T. Valentine; Annikki Makela; Annikki Makela

    2005-01-01

    The gulf between process-based and empirical approaches to modeling tree growth may be bridged, in part, by the use of a common model. To this end, we have formulated a process-based model of tree growth that can be fitted and applied in an empirical mode. The growth model is grounded in pipe model theory and an optimal control model of crown development. Together, the...

  3. 3D Visualization of Trees Based on a Sphere-Board Model

    Directory of Open Access Journals (Sweden)

    Jiangfeng She

    2018-01-01

    Full Text Available Because of the smooth interaction of tree systems, the billboard and crossed-plane techniques of image-based rendering (IBR have been used for tree visualization for many years. However, both the billboard-based tree model (BBTM and the crossed-plane tree model (CPTM have several notable limitations; for example, they give an impression of slicing when viewed from the top side, and they produce an unimpressive stereoscopic effect and insufficient lighted effects. In this study, a sphere-board-based tree model (SBTM is proposed to eliminate these defects and to improve the final visual effects. Compared with the BBTM or CPTM, the proposed SBTM uses one or more sphere-like 3D geometric surfaces covered with a virtual texture, which can present more details about the foliage than can 2D planes, to represent the 3D outline of a tree crown. However, the profile edge presented by a continuous surface is overly smooth and regular, and when used to delineate the outline of a tree crown, it makes the tree appear very unrealistic. To overcome this shortcoming and achieve a more natural final visual effect of the tree model, an additional process is applied to the edge of the surface profile. In addition, the SBTM can better support lighted effects because of its cubic geometrical features. Interactive visualization effects for a single tree and a grove are presented in a case study of Sabina chinensis. The results show that the SBTM can achieve a better compromise between realism and performance than can the BBTM or CPTM.

  4. Water-Tree Modelling and Detection for Underground Cables

    Science.gov (United States)

    Chen, Qi

    In recent years, aging infrastructure has become a major concern for the power industry. Since its inception in early 20th century, the electrical system has been the cornerstone of an industrial society. Stable and uninterrupted delivery of electrical power is now a base necessity for the modern world. As the times march-on, however, the electrical infrastructure ages and there is the inevitable need to renew and replace the existing system. Unfortunately, due to time and financial constraints, many electrical systems today are forced to operate beyond their original design and power utilities must find ways to prolong the lifespan of older equipment. Thus, the concept of preventative maintenance arises. Preventative maintenance allows old equipment to operate longer and at better efficiency, but in order to implement preventative maintenance, the operators must know minute details of the electrical system, especially some of the harder to assess issues such water-tree. Water-tree induced insulation degradation is a problem typically associated with older cable systems. It is a very high impedance phenomenon and it is difficult to detect using traditional methods such as Tan-Delta or Partial Discharge. The proposed dissertation studies water-tree development in underground cables, potential methods to detect water-tree location and water-tree severity estimation. The dissertation begins by developing mathematical models of water-tree using finite element analysis. The method focuses on surface-originated vented tree, the most prominent type of water-tree fault in the field. Using the standard operation parameters of North American electrical systems, the water-tree boundary conditions are defined. By applying finite element analysis technique, the complex water-tree structure is broken down to homogeneous components. The result is a generalized representation of water-tree capacitance at different stages of development. The result from the finite element analysis

  5. A homeostatic-partly dynamic model for 137Cs in trees

    International Nuclear Information System (INIS)

    Frissel, M.

    1994-01-01

    A model has been developed to describe the behaviour of 137 Cs in trees. The core of the model is the assumption that 137 Cs/K ratio in soil determines the 137 Cs/K ratio in various parts of a tree. This is an equilibrium model but taking into account the time dependence of Cs/K ratio in the soil (caused by K-fertilization) it has been extended to a dynamic model. The model desribes a growing tree. Four compartments are considered: soil; easily accessible parts of the tree; woody parts difficult to access; fruits or leaves. The model is homeostatic, i.e. all 137 Cs concentrations and fluxes are controlled by K concentrations and fluxes, respectively. The addition of K-fertilizer to the soil manifests itself in an immediate change of the Cs/K ratio in the soil and in the easily accessible plant parts, but only slowly - in the woody parts. Also an excess of Cs in the woody part is only slowly released. Important processes are the discrimination between Cs and K and the luxurious consumption of K. The cycling of K in the system (throughput of K via falling leaves, branches, etc.) is also important. Furthermore, a good insight in accessibility of the various parts of the tree seems required, the division in only three compartments, as in the model is probably unsufficient. (author)

  6. Inductive reasoning.

    Science.gov (United States)

    Hayes, Brett K; Heit, Evan; Swendsen, Haruka

    2010-03-01

    Inductive reasoning entails using existing knowledge or observations to make predictions about novel cases. We review recent findings in research on category-based induction as well as theoretical models of these results, including similarity-based models, connectionist networks, an account based on relevance theory, Bayesian models, and other mathematical models. A number of touchstone empirical phenomena that involve taxonomic similarity are described. We also examine phenomena involving more complex background knowledge about premises and conclusions of inductive arguments and the properties referenced. Earlier models are shown to give a good account of similarity-based phenomena but not knowledge-based phenomena. Recent models that aim to account for both similarity-based and knowledge-based phenomena are reviewed and evaluated. Among the most important new directions in induction research are a focus on induction with uncertain premise categories, the modeling of the relationship between inductive and deductive reasoning, and examination of the neural substrates of induction. A common theme in both the well-established and emerging lines of induction research is the need to develop well-articulated and empirically testable formal models of induction. Copyright © 2010 John Wiley & Sons, Ltd. For further resources related to this article, please visit the WIREs website. Copyright © 2010 John Wiley & Sons, Ltd.

  7. A stochastic model of nanoparticle self-assembly on Cayley trees

    International Nuclear Information System (INIS)

    Mazilu, I; Schwen, E M; Banks, W E; Pope, B K; Mazilu, D A

    2015-01-01

    Nanomedicine is an emerging area of medical research that uses innovative nanotechnologies to improve the delivery of therapeutic and diagnostic agents with maximum clinical benefit. We present a versatile stochastic model that can be used to capture the basic features of drug encapsulation of nanoparticles on tree-like synthetic polymers called dendrimers. The geometry of a dendrimer is described mathematically as a Cayley tree. We use our stochastic model to study the dynamics of deposition and release of monomers (simulating the drug molecules) on Cayley trees (simulating dendrimers). We present analytical and Monte Carlo simulation results for the particle density on Cayley trees of coordination number three and four

  8. Discrete Discriminant analysis based on tree-structured graphical models

    DEFF Research Database (Denmark)

    Perez de la Cruz, Gonzalo; Eslava, Guillermina

    The purpose of this paper is to illustrate the potential use of discriminant analysis based on tree{structured graphical models for discrete variables. This is done by comparing its empirical performance using estimated error rates for real and simulated data. The results show that discriminant a...... analysis based on tree{structured graphical models is a simple nonlinear method competitive with, and sometimes superior to, other well{known linear methods like those assuming mutual independence between variables and linear logistic regression.......The purpose of this paper is to illustrate the potential use of discriminant analysis based on tree{structured graphical models for discrete variables. This is done by comparing its empirical performance using estimated error rates for real and simulated data. The results show that discriminant...

  9. Biomass models to estimate carbon stocks for hardwood tree species

    Energy Technology Data Exchange (ETDEWEB)

    Ruiz-Peinado, R.; Montero, G.; Rio, M. del

    2012-11-01

    To estimate forest carbon pools from forest inventories it is necessary to have biomass models or biomass expansion factors. In this study, tree biomass models were developed for the main hardwood forest species in Spain: Alnus glutinosa, Castanea sativa, Ceratonia siliqua, Eucalyptus globulus, Fagus sylvatica, Fraxinus angustifolia, Olea europaea var. sylvestris, Populus x euramericana, Quercus canariensis, Quercus faginea, Quercus ilex, Quercus pyrenaica and Quercus suber. Different tree biomass components were considered: stem with bark, branches of different sizes, above and belowground biomass. For each species, a system of equations was fitted using seemingly unrelated regression, fulfilling the additivity property between biomass components. Diameter and total height were explored as independent variables. All models included tree diameter whereas for the majority of species, total height was only considered in the stem biomass models and in some of the branch models. The comparison of the new biomass models with previous models fitted separately for each tree component indicated an improvement in the accuracy of the models. A mean reduction of 20% in the root mean square error and a mean increase in the model efficiency of 7% in comparison with recently published models. So, the fitted models allow estimating more accurately the biomass stock in hardwood species from the Spanish National Forest Inventory data. (Author) 45 refs.

  10. Modeling and identification of induction micromachines in microelectromechanical systems applications

    Energy Technology Data Exchange (ETDEWEB)

    Lyshevski, S.E. [Purdue University at Indianapolis (United States). Dept. of Electrical and Computer Engineering

    2002-11-01

    Microelectromechanical systems (MEMS), which integrate motion microstructures, radiating energy microdevices, controlling and signal processing integrated circuits (ICs), are widely used. Rotational and translational electromagnetic based micromachines are used in MEMS as actuators and sensors. Brushless high performance micromachines are the preferable choice in different MEMS applications, and therefore, synchronous and induction micromachines are the best candidates. Affordability, good performance characteristics (efficiency, controllability, robustness, reliability, power and torque densities etc.) and expanded operating envelopes result in a strong interest in the application of induction micromachines. In addition, induction micromachines can be easily fabricated using surface micromachining and high aspect ratio fabrication technologies. Thus, it is anticipated that induction micromachines, controlled using different control algorithms implemented using ICs, will be widely used in MEMS. Controllers can be implemented using specifically designed ICs to attain superior performance, maximize efficiency and controllability, minimize losses and electromagnetic interference, reduce noise and vibration, etc. In order to design controllers, the induction micromachine must be modeled, and its mathematical model parameters must be identified. Using microelectromechanics, nonlinear mathematical models are derived. This paper illustrates the application of nonlinear identification methods as applied to identify the unknown parameters of three phase induction micromachines. Two identification methods are studied. In particular, nonlinear error mapping technique and least squares identification are researched. Analytical and numerical results, as well as practical capabilities and effectiveness, are illustrated, identifying the unknown parameters of a three phase brushless induction micromotor. Experimental results fully support the identification methods. (author)

  11. Multivariate analysis of flow cytometric data using decision trees

    Directory of Open Access Journals (Sweden)

    Svenja eSimon

    2012-04-01

    Full Text Available Characterization of the response of the host immune system is important in understanding the bidirectional interactions between the host and microbial pathogens. For research on the host site, flow cytometry has become one of the major tools in immunology. Advances in technology and reagents allow now the simultaneous assessment of multiple markers on a single cell level generating multidimensional data sets that require multivariate statistical analysis. We explored the explanatory power of the supervised machine learning method called 'induction of decision trees' in flow cytometric data. In order to examine whether the production of a certain cytokine is depended on other cytokines, datasets from intracellular staining for six cytokines with complex patterns of co-expression were analyzed by induction of decision trees. After weighting the data according to their class probabilities, we created a total of 13,392 different decision trees for each given cytokine with different parameter settings. For a more realistic estimation of the decision trees's quality, we used stratified 5-fold cross-validation and chose the 'best' tree according to a combination of different quality criteria. While some of the decision trees reflected previously known co-expression patterns, we found that the expression of some cytokines was not only dependent on the co-expression of others per se, but was also dependent on the intensity of expression. Thus, for the first time we successfully used induction of decision trees for the analysis of high dimensional flow cytometric data and demonstrated the feasibility of this method to reveal structural patterns in such data sets.

  12. Modeling of the Inductance of a Blumlein Circuit Spark Gap

    International Nuclear Information System (INIS)

    Aboites, V; Rendón, L; Hernández, A I; Valdés, E

    2015-01-01

    In this paper we present an analysis of the time-varying inductance in the spark gap of a Blumlein circuit. We assume several mathematical expressions to describe the inductance and compare theoretical and computational calculations with experimental results. The time-varying inductance is approximated by a constant, a straight line and two parables which differ in their concavity. This is the first time to our knowledge, in which the time-varying ignition inductance of a nitrogen laser is modeled

  13. Forward modeling of tree-ring data: a case study with a global network

    Science.gov (United States)

    Breitenmoser, P. D.; Frank, D.; Brönnimann, S.

    2012-04-01

    Information derived from tree-rings is one of the most powerful tools presently available for studying past climatic variability as well as identifying fundamental relationships between tree-growth and climate. Climate reconstructions are typically performed by extending linear relationships, established during the overlapping period of instrumental and climate proxy archives into the past. Such analyses, however, are limited by methodological assumptions, including stationarity and linearity of the climate-proxy relationship. We investigate climate and tree-ring data using the Vaganov-Shashkin-Lite (VS-Lite) forward model of tree-ring width formation to examine the relations among actual tree growth and climate (as inferred from the simulated chronologies) to reconstruct past climate variability. The VS-lite model has been shown to produce skill comparable to that achieved using classical dendrochronological statistical modeling techniques when applied on simulations of a network of North American tree-ring chronologies. Although the detailed mechanistic processes such as photosynthesis, storage, or cell processes are not modeled directly, the net effect of the dominating nonlinear climatic controls on tree-growth are implemented into the model by the principle of limiting factors and threshold growth response functions. The VS-lite model requires as inputs only latitude, monthly mean temperature and monthly accumulated precipitation. Hence, this simple, process-based model enables ring-width simulation at any location where monthly climate records exist. In this study, we analyse the growth response of simulated tree-rings to monthly climate conditions obtained from the 20th century reanalysis project back to 1871. These simulated tree-ring chronologies are compared to the climate-driven variability in worldwide observed tree-ring chronologies from the International Tree Ring Database. Results point toward the suitability of the relationship among actual tree

  14. Modeling the Ecosystem Services Provided by Trees in Urban Ecosystems: Using Biome-BGC to Improve i-Tree Eco

    Science.gov (United States)

    Brown, Molly E.; McGroddy, Megan; Spence, Caitlin; Flake, Leah; Sarfraz, Amna; Nowak, David J.; Milesi, Cristina

    2012-01-01

    As the world becomes increasingly urban, the need to quantify the effect of trees in urban environments on energy usage, air pollution, local climate and nutrient run-off has increased. By identifying, quantifying and valuing the ecological activity that provides services in urban areas, stronger policies and improved quality of life for urban residents can be obtained. Here we focus on two radically different models that can be used to characterize urban forests. The i-Tree Eco model (formerly UFORE model) quantifies ecosystem services (e.g., air pollution removal, carbon storage) and values derived from urban trees based on field measurements of trees and local ancillary data sets. Biome-BGC (Biome BioGeoChemistry) is used to simulate the fluxes and storage of carbon, water, and nitrogen in natural environments. This paper compares i-Tree Eco's methods to those of Biome-BGC, which estimates the fluxes and storage of energy, carbon, water and nitrogen for vegetation and soil components of the ecosystem. We describe the two models and their differences in the way they calculate similar properties, with a focus on carbon and nitrogen. Finally, we discuss the implications of further integration of these two communities for land managers such as those in Maryland.

  15. Isoprene Emission Factors for Subtropical Street Trees for Regional Air Quality Modeling.

    Science.gov (United States)

    Dunn-Johnston, Kristina A; Kreuzwieser, Jürgen; Hirabayashi, Satoshi; Plant, Lyndal; Rennenberg, Heinz; Schmidt, Susanne

    2016-01-01

    Evaluating the environmental benefits and consequences of urban trees supports their sustainable management in cities. Models such as i-Tree Eco enable decision-making by quantifying effects associated with particular tree species. Of specific concern are emissions of biogenic volatile organic compounds, particularly isoprene, that contribute to the formation of photochemical smog and ground level ozone. Few studies have quantified these potential disservices of urban trees, and current models predominantly use emissions data from trees that differ from those in our target region of subtropical Australia. The present study aimed (i) to quantify isoprene emission rates of three tree species that together represent 16% of the inventoried street trees in the target region; (ii) to evaluate outputs of the i-Tree Eco model using species-specific versus currently used, generic isoprene emission rates; and (iii) to evaluate the findings in the context of regional air quality. Isoprene emission rates of (Myrtaceae) and (Proteaceae) were 2.61 and 2.06 µg g dry leaf weight h, respectively, whereas (Sapindaceae) was a nonisoprene emitter. We substituted the generic isoprene emission rates with these three empirical values in i-Tree Eco, resulting in a 182 kg yr (97%) reduction in isoprene emissions, totaling 6284 kg yr when extrapolated to the target region. From these results we conclude that care has to be taken when using generic isoprene emission factors for urban tree models. We recommend that emissions be quantified for commonly planted trees, allowing decision-makers to select tree species with the greatest overall benefit for the urban environment. Copyright © by the American Society of Agronomy, Crop Science Society of America, and Soil Science Society of America, Inc.

  16. Hierarchical models for informing general biomass equations with felled tree data

    Science.gov (United States)

    Brian J. Clough; Matthew B. Russell; Christopher W. Woodall; Grant M. Domke; Philip J. Radtke

    2015-01-01

    We present a hierarchical framework that uses a large multispecies felled tree database to inform a set of general models for predicting tree foliage biomass, with accompanying uncertainty, within the FIA database. Results suggest significant prediction uncertainty for individual trees and reveal higher errors when predicting foliage biomass for larger trees and for...

  17. Expression profiling of FLOWERING LOCUS T-like gene in alternate bearing 'Hass' avocado trees suggests a role for PaFT in avocado flower induction.

    Directory of Open Access Journals (Sweden)

    Dafna Ziv

    Full Text Available In many perennials, heavy fruit load on a shoot decreases the ability of the plant to undergo floral induction in the following spring, resulting in a pattern of crop production known as alternate bearing. Here, we studied the effects of fruit load on floral determination in 'Hass' avocado (Persea americana. De-fruiting experiments initially confirmed the negative effects of fruit load on return to flowering. Next, we isolated a FLOWERING LOCUS T-like gene, PaFT, hypothesized to act as a phloem-mobile florigen signal and examined its expression profile in shoot tissues of on (fully loaded and off (fruit-lacking trees. Expression analyses revealed a strong peak in PaFT transcript levels in leaves of off trees from the end of October through November, followed by a return to starting levels. Moreover and concomitant with inflorescence development, only off buds displayed up-regulation of the floral identity transcripts PaAP1 and PaLFY, with significant variation being detected from October and November, respectively. Furthermore, a parallel microscopic study of off apical buds revealed the presence of secondary inflorescence axis structures that only appeared towards the end of November. Finally, ectopic expression of PaFT in Arabidopsis resulted in early flowering transition. Together, our data suggests a link between increased PaFT expression observed during late autumn and avocado flower induction. Furthermore, our results also imply that, as in the case of other crop trees, fruit-load might affect flowering by repressing the expression of PaFT in the leaves. Possible mechanism(s by which fruit crop might repress PaFT expression, are discussed.

  18. Expression profiling of FLOWERING LOCUS T-like gene in alternate bearing 'Hass' avocado trees suggests a role for PaFT in avocado flower induction.

    Science.gov (United States)

    Ziv, Dafna; Zviran, Tali; Zezak, Oshrat; Samach, Alon; Irihimovitch, Vered

    2014-01-01

    In many perennials, heavy fruit load on a shoot decreases the ability of the plant to undergo floral induction in the following spring, resulting in a pattern of crop production known as alternate bearing. Here, we studied the effects of fruit load on floral determination in 'Hass' avocado (Persea americana). De-fruiting experiments initially confirmed the negative effects of fruit load on return to flowering. Next, we isolated a FLOWERING LOCUS T-like gene, PaFT, hypothesized to act as a phloem-mobile florigen signal and examined its expression profile in shoot tissues of on (fully loaded) and off (fruit-lacking) trees. Expression analyses revealed a strong peak in PaFT transcript levels in leaves of off trees from the end of October through November, followed by a return to starting levels. Moreover and concomitant with inflorescence development, only off buds displayed up-regulation of the floral identity transcripts PaAP1 and PaLFY, with significant variation being detected from October and November, respectively. Furthermore, a parallel microscopic study of off apical buds revealed the presence of secondary inflorescence axis structures that only appeared towards the end of November. Finally, ectopic expression of PaFT in Arabidopsis resulted in early flowering transition. Together, our data suggests a link between increased PaFT expression observed during late autumn and avocado flower induction. Furthermore, our results also imply that, as in the case of other crop trees, fruit-load might affect flowering by repressing the expression of PaFT in the leaves. Possible mechanism(s) by which fruit crop might repress PaFT expression, are discussed.

  19. MRI-based decision tree model for diagnosis of biliary atresia.

    Science.gov (United States)

    Kim, Yong Hee; Kim, Myung-Joon; Shin, Hyun Joo; Yoon, Haesung; Han, Seok Joo; Koh, Hong; Roh, Yun Ho; Lee, Mi-Jung

    2018-02-23

    To evaluate MRI findings and to generate a decision tree model for diagnosis of biliary atresia (BA) in infants with jaundice. We retrospectively reviewed features of MRI and ultrasonography (US) performed in infants with jaundice between January 2009 and June 2016 under approval of the institutional review board, including the maximum diameter of periportal signal change on MRI (MR triangular cord thickness, MR-TCT) or US (US-TCT), visibility of common bile duct (CBD) and abnormality of gallbladder (GB). Hepatic subcapsular flow was reviewed on Doppler US. We performed conditional inference tree analysis using MRI findings to generate a decision tree model. A total of 208 infants were included, 112 in the BA group and 96 in the non-BA group. Mean age at the time of MRI was 58.7 ± 36.6 days. Visibility of CBD, abnormality of GB and MR-TCT were good discriminators for the diagnosis of BA and the MRI-based decision tree using these findings with MR-TCT cut-off 5.1 mm showed 97.3 % sensitivity, 94.8 % specificity and 96.2 % accuracy. MRI-based decision tree model reliably differentiates BA in infants with jaundice. MRI can be an objective imaging modality for the diagnosis of BA. • MRI-based decision tree model reliably differentiates biliary atresia in neonatal cholestasis. • Common bile duct, gallbladder and periportal signal changes are the discriminators. • MRI has comparable performance to ultrasonography for diagnosis of biliary atresia.

  20. Modeling the effects of tree species and incubation temperature on soil's extracellular enzyme activity in 78-year-old tree plantations

    Science.gov (United States)

    Zhou, Xiaoqi; Wang, Shen S. J.; Chen, Chengrong

    2017-12-01

    Forest plantations have been widely used as an effective measure for increasing soil carbon (C), and nitrogen (N) stocks and soil enzyme activities play a key role in soil C and N losses during decomposition of soil organic matter. However, few studies have been carried out to elucidate the mechanisms behind the differences in soil C and N cycling by different tree species in response to climate warming. Here, we measured the responses of soil's extracellular enzyme activity (EEA) to a gradient of temperatures using incubation methods in 78-year-old forest plantations with different tree species. Based on a soil enzyme kinetics model, we established a new statistical model to investigate the effects of temperature and tree species on soil EEA. In addition, we established a tree species-enzyme-C/N model to investigate how temperature and tree species influence soil C/N contents over time without considering plant C inputs. These extracellular enzymes included C acquisition enzymes (β-glucosidase, BG), N acquisition enzymes (N-acetylglucosaminidase, NAG; leucine aminopeptidase, LAP) and phosphorus acquisition enzymes (acid phosphatases). The results showed that incubation temperature and tree species significantly influenced all soil EEA and Eucalyptus had 1.01-2.86 times higher soil EEA than coniferous tree species. Modeling showed that Eucalyptus had larger soil C losses but had 0.99-2.38 times longer soil C residence time than the coniferous tree species over time. The differences in the residual soil C and N contents between Eucalyptus and coniferous tree species, as well as between slash pine (Pinus elliottii Engelm. var. elliottii) and hoop pine (Araucaria cunninghamii Ait.), increase with time. On the other hand, the modeling results help explain why exotic slash pine can grow faster, as it has 1.22-1.38 times longer residual soil N residence time for LAP, which mediate soil N cycling in the long term, than native coniferous tree species like hoop pine and

  1. Modeling the effects of tree species and incubation temperature on soil's extracellular enzyme activity in 78-year-old tree plantations

    Directory of Open Access Journals (Sweden)

    X. Zhou

    2017-12-01

    Full Text Available Forest plantations have been widely used as an effective measure for increasing soil carbon (C, and nitrogen (N stocks and soil enzyme activities play a key role in soil C and N losses during decomposition of soil organic matter. However, few studies have been carried out to elucidate the mechanisms behind the differences in soil C and N cycling by different tree species in response to climate warming. Here, we measured the responses of soil's extracellular enzyme activity (EEA to a gradient of temperatures using incubation methods in 78-year-old forest plantations with different tree species. Based on a soil enzyme kinetics model, we established a new statistical model to investigate the effects of temperature and tree species on soil EEA. In addition, we established a tree species–enzyme–C∕N model to investigate how temperature and tree species influence soil C∕N contents over time without considering plant C inputs. These extracellular enzymes included C acquisition enzymes (β-glucosidase, BG, N acquisition enzymes (N-acetylglucosaminidase, NAG; leucine aminopeptidase, LAP and phosphorus acquisition enzymes (acid phosphatases. The results showed that incubation temperature and tree species significantly influenced all soil EEA and Eucalyptus had 1.01–2.86 times higher soil EEA than coniferous tree species. Modeling showed that Eucalyptus had larger soil C losses but had 0.99–2.38 times longer soil C residence time than the coniferous tree species over time. The differences in the residual soil C and N contents between Eucalyptus and coniferous tree species, as well as between slash pine (Pinus elliottii Engelm. var. elliottii and hoop pine (Araucaria cunninghamii Ait., increase with time. On the other hand, the modeling results help explain why exotic slash pine can grow faster, as it has 1.22–1.38 times longer residual soil N residence time for LAP, which mediate soil N cycling in the long term, than native

  2. Development of a Predictive Model for Induction Success of Labour

    Directory of Open Access Journals (Sweden)

    Cristina Pruenza

    2018-03-01

    Full Text Available Induction of the labour process is an extraordinarily common procedure used in some pregnancies. Obstetricians face the need to end a pregnancy, for medical reasons usually (maternal or fetal requirements or less frequently, social (elective inductions for convenience. The success of induction procedure is conditioned by a multitude of maternal and fetal variables that appear before or during pregnancy or birth process, with a low predictive value. The failure of the induction process involves performing a caesarean section. This project arises from the clinical need to resolve a situation of uncertainty that occurs frequently in our clinical practice. Since the weight of clinical variables is not adequately weighted, we consider very interesting to know a priori the possibility of success of induction to dismiss those inductions with high probability of failure, avoiding unnecessary procedures or postponing end if possible. We developed a predictive model of induced labour success as a support tool in clinical decision making. Improve the predictability of a successful induction is one of the current challenges of Obstetrics because of its negative impact. The identification of those patients with high chances of failure, will allow us to offer them better care improving their health outcomes (adverse perinatal outcomes for mother and newborn, costs (medication, hospitalization, qualified staff and patient perceived quality. Therefore a Clinical Decision Support System was developed to give support to the Obstetricians. In this article, we had proposed a robust method to explore and model a source of clinical information with the purpose of obtaining all possible knowledge. Generally, in classification models are difficult to know the contribution that each attribute provides to the model. We had worked in this direction to offer transparency to models that may be considered as black boxes. The positive results obtained from both the

  3. Workflow Fault Tree Generation Through Model Checking

    DEFF Research Database (Denmark)

    Herbert, Luke Thomas; Sharp, Robin

    2014-01-01

    We present a framework for the automated generation of fault trees from models of realworld process workflows, expressed in a formalised subset of the popular Business Process Modelling and Notation (BPMN) language. To capture uncertainty and unreliability in workflows, we extend this formalism...

  4. Knowledge, expectations, and inductive reasoning within conceptual hierarchies.

    Science.gov (United States)

    Coley, John D; Hayes, Brett; Lawson, Christopher; Moloney, Michelle

    2004-01-01

    Previous research (e.g. Cognition 64 (1997) 73) suggests that the privileged level for inductive inference in a folk biological conceptual hierarchy does not correspond to the "basic" level (i.e. the level at which concepts are both informative and distinct). To further explore inductive inference within conceptual hierarchies, we examine relations between knowledge of concepts at different hierarchical levels, expectations about conceptual coherence, and inductive inference. In Experiments 1 and 2, 5- and 8-year-olds and adults listed features of living kind (Experiments 1 and 2) and artifact (Experiment 2) concepts at different hierarchical levels (e.g. plant, tree, oak, desert oak), and also rated the strength of generalizations to the same concepts. For living kinds, the level that showed a relative advantage on these two tasks differed; the greatest increase in features listed tended to occur at the life-form level (e.g. tree), whereas the greatest increase in inductive strength tended to occur at the folk-generic level (e.g. oak). Knowledge and induction also showed different developmental trajectories. For artifact concepts, the levels at which the greatest gains in knowledge and induction occurred were more varied, and corresponded more closely across tasks. In Experiment 3, adults reported beliefs about within-category similarity for concepts at different levels of animal, plant and artifact hierarchies, and rated inductive strength as before. For living kind concepts, expectations about category coherence predicted patterns of inductions; knowledge did not. For artifact concepts, both knowledge and expectations predicted patterns of induction. Results suggest that beliefs about conceptual coherence play an important role in guiding inductive inference, that this role may be largely independent of specific knowledge of concepts, and that such beliefs are especially important in reasoning about living kinds.

  5. Climate change impacts on tree ranges: model intercomparison facilitates understanding and quantification of uncertainty.

    Science.gov (United States)

    Cheaib, Alissar; Badeau, Vincent; Boe, Julien; Chuine, Isabelle; Delire, Christine; Dufrêne, Eric; François, Christophe; Gritti, Emmanuel S; Legay, Myriam; Pagé, Christian; Thuiller, Wilfried; Viovy, Nicolas; Leadley, Paul

    2012-06-01

    Model-based projections of shifts in tree species range due to climate change are becoming an important decision support tool for forest management. However, poorly evaluated sources of uncertainty require more scrutiny before relying heavily on models for decision-making. We evaluated uncertainty arising from differences in model formulations of tree response to climate change based on a rigorous intercomparison of projections of tree distributions in France. We compared eight models ranging from niche-based to process-based models. On average, models project large range contractions of temperate tree species in lowlands due to climate change. There was substantial disagreement between models for temperate broadleaf deciduous tree species, but differences in the capacity of models to account for rising CO(2) impacts explained much of the disagreement. There was good quantitative agreement among models concerning the range contractions for Scots pine. For the dominant Mediterranean tree species, Holm oak, all models foresee substantial range expansion. © 2012 Blackwell Publishing Ltd/CNRS.

  6. Induction and direct resistance heating theory and numerical modeling

    CERN Document Server

    Lupi, Sergio; Aliferov, Aleksandr

    2015-01-01

    This book offers broad, detailed coverage of theoretical developments in induction and direct resistance heating and presents new material on the solution of problems in the application of such heating. The physical basis of induction and conduction heating processes is explained, and electromagnetic phenomena in direct resistance and induction heating of flat workpieces and cylindrical bodies are examined in depth. The calculation of electrical and energetic characteristics of induction and conduction heating systems is then thoroughly reviewed. The final two chapters consider analytical solutions and numerical modeling of problems in the application of induction and direct resistance heating, providing industrial engineers with the knowledge needed in order to use numerical tools in the modern design of installations. Other engineers, scientists, and technologists will find the book to be an invaluable reference that will assist in the efficient utilization of electrical energy.

  7. Reversible polymorphism-aware phylogenetic models and their application to tree inference.

    Science.gov (United States)

    Schrempf, Dominik; Minh, Bui Quang; De Maio, Nicola; von Haeseler, Arndt; Kosiol, Carolin

    2016-10-21

    We present a reversible Polymorphism-Aware Phylogenetic Model (revPoMo) for species tree estimation from genome-wide data. revPoMo enables the reconstruction of large scale species trees for many within-species samples. It expands the alphabet of DNA substitution models to include polymorphic states, thereby, naturally accounting for incomplete lineage sorting. We implemented revPoMo in the maximum likelihood software IQ-TREE. A simulation study and an application to great apes data show that the runtimes of our approach and standard substitution models are comparable but that revPoMo has much better accuracy in estimating trees, divergence times and mutation rates. The advantage of revPoMo is that an increase of sample size per species improves estimations but does not increase runtime. Therefore, revPoMo is a valuable tool with several applications, from speciation dating to species tree reconstruction. Copyright © 2016 The Authors. Published by Elsevier Ltd.. All rights reserved.

  8. Anomalous diffusion in a lattice-gas wind-tree model

    International Nuclear Information System (INIS)

    Kong, X.P.; Cohen, E.G.D.

    1989-01-01

    Two new strictly deterministic lattice-gas automata derived from Ehrenfest's wind-tree model are studied. While in one model normal diffusion occurs, the other model exhibits abnormal diffusion in that the distribution function of the displacements of the wind particle is non-Gaussian, but its second moment, the mean-square displacement, is proportional to the time, so that a diffusion coefficient can be defined. A connection with the percolation problem and a self-avoiding random walk for the case in which the lattice is completely covered with trees is discussed

  9. Recruiting Conventional Tree Architecture Models into State-of-the-Art LiDAR Mapping for Investigating Tree Growth Habits in Structure.

    Science.gov (United States)

    Lin, Yi; Jiang, Miao; Pellikka, Petri; Heiskanen, Janne

    2018-01-01

    Mensuration of tree growth habits is of considerable importance for understanding forest ecosystem processes and forest biophysical responses to climate changes. However, the complexity of tree crown morphology that is typically formed after many years of growth tends to render it a non-trivial task, even for the state-of-the-art 3D forest mapping technology-light detection and ranging (LiDAR). Fortunately, botanists have deduced the large structural diversity of tree forms into only a limited number of tree architecture models, which can present a-priori knowledge about tree structure, growth, and other attributes for different species. This study attempted to recruit Hallé architecture models (HAMs) into LiDAR mapping to investigate tree growth habits in structure. First, following the HAM-characterized tree structure organization rules, we run the kernel procedure of tree species classification based on the LiDAR-collected point clouds using a support vector machine classifier in the leave-one-out-for-cross-validation mode. Then, the HAM corresponding to each of the classified tree species was identified based on expert knowledge, assisted by the comparison of the LiDAR-derived feature parameters. Next, the tree growth habits in structure for each of the tree species were derived from the determined HAM. In the case of four tree species growing in the boreal environment, the tests indicated that the classification accuracy reached 85.0%, and their growth habits could be derived by qualitative and quantitative means. Overall, the strategy of recruiting conventional HAMs into LiDAR mapping for investigating tree growth habits in structure was validated, thereby paving a new way for efficiently reflecting tree growth habits and projecting forest structure dynamics.

  10. Modelling imperfect adherence to HIV induction therapy

    Directory of Open Access Journals (Sweden)

    Smith? Robert J

    2010-01-01

    Full Text Available Abstract Background Induction-maintenance therapy is a treatment regime where patients are prescribed an intense course of treatment for a short period of time (the induction phase, followed by a simplified long-term regimen (maintenance. Since induction therapy has a significantly higher chance of pill fatigue than maintenance therapy, patients might take drug holidays during this period. Without guidance, patients who choose to stop therapy will each be making individual decisions, with no scientific basis. Methods We use mathematical modelling to investigate the effect of imperfect adherence during the inductive phase. We address the following research questions: 1. Can we theoretically determine the maximal length of a possible drug holiday and the minimal number of doses that must subsequently be taken while still avoiding resistance? 2. How many drug holidays can be taken during the induction phase? Results For a 180 day therapeutic program, a patient can take several drug holidays, but then has to follow each drug holiday with a strict, but fairly straightforward, drug-taking regimen. Since the results are dependent upon the drug regimen, we calculated the length and number of drug holidays for all fifteen protease-sparing triple-drug cocktails that have been approved by the US Food and Drug Administration. Conclusions Induction therapy with partial adherence is tolerable, but the outcome depends on the drug cocktail. Our theoretical predictions are in line with recent results from pilot studies of short-cycle treatment interruption strategies and may be useful in guiding the design of future clinical trials.

  11. Transient Model Validation of Fixed-Speed Induction Generator Using Wind Farm Measurements

    DEFF Research Database (Denmark)

    Rogdakis, Georgios; Garcia-Valle, Rodrigo; Arana Aristi, Iván

    2012-01-01

    In this paper, an electromagnetic transient model for fixed-speed wind turbines equipped with induction generators is developed and implemented in PSCAD/EMTDC. The model is comprised by: an induction generator, aerodynamic rotor, and a two-mass representation of the shaft system. Model validation...

  12. Validation of models that predict Cesarean section after induction of labor

    NARCIS (Netherlands)

    Verhoeven, C. J. M.; Oudenaarden, A.; Hermus, M. A. A.; Porath, M. M.; Oei, S. G.; Mol, B. W. J.

    2009-01-01

    Objective Models for the prediction of Cesarean delivery after induction of labor can be used to improve clinical decision-making. The objective of this study was to validate two existing models, published by Peregrine et al. and Rane et al., for the prediction of Cesarean section after induction of

  13. Theory-based Bayesian models of inductive learning and reasoning.

    Science.gov (United States)

    Tenenbaum, Joshua B; Griffiths, Thomas L; Kemp, Charles

    2006-07-01

    Inductive inference allows humans to make powerful generalizations from sparse data when learning about word meanings, unobserved properties, causal relationships, and many other aspects of the world. Traditional accounts of induction emphasize either the power of statistical learning, or the importance of strong constraints from structured domain knowledge, intuitive theories or schemas. We argue that both components are necessary to explain the nature, use and acquisition of human knowledge, and we introduce a theory-based Bayesian framework for modeling inductive learning and reasoning as statistical inferences over structured knowledge representations.

  14. Context Tree Estimation in Variable Length Hidden Markov Models

    OpenAIRE

    Dumont, Thierry

    2011-01-01

    We address the issue of context tree estimation in variable length hidden Markov models. We propose an estimator of the context tree of the hidden Markov process which needs no prior upper bound on the depth of the context tree. We prove that the estimator is strongly consistent. This uses information-theoretic mixture inequalities in the spirit of Finesso and Lorenzo(Consistent estimation of the order for Markov and hidden Markov chains(1990)) and E.Gassiat and S.Boucheron (Optimal error exp...

  15. Approximate dynamic fault tree calculations for modelling water supply risks

    International Nuclear Information System (INIS)

    Lindhe, Andreas; Norberg, Tommy; Rosén, Lars

    2012-01-01

    Traditional fault tree analysis is not always sufficient when analysing complex systems. To overcome the limitations dynamic fault tree (DFT) analysis is suggested in the literature as well as different approaches for how to solve DFTs. For added value in fault tree analysis, approximate DFT calculations based on a Markovian approach are presented and evaluated here. The approximate DFT calculations are performed using standard Monte Carlo simulations and do not require simulations of the full Markov models, which simplifies model building and in particular calculations. It is shown how to extend the calculations of the traditional OR- and AND-gates, so that information is available on the failure probability, the failure rate and the mean downtime at all levels in the fault tree. Two additional logic gates are presented that make it possible to model a system's ability to compensate for failures. This work was initiated to enable correct analyses of water supply risks. Drinking water systems are typically complex with an inherent ability to compensate for failures that is not easily modelled using traditional logic gates. The approximate DFT calculations are compared to results from simulations of the corresponding Markov models for three water supply examples. For the traditional OR- and AND-gates, and one gate modelling compensation, the errors in the results are small. For the other gate modelling compensation, the error increases with the number of compensating components. The errors are, however, in most cases acceptable with respect to uncertainties in input data. The approximate DFT calculations improve the capabilities of fault tree analysis of drinking water systems since they provide additional and important information and are simple and practically applicable.

  16. Expression Profiling of FLOWERING LOCUS T-Like Gene in Alternate Bearing ‘Hass' Avocado Trees Suggests a Role for PaFT in Avocado Flower Induction

    Science.gov (United States)

    Ziv, Dafna; Zviran, Tali; Zezak, Oshrat; Samach, Alon; Irihimovitch, Vered

    2014-01-01

    In many perennials, heavy fruit load on a shoot decreases the ability of the plant to undergo floral induction in the following spring, resulting in a pattern of crop production known as alternate bearing. Here, we studied the effects of fruit load on floral determination in ‘Hass' avocado (Persea americana). De-fruiting experiments initially confirmed the negative effects of fruit load on return to flowering. Next, we isolated a FLOWERING LOCUS T-like gene, PaFT, hypothesized to act as a phloem-mobile florigen signal and examined its expression profile in shoot tissues of on (fully loaded) and off (fruit-lacking) trees. Expression analyses revealed a strong peak in PaFT transcript levels in leaves of off trees from the end of October through November, followed by a return to starting levels. Moreover and concomitant with inflorescence development, only off buds displayed up-regulation of the floral identity transcripts PaAP1 and PaLFY, with significant variation being detected from October and November, respectively. Furthermore, a parallel microscopic study of off apical buds revealed the presence of secondary inflorescence axis structures that only appeared towards the end of November. Finally, ectopic expression of PaFT in Arabidopsis resulted in early flowering transition. Together, our data suggests a link between increased PaFT expression observed during late autumn and avocado flower induction. Furthermore, our results also imply that, as in the case of other crop trees, fruit-load might affect flowering by repressing the expression of PaFT in the leaves. Possible mechanism(s) by which fruit crop might repress PaFT expression, are discussed. PMID:25330324

  17. Model of inductive plasma production assisted by radio-frequency wave in tokamaks

    International Nuclear Information System (INIS)

    Hasegawa, Makoto; Hanada, Kazuaki; Sato, Kohnosuke

    2007-01-01

    For initial plasma production, an induction electric field generated by applying voltage to a poloidal field (PF) coil system is used to produce a Townsend avalanche breakdown. When the avalanche margins are small, as for the International Thermonuclear Experimental Reactor (ITER) in which the induction electric field is about 0.3 V/m, the assistance of radio-frequency waves (RF) is provided to reduce the induction electric field required for reliable breakdown. However, the conditions of RF-assisted breakdown are not clear. Here, the effects of both RF and induction electric field on the RF-assisted breakdown are evaluated considering the electron loss. When traveling loss is the dominant loss, a simple model of an extended Townsend avalanche is proposed. In this model, the induction electric field required for RF-assisted breakdown can be decreased to half that required for induction breakdown. (author)

  18. Recruiting Conventional Tree Architecture Models into State-of-the-Art LiDAR Mapping for Investigating Tree Growth Habits in Structure

    Directory of Open Access Journals (Sweden)

    Yi Lin

    2018-02-01

    Full Text Available Mensuration of tree growth habits is of considerable importance for understanding forest ecosystem processes and forest biophysical responses to climate changes. However, the complexity of tree crown morphology that is typically formed after many years of growth tends to render it a non-trivial task, even for the state-of-the-art 3D forest mapping technology—light detection and ranging (LiDAR. Fortunately, botanists have deduced the large structural diversity of tree forms into only a limited number of tree architecture models, which can present a-priori knowledge about tree structure, growth, and other attributes for different species. This study attempted to recruit Hallé architecture models (HAMs into LiDAR mapping to investigate tree growth habits in structure. First, following the HAM-characterized tree structure organization rules, we run the kernel procedure of tree species classification based on the LiDAR-collected point clouds using a support vector machine classifier in the leave-one-out-for-cross-validation mode. Then, the HAM corresponding to each of the classified tree species was identified based on expert knowledge, assisted by the comparison of the LiDAR-derived feature parameters. Next, the tree growth habits in structure for each of the tree species were derived from the determined HAM. In the case of four tree species growing in the boreal environment, the tests indicated that the classification accuracy reached 85.0%, and their growth habits could be derived by qualitative and quantitative means. Overall, the strategy of recruiting conventional HAMs into LiDAR mapping for investigating tree growth habits in structure was validated, thereby paving a new way for efficiently reflecting tree growth habits and projecting forest structure dynamics.

  19. Assessing the predictive capability of randomized tree-based ensembles in streamflow modelling

    Science.gov (United States)

    Galelli, S.; Castelletti, A.

    2013-07-01

    Combining randomization methods with ensemble prediction is emerging as an effective option to balance accuracy and computational efficiency in data-driven modelling. In this paper, we investigate the prediction capability of extremely randomized trees (Extra-Trees), in terms of accuracy, explanation ability and computational efficiency, in a streamflow modelling exercise. Extra-Trees are a totally randomized tree-based ensemble method that (i) alleviates the poor generalisation property and tendency to overfitting of traditional standalone decision trees (e.g. CART); (ii) is computationally efficient; and, (iii) allows to infer the relative importance of the input variables, which might help in the ex-post physical interpretation of the model. The Extra-Trees potential is analysed on two real-world case studies - Marina catchment (Singapore) and Canning River (Western Australia) - representing two different morphoclimatic contexts. The evaluation is performed against other tree-based methods (CART and M5) and parametric data-driven approaches (ANNs and multiple linear regression). Results show that Extra-Trees perform comparatively well to the best of the benchmarks (i.e. M5) in both the watersheds, while outperforming the other approaches in terms of computational requirement when adopted on large datasets. In addition, the ranking of the input variable provided can be given a physically meaningful interpretation.

  20. Modeling of a Stacked Power Module for Parasitic Inductance Extraction

    Science.gov (United States)

    2017-09-15

    ARL-TR-8138 ● SEP 2017 US Army Research Laboratory Modeling of a Stacked Power Module for Parasitic Inductance Extraction by...not return it to the originator. ARL-TR-8138 ● SEP 2017 US Army Research Laboratory Modeling of a Stacked Power Module for... Power Module for Parasitic Inductance Extraction 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) Steven Kaplan

  1. Models for estimation of tree volume in the miombo woodlands of ...

    African Journals Online (AJOL)

    Volume of trees is an important parameter in forest management, but only volume models with limited geographical and tree size coverage have previously been developed for Tanzanian miombo woodlands. This study developed models for estimating total, merchantable stem and branches volume applicable for the entire ...

  2. Modeling time-to-event (survival) data using classification tree analysis.

    Science.gov (United States)

    Linden, Ariel; Yarnold, Paul R

    2017-12-01

    Time to the occurrence of an event is often studied in health research. Survival analysis differs from other designs in that follow-up times for individuals who do not experience the event by the end of the study (called censored) are accounted for in the analysis. Cox regression is the standard method for analysing censored data, but the assumptions required of these models are easily violated. In this paper, we introduce classification tree analysis (CTA) as a flexible alternative for modelling censored data. Classification tree analysis is a "decision-tree"-like classification model that provides parsimonious, transparent (ie, easy to visually display and interpret) decision rules that maximize predictive accuracy, derives exact P values via permutation tests, and evaluates model cross-generalizability. Using empirical data, we identify all statistically valid, reproducible, longitudinally consistent, and cross-generalizable CTA survival models and then compare their predictive accuracy to estimates derived via Cox regression and an unadjusted naïve model. Model performance is assessed using integrated Brier scores and a comparison between estimated survival curves. The Cox regression model best predicts average incidence of the outcome over time, whereas CTA survival models best predict either relatively high, or low, incidence of the outcome over time. Classification tree analysis survival models offer many advantages over Cox regression, such as explicit maximization of predictive accuracy, parsimony, statistical robustness, and transparency. Therefore, researchers interested in accurate prognoses and clear decision rules should consider developing models using the CTA-survival framework. © 2017 John Wiley & Sons, Ltd.

  3. Modelling modulus of elasticity of Pinus pinaster Ait. in northwestern Spain with standing tree acoustic measurements, tree, stand and site variables

    Directory of Open Access Journals (Sweden)

    Esther Merlo

    2014-04-01

    Full Text Available Aim of study: Modelling the structural quality of Pinus pinaster Ait. wood on the basis of measurements made on standing trees is essential because of the importance of the species in the Galician forestry and timber industries and the good mechanical properties of its wood. In this study, we investigated how timber stiffness is affected by tree and stand properties, climatic and edaphic characteristics and competition. Area of study: The study was performed in Galicia, north-western Spain.Material and methods: Ten pure and even-aged P. pinaster stands were selected and tree and stand variables and the stress wave velocity of 410 standing trees were measured. A sub-sample of 73 trees, representing the variability in acoustic velocity, were felled and sawed into structural timber pieces (224 which were subjected to a bending test to determine the modulus of elasticity (MOE. Main results: Linear models including wood properties explained more than 97%, 73% and 60% of the observed MOE variability at site, tree and board level, respectively, with acoustic velocity and wood density as the main regressors. Other linear models, which did not include wood density, explained more than 88%, 69% and 55% of the observed MOE variability at site, tree and board level, respectively, with acoustic velocity as the main regressor. Moreover, a classification tree for estimating the visual grade according to standard UNE 56544:2011 was developed. Research highlights: The results have demonstrated the usefulness of acoustic velocity for predicting MOE in standing trees. The use of the fitted equations together with existing dynamic growth models will enable preliminary assessment of timber stiffness in relation to different silvicultural alternatives used with this species.Keywords: stress wave velocity, modulus of elasticity, site index, competition index, stepwise regression, CART.

  4. Developing Models to Forcast Sales of Natural Christmas Trees

    Science.gov (United States)

    Lawrence D. Garrett; Thomas H. Pendleton

    1977-01-01

    A study of practices for marketing Christmas trees in Winston-Salem, North Carolina, and Denver, Colorado, revealed that such factors as retail lot competition, tree price, consumer traffic, and consumer income were very important in determining a particular retailer's sales. Analyses of 4 years of market data were used in developing regression models for...

  5. Highly Accurate Tree Models Derived from Terrestrial Laser Scan Data: A Method Description

    Directory of Open Access Journals (Sweden)

    Jan Hackenberg

    2014-05-01

    Full Text Available This paper presents a method for fitting cylinders into a point cloud, derived from a terrestrial laser-scanned tree. Utilizing high scan quality data as the input, the resulting models describe the branching structure of the tree, capable of detecting branches with a diameter smaller than a centimeter. The cylinders are stored as a hierarchical tree-like data structure encapsulating parent-child neighbor relations and incorporating the tree’s direction of growth. This structure enables the efficient extraction of tree components, such as the stem or a single branch. The method was validated both by applying a comparison of the resulting cylinder models with ground truth data and by an analysis between the input point clouds and the models. Tree models were accomplished representing more than 99% of the input point cloud, with an average distance from the cylinder model to the point cloud within sub-millimeter accuracy. After validation, the method was applied to build two allometric models based on 24 tree point clouds as an example of the application. Computation terminated successfully within less than 30 min. For the model predicting the total above ground volume, the coefficient of determination was 0.965, showing the high potential of terrestrial laser-scanning for forest inventories.

  6. Modeling the temporal dynamics of nonstructural carbohydrate pools in forest trees

    Energy Technology Data Exchange (ETDEWEB)

    Richardson, Andrew [Northern Arizona Univ., Flagstaff, AZ (United States); Harvard Univ., Cambridge, MA (United States)

    2017-11-09

    Trees store carbohydrates, in the form of sugars and starch, as reserves to be used to power both future growth as well as to support day-to-day metabolic functions. These reserves are particularly important in the context of how trees cope with disturbance and stress—for example, as related to pest outbreaks, wind or ice damage, and extreme climate events. In this project, we measured the size of carbon reserves in forest trees, and determined how quickly these reserves are used and replaced—i.e., their “turnover time”. Our work was conducted at Harvard Forest, a temperate deciduous forest in central Massachusetts. Through field sampling, laboratory-based chemical analyses, and allometric modeling, we scaled these measurements up to whole-tree NSC budgets. We used these data to test and improve computer simulation models of carbon flow through forest ecosystems. Our modeling focused on the mathematical representation of these stored carbon reserves, and we examined the sensitivity of model performance to different model structures. This project contributes to DOE’s goal to improve next-generation models of the earth system, and to understand the impacts of climate change on terrestrial ecosystems.

  7. Above- and Belowground Biomass Models for Trees in the Miombo Woodlands of Malawi

    Directory of Open Access Journals (Sweden)

    Daud J. Kachamba

    2016-02-01

    Full Text Available In this study we present general (multiple tree species from several sites above- and belowground biomass models for trees in the miombo woodlands of Malawi. Such models are currently lacking in the country. The modelling was based on 74 trees comprising 33 different species with diameters at breast height (dbh and total tree height (ht ranging from 5.3 to 2 cm and from 3.0 to 25.0 m, respectively. Trees were collected from four silvicultural zones covering a wide range of conditions. We tested different models including dbh, ht and wood specific gravity ( ρ as independent variables. We evaluated model performance using pseudo-R2, root mean square error (RMSE, a covariance matrix for the parameter estimates, mean prediction error (MPE and relative mean prediction error (MPE%. Computation of MPE% was based on leave-one-out cross-validation. Values of pseudo-R2 and MPE% ranged 0.82–0.97 and 0.9%–2.8%, respectively. Model performance indicated that the models can be used over a wide range of geographical and ecological conditions in Malawi.

  8. Systems analysis approach to probabilistic modeling of fault trees

    International Nuclear Information System (INIS)

    Bartholomew, R.J.; Qualls, C.R.

    1985-01-01

    A method of probabilistic modeling of fault tree logic combined with stochastic process theory (Markov modeling) has been developed. Systems are then quantitatively analyzed probabilistically in terms of their failure mechanisms including common cause/common mode effects and time dependent failure and/or repair rate effects that include synergistic and propagational mechanisms. The modeling procedure results in a state vector set of first order, linear, inhomogeneous, differential equations describing the time dependent probabilities of failure described by the fault tree. The solutions of this Failure Mode State Variable (FMSV) model are cumulative probability distribution functions of the system. A method of appropriate synthesis of subsystems to form larger systems is developed and applied to practical nuclear power safety systems

  9. Constructing Dynamic Event Trees from Markov Models

    International Nuclear Information System (INIS)

    Paolo Bucci; Jason Kirschenbaum; Tunc Aldemir; Curtis Smith; Ted Wood

    2006-01-01

    In the probabilistic risk assessment (PRA) of process plants, Markov models can be used to model accurately the complex dynamic interactions between plant physical process variables (e.g., temperature, pressure, etc.) and the instrumentation and control system that monitors and manages the process. One limitation of this approach that has prevented its use in nuclear power plant PRAs is the difficulty of integrating the results of a Markov analysis into an existing PRA. In this paper, we explore a new approach to the generation of failure scenarios and their compilation into dynamic event trees from a Markov model of the system. These event trees can be integrated into an existing PRA using software tools such as SAPHIRE. To implement our approach, we first construct a discrete-time Markov chain modeling the system of interest by: (a) partitioning the process variable state space into magnitude intervals (cells), (b) using analytical equations or a system simulator to determine the transition probabilities between the cells through the cell-to-cell mapping technique, and, (c) using given failure/repair data for all the components of interest. The Markov transition matrix thus generated can be thought of as a process model describing the stochastic dynamic behavior of the finite-state system. We can therefore search the state space starting from a set of initial states to explore all possible paths to failure (scenarios) with associated probabilities. We can also construct event trees of arbitrary depth by tracing paths from a chosen initiating event and recording the following events while keeping track of the probabilities associated with each branch in the tree. As an example of our approach, we use the simple level control system often used as benchmark in the literature with one process variable (liquid level in a tank), and three control units: a drain unit and two supply units. Each unit includes a separate level sensor to observe the liquid level in the tank

  10. Yield curve event tree construction for multi stage stochastic programming models

    DEFF Research Database (Denmark)

    Rasmussen, Kourosh Marjani; Poulsen, Rolf

    Dynamic stochastic programming (DSP) provides an intuitive framework for modelling of financial portfolio choice problems where market frictions are present and dynamic re--balancing has a significant effect on initial decisions. The application of these models in practice, however, is limited....... Indeed defining a universal and tractable framework for fully ``appropriate'' event trees is in our opinion an impossible task. A problem specific approach to designing such event trees is the way ahead. In this paper we propose a number of desirable properties which should be present in an event tree...

  11. Tree-Structured Digital Organisms Model

    Science.gov (United States)

    Suzuki, Teruhiko; Nobesawa, Shiho; Tahara, Ikuo

    Tierra and Avida are well-known models of digital organisms. They describe a life process as a sequence of computation codes. A linear sequence model may not be the only way to describe a digital organism, though it is very simple for a computer-based model. Thus we propose a new digital organism model based on a tree structure, which is rather similar to the generic programming. With our model, a life process is a combination of various functions, as if life in the real world is. This implies that our model can easily describe the hierarchical structure of life, and it can simulate evolutionary computation through mutual interaction of functions. We verified our model by simulations that our model can be regarded as a digital organism model according to its definitions. Our model even succeeded in creating species such as viruses and parasites.

  12. GEOMETRIC MODELLING OF TREE ROOTS WITH DIFFERENT LEVELS OF DETAIL

    Directory of Open Access Journals (Sweden)

    J. I. Guerrero Iñiguez

    2017-09-01

    Full Text Available This paper presents a geometric approach for modelling tree roots with different Levels of Detail, suitable for analysis of the tree anchoring, potentially occupied underground space, interaction with urban elements and damage produced and taken in the built-in environment. Three types of tree roots are considered to cover several species: tap root, heart shaped root and lateral roots. Shrubs and smaller plants are not considered, however, a similar approach can be considered if the information is available for individual species. The geometrical approach considers the difficulties of modelling the actual roots, which are dynamic and almost opaque to direct observation, proposing generalized versions. For each type of root, different geometric models are considered to capture the overall shape of the root, a simplified block model, and a planar or surface projected version. Lower detail versions are considered as compatibility version for 2D systems while higher detail models are suitable for 3D analysis and visualization. The proposed levels of detail are matched with CityGML Levels of Detail, enabling both analysis and aesthetic views for urban modelling.

  13. Geometric Modelling of Tree Roots with Different Levels of Detail

    Science.gov (United States)

    Guerrero Iñiguez, J. I.

    2017-09-01

    This paper presents a geometric approach for modelling tree roots with different Levels of Detail, suitable for analysis of the tree anchoring, potentially occupied underground space, interaction with urban elements and damage produced and taken in the built-in environment. Three types of tree roots are considered to cover several species: tap root, heart shaped root and lateral roots. Shrubs and smaller plants are not considered, however, a similar approach can be considered if the information is available for individual species. The geometrical approach considers the difficulties of modelling the actual roots, which are dynamic and almost opaque to direct observation, proposing generalized versions. For each type of root, different geometric models are considered to capture the overall shape of the root, a simplified block model, and a planar or surface projected version. Lower detail versions are considered as compatibility version for 2D systems while higher detail models are suitable for 3D analysis and visualization. The proposed levels of detail are matched with CityGML Levels of Detail, enabling both analysis and aesthetic views for urban modelling.

  14. Comparing tree foliage biomass models fitted to a multispecies, felled-tree biomass dataset for the United States

    Science.gov (United States)

    Brian J. Clough; Matthew B. Russell; Grant M. Domke; Christopher W. Woodall; Philip J. Radtke

    2016-01-01

    tEstimation of live tree biomass is an important task for both forest carbon accounting and studies of nutri-ent dynamics in forest ecosystems. In this study, we took advantage of an extensive felled-tree database(with 2885 foliage biomass observations) to compare different models and grouping schemes based onphylogenetic and geographic variation for predicting foliage...

  15. Harvesting cost model for small trees in natural stands in the interior northwest.

    Science.gov (United States)

    Bruce R. Hartsough; Xiaoshan Zhang; Roger D. Fight

    2001-01-01

    Realistic logging cost models are needed for long-term forest management planning. Data from numerous published studies were combined to estimate the costs of harvesting small trees in natural stands in the Interior Northwest of North America. Six harvesting systems were modeled. Four address gentle terrain: manual log-length, manual whole-tree, mechanized whole-tree,...

  16. Dynamics of 'abc' and 'qd' constant parameters induction generator model

    DEFF Research Database (Denmark)

    Fajardo-R, L.A.; Medina, A.; Iov, F.

    2009-01-01

    In this paper, parametric sensibility effects on dynamics of the induction generator in the presence of local perturbations are investigated. The study is conducted in a 3x2 MW wind park dealing with abc, qd0 and qd reduced order, induction generator model respectively, and with fluxes as state...

  17. A modeling study of the impact of urban trees on ozone

    Science.gov (United States)

    David J. Nowak; Kevin L. Civerolo; S. Trivikrama Rao; Gopal Sistla; Christopher J. Luley; Daniel E. Crane

    2000-01-01

    Modeling the effects of increased urban tree cover on ozone concentrations (July 13-15, 1995) from Washington, DC, to central Massachusetts reveals that urban trees generally reduce ozone concentrations in cities, but tend to increase average ozone concentrations in the overall modeling domain. During the daytime, average ozone reductions in urban areas (1 ppb) were...

  18. Data Clustering and Evolving Fuzzy Decision Tree for Data Base Classification Problems

    Science.gov (United States)

    Chang, Pei-Chann; Fan, Chin-Yuan; Wang, Yen-Wen

    Data base classification suffers from two well known difficulties, i.e., the high dimensionality and non-stationary variations within the large historic data. This paper presents a hybrid classification model by integrating a case based reasoning technique, a Fuzzy Decision Tree (FDT), and Genetic Algorithms (GA) to construct a decision-making system for data classification in various data base applications. The model is major based on the idea that the historic data base can be transformed into a smaller case-base together with a group of fuzzy decision rules. As a result, the model can be more accurately respond to the current data under classifying from the inductions by these smaller cases based fuzzy decision trees. Hit rate is applied as a performance measure and the effectiveness of our proposed model is demonstrated by experimentally compared with other approaches on different data base classification applications. The average hit rate of our proposed model is the highest among others.

  19. Global model of instabilities in low-pressure inductively coupled chlorine plasmas

    Science.gov (United States)

    Despiau-Pujo, Emilie; Chabert, Pascal

    2009-10-01

    Experimental studies have shown that low-pressure inductive discharges operating with electronegative gases are subject to instabilities near the transition between capacitive (E) and inductive (H) modes. A global model, consisting of two particle balance equations and one energy balance equation, has been previously proposed to describe the instability mechanism in SF6/ArSF6 [1]. This model, which agrees qualitatively well with experimental observations, leaves significant quantitative differences. In this paper, the model is revisited with Cl2 as the feedstock gas. An alternative treatment of the inductive power deposition is evaluated and chlorine chemistry is included. Old and new models are systematically compared. The alternative inductive coupling description slightly modifies the results. The effect of gas chemistry is even more pronounced. The instability window is smaller in pressure and larger in absorbed power, the frequency is higher and the amplitudes of oscillations are reduced. The feedstock gas is weakly dissociated ( 16%) and Cl2^+ is the dominant positive ion, which is consistent with the moderate electron density during the instability cycle. [1] M.A. Lieberman, A.J. Lichtenberg, and A.M. Marakhtanov, Appl. Phys. Lett. 75 (1999) 3617

  20. Modeling and Speed Control of Induction Motor Drives Using Neural Networks

    Directory of Open Access Journals (Sweden)

    V. Jamuna

    2010-08-01

    Full Text Available Speed control of induction motor drives using neural networks is presented. The mathematical model of single phase induction motor is developed. A new simulink model for a neural network-controlled bidirectional chopper fed single phase induction motor is proposed. Under normal operation, the true drive parameters are real-time identified and they are converted into the controller parameters through multilayer forward computation by neural networks. Comparative study has been made between the conventional and neural network controllers. It is observed that the neural network controlled drive system has better dynamic performance, reduced overshoot and faster transient response than the conventional controlled system.

  1. Runtime Optimizations for Tree-Based Machine Learning Models

    NARCIS (Netherlands)

    N. Asadi; J.J.P. Lin (Jimmy); A.P. de Vries (Arjen)

    2014-01-01

    htmlabstractTree-based models have proven to be an effective solution for web ranking as well as other machine learning problems in diverse domains. This paper focuses on optimizing the runtime performance of applying such models to make predictions, specifically using gradient-boosted regression

  2. Modelling of electric tree progression due to space charge modified fields

    International Nuclear Information System (INIS)

    Seralathan, K E; Mahajan, A; Gupta, Nandini

    2008-01-01

    Tree initiation and growth require localized field enhancement that results in material erosion and formation of tree channels. Tree progression is linked to partial discharges within the tree tubules, characterized by recurrent periods of activity followed by quiescent states. Charge builds up across the non-conducting tree channels during the inactive regime, and discharge follows. In this work, the role of the space charge modified field during the non-discharging regime in deciding the site of subsequent discharges and thereby shaping tree structures is studied. A simple stochastic model was developed, in order to understand the respective effects of charges trapped on the walls of tree tubules, at channel tips, or in the volume of the dielectric. While some charge distributions are seen to arrest tree growth, others encourage axial growth towards the other electrode, and some aid in producing bushy trees clustered around the needle tip. The effect of carbon deposition within tree channels, making them effectively conducting, was also investigated. The insights gained from the simulations were successfully used to explain tree growth in the laboratory under high- and low-field conditions

  3. Simple Prediction of Type 2 Diabetes Mellitus via Decision Tree Modeling

    Directory of Open Access Journals (Sweden)

    Mehrab Sayadi

    2017-06-01

    Full Text Available Background: Type 2 Diabetes Mellitus (T2DM is one of the most important risk factors in cardiovascular disorders considered as a common clinical and public health problem. Early diagnosis can reduce the burden of the disease. Decision tree, as an advanced data mining method, can be used as a reliable tool to predict T2DM. Objectives: This study aimed to present a simple model for predicting T2DM using decision tree modeling. Materials and Methods: This analytical model-based study used a part of the cohort data obtained from a database in Healthy Heart House of Shiraz, Iran. The data included routine information, such as age, gender, Body Mass Index (BMI, family history of diabetes, and systolic and diastolic blood pressure, which were obtained from the individuals referred for gathering baseline data in Shiraz cohort study from 2014 to 2015. Diabetes diagnosis was used as binary datum. Decision tree technique and J48 algorithm were applied using the WEKA software (version 3.7.5, New Zealand. Additionally, Receiver Operator Characteristic (ROC curve and Area Under Curve (AUC were used for checking the goodness of fit. Results: The age of the 11302 cases obtained after data preparation ranged from 18 to 89 years with the mean age of 48.1 ± 11.4 years. Additionally, 51.1% of the cases were male. In the tree structure, blood pressure and age were placed where most information was gained. In our model, however, gender was not important and was placed on the final branch of the tree. Total precision and AUC were 87% and 89%, respectively. This indicated that the model had good accuracy for distinguishing patients from normal individuals. Conclusions: The results showed that T2DM could be predicted via decision tree model without laboratory tests. Thus, this model can be used in pre-clinical and public health screening programs.

  4. Modelling of windmill induction generators in dynamic simulation programs

    DEFF Research Database (Denmark)

    Akhmatov, Vladislav; Knudsen, Hans

    1999-01-01

    with and without a model of the mechanical shaft. The reason for the discrepancies are explained, and it is shown that the phenomenon is due partly to the presence of DC offset currents in the induction machine stator, and partly to the mechanical shaft system of the wind turbine and the generator rotor......For AC networks with large amounts of induction generators-in case of e.g. windmills-the paper demonstrates a significant discrepancy in the simulated voltage recovery after faults in weak networks, when comparing result obtained with dynamic stability programs and transient programs, respectively....... It is shown that it is possible to include a transient model in dynamic stability programs and thus obtain correct results also in dynamic stability programs. A mechanical model of the shaft system has also been included in the generator model...

  5. Detecting treatment-subgroup interactions in clustered data with generalized linear mixed-effects model trees.

    Science.gov (United States)

    Fokkema, M; Smits, N; Zeileis, A; Hothorn, T; Kelderman, H

    2017-10-25

    Identification of subgroups of patients for whom treatment A is more effective than treatment B, and vice versa, is of key importance to the development of personalized medicine. Tree-based algorithms are helpful tools for the detection of such interactions, but none of the available algorithms allow for taking into account clustered or nested dataset structures, which are particularly common in psychological research. Therefore, we propose the generalized linear mixed-effects model tree (GLMM tree) algorithm, which allows for the detection of treatment-subgroup interactions, while accounting for the clustered structure of a dataset. The algorithm uses model-based recursive partitioning to detect treatment-subgroup interactions, and a GLMM to estimate the random-effects parameters. In a simulation study, GLMM trees show higher accuracy in recovering treatment-subgroup interactions, higher predictive accuracy, and lower type II error rates than linear-model-based recursive partitioning and mixed-effects regression trees. Also, GLMM trees show somewhat higher predictive accuracy than linear mixed-effects models with pre-specified interaction effects, on average. We illustrate the application of GLMM trees on an individual patient-level data meta-analysis on treatments for depression. We conclude that GLMM trees are a promising exploratory tool for the detection of treatment-subgroup interactions in clustered datasets.

  6. MODELLING AND SIMULATION OF HIGH FREQUENCY INVERTER FOR INDUCTION HEATING APPLICATION

    OpenAIRE

    SACHIN S. BANKAR; Dr. PRASAD M. JOSHI

    2016-01-01

    This paper presents modelling and simulation of high frequency inverter for induction heating applications. Induction heating has advantages like higher efficiency, controlled heating, safety and pollution free therefore this technology is used in industrial, domestic and medical applications. The high frequency full bridge inverter is used for induction heating, also MOSFET is used as a switching device for inverter and the control strategy used for inverter is Bipolar PWM control. The size ...

  7. Fractal approach to computer-analytical modelling of tree crown

    International Nuclear Information System (INIS)

    Berezovskaya, F.S.; Karev, G.P.; Kisliuk, O.F.; Khlebopros, R.G.; Tcelniker, Yu.L.

    1993-09-01

    In this paper we discuss three approaches to the modeling of a tree crown development. These approaches are experimental (i.e. regressive), theoretical (i.e. analytical) and simulation (i.e. computer) modeling. The common assumption of these is that a tree can be regarded as one of the fractal objects which is the collection of semi-similar objects and combines the properties of two- and three-dimensional bodies. We show that a fractal measure of crown can be used as the link between the mathematical models of crown growth and light propagation through canopy. The computer approach gives the possibility to visualize a crown development and to calibrate the model on experimental data. In the paper different stages of the above-mentioned approaches are described. The experimental data for spruce, the description of computer system for modeling and the variant of computer model are presented. (author). 9 refs, 4 figs

  8. Transfer Factors for Contaminant Uptake by Fruit and Nut Trees

    Energy Technology Data Exchange (ETDEWEB)

    Napier, Bruce A.; Fellows, Robert J.; Minc, Leah D.

    2013-11-20

    Transfer of radionuclides from soils into plants is one of the key mechanisms for long-term contamination of the human food chain. Nearly all computer models that address soil-to-plant uptake of radionuclides use empirically-derived transfer factors to address this process. Essentially all available soil-to-plant transfer factors are based on measurements in annual crops. Because very few measurements are available for tree fruits, samples were taken of alfalfa and oats and the stems, leaves, and fruits and nuts of almond, apple, apricot, carob, fig, grape, nectarine, pecan, pistachio (natural and grafted), and pomegranate, along with local surface soil. The samples were dried, ground, weighed, and analyzed for trace constituents through a combination of induction-coupled plasma mass spectrometry and instrumental neutron activation analysis for a wide range of naturally-occurring elements. Analysis results are presented and converted to soil-to-plant transfer factors. These are compared to commonly used and internationally recommended values. Those determined for annual crops are very similar to commonly-used values; those determined for tree fruits show interesting differences. Most macro- and micronutrients are slightly reduced in fruits; non-essential elements are reduced further. These findings may be used in existing computer models and may allow development of tree-fruit-specific transfer models.

  9. Spatial distribution of block falls using volumetric GIS-decision-tree models

    Science.gov (United States)

    Abdallah, C.

    2010-10-01

    Block falls are considered a significant aspect of surficial instability contributing to losses in land and socio-economic aspects through their damaging effects to natural and human environments. This paper predicts and maps the geographic distribution and volumes of block falls in central Lebanon using remote sensing, geographic information systems (GIS) and decision-tree modeling (un-pruned and pruned trees). Eleven terrain parameters (lithology, proximity to fault line, karst type, soil type, distance to drainage line, elevation, slope gradient, slope aspect, slope curvature, land cover/use, and proximity to roads) were generated to statistically explain the occurrence of block falls. The latter were discriminated using SPOT4 satellite imageries, and their dimensions were determined during field surveys. The un-pruned tree model based on all considered parameters explained 86% of the variability in field block fall measurements. Once pruned, it classifies 50% in block falls' volumes by selecting just four parameters (lithology, slope gradient, soil type, and land cover/use). Both tree models (un-pruned and pruned) were converted to quantitative 1:50,000 block falls' maps with different classes; starting from Nil (no block falls) to more than 4000 m 3. These maps are fairly matching with coincidence value equal to 45%; however, both can be used to prioritize the choice of specific zones for further measurement and modeling, as well as for land-use management. The proposed tree models are relatively simple, and may also be applied to other areas (i.e. the choice of un-pruned or pruned model is related to the availability of terrain parameters in a given area).

  10. Hydrochemical analysis of groundwater using a tree-based model

    Science.gov (United States)

    Litaor, M. Iggy; Brielmann, H.; Reichmann, O.; Shenker, M.

    2010-06-01

    SummaryHydrochemical indices are commonly used to ascertain aquifer characteristics, salinity problems, anthropogenic inputs and resource management, among others. This study was conducted to test the applicability of a binary decision tree model to aquifer evaluation using hydrochemical indices as input. The main advantage of the tree-based model compared to other commonly used statistical procedures such as cluster and factor analyses is the ability to classify groundwater samples with assigned probability and the reduction of a large data set into a few significant variables without creating new factors. We tested the model using data sets collected from headwater springs of the Jordan River, Israel. The model evaluation consisted of several levels of complexity, from simple separation between the calcium-magnesium-bicarbonate water type of karstic aquifers to the more challenging separation of calcium-sodium-bicarbonate water type flowing through perched and regional basaltic aquifers. In all cases, the model assigned measures for goodness of fit in the form of misclassification errors and singled out the most significant variable in the analysis. The model proceeded through a sequence of partitions providing insight into different possible pathways and changing lithology. The model results were extremely useful in constraining the interpretation of geological heterogeneity and constructing a conceptual flow model for a given aquifer. The tree model clearly identified the hydrochemical indices that were excluded from the analysis, thus providing information that can lead to a decrease in the number of routinely analyzed variables and a significant reduction in laboratory cost.

  11. Model checking software for phylogenetic trees using distribution and database methods

    Directory of Open Access Journals (Sweden)

    Requeno José Ignacio

    2013-12-01

    Full Text Available Model checking, a generic and formal paradigm stemming from computer science based on temporal logics, has been proposed for the study of biological properties that emerge from the labeling of the states defined over the phylogenetic tree. This strategy allows us to use generic software tools already present in the industry. However, the performance of traditional model checking is penalized when scaling the system for large phylogenies. To this end, two strategies are presented here. The first one consists of partitioning the phylogenetic tree into a set of subgraphs each one representing a subproblem to be verified so as to speed up the computation time and distribute the memory consumption. The second strategy is based on uncoupling the information associated to each state of the phylogenetic tree (mainly, the DNA sequence and exporting it to an external tool for the management of large information systems. The integration of all these approaches outperforms the results of monolithic model checking and helps us to execute the verification of properties in a real phylogenetic tree.

  12. Decision-Tree Models of Categorization Response Times, Choice Proportions, and Typicality Judgments

    Science.gov (United States)

    Lafond, Daniel; Lacouture, Yves; Cohen, Andrew L.

    2009-01-01

    The authors present 3 decision-tree models of categorization adapted from T. Trabasso, H. Rollins, and E. Shaughnessy (1971) and use them to provide a quantitative account of categorization response times, choice proportions, and typicality judgments at the individual-participant level. In Experiment 1, the decision-tree models were fit to…

  13. Context trees for privacy-preserving modeling of genetic data

    NARCIS (Netherlands)

    Kusters, C.J.; Ignatenko, T.

    2016-01-01

    In this work, we use context trees for privacypreserving modeling of genetic sequences. The resulting estimated models are applied for functional comparison of genetic sequences in a privacy preserving way. Here we define privacy as uncertainty about the genetic source sequence given its model and

  14. A diagnostic tree model for polytomous responses with multiple strategies.

    Science.gov (United States)

    Ma, Wenchao

    2018-04-23

    Constructed-response items have been shown to be appropriate for cognitively diagnostic assessments because students' problem-solving procedures can be observed, providing direct evidence for making inferences about their proficiency. However, multiple strategies used by students make item scoring and psychometric analyses challenging. This study introduces the so-called two-digit scoring scheme into diagnostic assessments to record both students' partial credits and their strategies. This study also proposes a diagnostic tree model (DTM) by integrating the cognitive diagnosis models with the tree model to analyse the items scored using the two-digit rubrics. Both convergent and divergent tree structures are considered to accommodate various scoring rules. The MMLE/EM algorithm is used for item parameter estimation of the DTM, and has been shown to provide good parameter recovery under varied conditions in a simulation study. A set of data from TIMSS 2007 mathematics assessment is analysed to illustrate the use of the two-digit scoring scheme and the DTM. © 2018 The British Psychological Society.

  15. Modeling tree crown dynamics with 3D partial differential equations.

    Science.gov (United States)

    Beyer, Robert; Letort, Véronique; Cournède, Paul-Henry

    2014-01-01

    We characterize a tree's spatial foliage distribution by the local leaf area density. Considering this spatially continuous variable allows to describe the spatiotemporal evolution of the tree crown by means of 3D partial differential equations. These offer a framework to rigorously take locally and adaptively acting effects into account, notably the growth toward light. Biomass production through photosynthesis and the allocation to foliage and wood are readily included in this model framework. The system of equations stands out due to its inherent dynamic property of self-organization and spontaneous adaptation, generating complex behavior from even only a few parameters. The density-based approach yields spatially structured tree crowns without relying on detailed geometry. We present the methodological fundamentals of such a modeling approach and discuss further prospects and applications.

  16. Model trees for identifying exceptional players in the NHL and NBA draft

    OpenAIRE

    Liu, Yejia

    2018-01-01

    Drafting players is crucial for a team’s success. We describe a data-driven interpretable approach for assessing prospects in the National Hockey League and National Basketball Association. Previous approaches have built a predictive model based on player features, or derived performance predictions from comparable players. Our work develops model tree learning, which incorporates strengths of both model-based and cohort-based approaches. A model tree partitions the feature space according to...

  17. Oncogenetic tree model of somatic mutations and DNA methylation in colon tumors.

    Science.gov (United States)

    Sweeney, Carol; Boucher, Kenneth M; Samowitz, Wade S; Wolff, Roger K; Albertsen, Hans; Curtin, Karen; Caan, Bette J; Slattery, Martha L

    2009-01-01

    Our understanding of somatic alterations in colon cancer has evolved from a concept of a series of events taking place in a single sequence to a recognition of multiple pathways. An oncogenetic tree is a model intended to describe the pathways and sequence of somatic alterations in carcinogenesis without assuming that tumors will fall in mutually exclusive categories. We applied this model to data on colon tumor somatic alterations. An oncogenetic tree model was built using data on mutations of TP53, KRAS2, APC, and BRAF genes, methylation at CpG sites of MLH1 and TP16 genes, methylation in tumor (MINT) markers, and microsatellite instability (MSI) for 971 colon tumors from a population-based series. Oncogenetic tree analysis resulted in a reproducible tree with three branches. The model represents methylation of MINT markers as initiating a branch and predisposing to MSI, methylation of MHL1 and TP16, and BRAF mutation. APC mutation is the first alteration in an independent branch and is followed by TP53 mutation. KRAS2 mutation was placed a third independent branch, implying that it neither depends on, nor predisposes to, the other alterations. Individual tumors were observed to have alteration patterns representing every combination of one, two, or all three branches. The oncogenetic tree model assumptions are appropriate for the observed heterogeneity of colon tumors, and the model produces a useful visual schematic of the sequence of events in pathways of colon carcinogenesis.

  18. State-space modeling of the radio frequency inductively-coupled plasma generator

    International Nuclear Information System (INIS)

    Dewangan, Rakesh Kumar; Punjabi, Sangeeta B; Mangalvedekar, H A; Lande, B K; Joshi, N K; Barve, D N

    2010-01-01

    Computational fluid dynamics models of RF-ICP are useful in understanding the basic transport phenomenon in an ICP torch under a wide variety of operating conditions. However, these models lack the ability to evaluate the effects of the plasma condition on the RF generator. In this paper, simulation of an induction plasma generator has been done using state space modelling by considering inductively coupled plasma as a part of RF network .The time dependent response of the RF-ICP generator circuit to given input excitation has been computed by extracting the circuit's state-space variables and their constraint matrices. MATLAB 7.1 software has been used to solve the state equations. The values of RF coil current, frequency and plasma power has been measured experimentally also at different plate bias voltage. The simulated model is able to predict RF coil current, frequency, plasma power, overall efficiency of the generator. The simulated and measured values are in agreement with each other. This model can prove useful as a design tool for the Induction plasma generator.

  19. A Model of Desired Performance in Phylogenetic Tree Construction for Teaching Evolution.

    Science.gov (United States)

    Brewer, Steven D.

    This research paper examines phylogenetic tree construction-a form of problem solving in biology-by studying the strategies and heuristics used by experts. One result of the research is the development of a model of desired performance for phylogenetic tree construction. A detailed description of the model and the sample problems which illustrate…

  20. Estimating tree bole volume using artificial neural network models for four species in Turkey.

    Science.gov (United States)

    Ozçelik, Ramazan; Diamantopoulou, Maria J; Brooks, John R; Wiant, Harry V

    2010-01-01

    Tree bole volumes of 89 Scots pine (Pinus sylvestris L.), 96 Brutian pine (Pinus brutia Ten.), 107 Cilicica fir (Abies cilicica Carr.) and 67 Cedar of Lebanon (Cedrus libani A. Rich.) trees were estimated using Artificial Neural Network (ANN) models. Neural networks offer a number of advantages including the ability to implicitly detect complex nonlinear relationships between input and output variables, which is very helpful in tree volume modeling. Two different neural network architectures were used and produced the Back propagation (BPANN) and the Cascade Correlation (CCANN) Artificial Neural Network models. In addition, tree bole volume estimates were compared to other established tree bole volume estimation techniques including the centroid method, taper equations, and existing standard volume tables. An overview of the features of ANNs and traditional methods is presented and the advantages and limitations of each one of them are discussed. For validation purposes, actual volumes were determined by aggregating the volumes of measured short sections (average 1 meter) of the tree bole using Smalian's formula. The results reported in this research suggest that the selected cascade correlation artificial neural network (CCANN) models are reliable for estimating the tree bole volume of the four examined tree species since they gave unbiased results and were superior to almost all methods in terms of error (%) expressed as the mean of the percentage errors. 2009 Elsevier Ltd. All rights reserved.

  1. Estimation of miniature forest parameters, species, tree shape, and distance between canopies by means of Monte-Carlo based radiative transfer model with forestry surface model

    International Nuclear Information System (INIS)

    Ding, Y.; Arai, K.

    2007-01-01

    A method for estimation of forest parameters, species, tree shape, distance between canopies by means of Monte-Carlo based radiative transfer model with forestry surface model is proposed. The model is verified through experiments with the miniature model of forest, tree array of relatively small size of trees. Two types of miniature trees, ellipse-looking and cone-looking canopy are examined in the experiments. It is found that the proposed model and experimental results show a coincidence so that the proposed method is validated. It is also found that estimation of tree shape, trunk tree distance as well as distinction between deciduous or coniferous trees can be done with the proposed model. Furthermore, influences due to multiple reflections between trees and interaction between trees and under-laying grass are clarified with the proposed method

  2. On the distribution of interspecies correlation for Markov models of character evolution on Yule trees.

    Science.gov (United States)

    Mulder, Willem H; Crawford, Forrest W

    2015-01-07

    Efforts to reconstruct phylogenetic trees and understand evolutionary processes depend fundamentally on stochastic models of speciation and mutation. The simplest continuous-time model for speciation in phylogenetic trees is the Yule process, in which new species are "born" from existing lineages at a constant rate. Recent work has illuminated some of the structural properties of Yule trees, but it remains mostly unknown how these properties affect sequence and trait patterns observed at the tips of the phylogenetic tree. Understanding the interplay between speciation and mutation under simple models of evolution is essential for deriving valid phylogenetic inference methods and gives insight into the optimal design of phylogenetic studies. In this work, we derive the probability distribution of interspecies covariance under Brownian motion and Ornstein-Uhlenbeck models of phenotypic change on a Yule tree. We compute the probability distribution of the number of mutations shared between two randomly chosen taxa in a Yule tree under discrete Markov mutation models. Our results suggest summary measures of phylogenetic information content, illuminate the correlation between site patterns in sequences or traits of related organisms, and provide heuristics for experimental design and reconstruction of phylogenetic trees. Copyright © 2014 Elsevier Ltd. All rights reserved.

  3. Hydrodynamics of isohydric and anisohydric trees: insights from models and measurements

    Science.gov (United States)

    Novick, K. A.; Oishi, A. C.; Roman, D. T.; Benson, M. C.; Miniat, C.

    2016-12-01

    In an effort to understand and predict the mechanisms that govern tree response to hydrologic stress, plant hydraulic theory, which classifies trees along a continuum of isohydric to anisohydric water use strategies, is increasingly being used. Isohydry maintains relatively constant leaf water potential during periods of water stress, promoting wide hydraulic safety margins that reduce the risk of xylem cavitation. In contrast, anisohydry allows leaf water potential to fall as soil water potential falls, but in doing so trees incur a greater risk of hydraulic failure. As a result, unique patterns of stomatal functioning between isohydric and anisohydric species are both predicted and observed in leaf-, tree-, and stand-level water use. We use a novel model formulation to examine the dynamics of three mechanisms that are potentially limiting to leaf-level gas exchange in trees during drought: (1) a `demand limitation' driven by an assumption of stomatal optimization of water loss and carbon uptake; (2) `hydraulic limitation' of water movement from the roots to the leaves; and (3) `non-stomatal' limitations imposed by declining leaf water status within the leaf. Model results suggest that species-specific `economics' of stomatal behavior may play an important role in differentiating species along the continuum of isohydric to anisohydric behavior; specifically, we show that non-stomatal and demand limitations may reduce stomatal conductance and increase leaf water potential, promoting wide safety margins characteristic of isohydric species. Direct comparisons of modeled and measured stomatal conductance further indicated that non-stomatal and demand limitations reproduced observed patterns of tree water use well for an isohydric species but that a hydraulic limitation likely applies in the case of an anisohydric species. This modeling framework used in concert with climate data may help land managers and scientists predict when and what forest species and communities

  4. Function-centered modeling of engineering systems using the goal tree-success tree technique and functional primitives

    International Nuclear Information System (INIS)

    Modarres, Mohammad; Cheon, Se Woo

    1999-01-01

    Most of the complex systems are formed through some hierarchical evolution. Therefore, those systems can be best described through hierarchical frameworks. This paper describes some fundamental attributes of complex physical systems and several hierarchies such as functional, behavioral, goal/condition, and event hierarchies, then presents a function-centered approach to system modeling. Based on the function-centered concept, this paper describes the joint goal tree-success tree (GTST) and the master logic diagram (MLD) as a framework for developing models of complex physical systems. A function-based lexicon for classifying the most common elements of engineering systems for use in the GTST-MLD framework has been proposed. The classification is based on the physical conservation laws that govern the engineering systems. Functional descriptions based on conservation laws provide a simple and rich vocabulary for modeling complex engineering systems

  5. DG TO FT - AUTOMATIC TRANSLATION OF DIGRAPH TO FAULT TREE MODELS

    Science.gov (United States)

    Iverson, D. L.

    1994-01-01

    Fault tree and digraph models are frequently used for system failure analysis. Both types of models represent a failure space view of the system using AND and OR nodes in a directed graph structure. Each model has its advantages. While digraphs can be derived in a fairly straightforward manner from system schematics and knowledge about component failure modes and system design, fault tree structure allows for fast processing using efficient techniques developed for tree data structures. The similarities between digraphs and fault trees permits the information encoded in the digraph to be translated into a logically equivalent fault tree. The DG TO FT translation tool will automatically translate digraph models, including those with loops or cycles, into fault tree models that have the same minimum cut set solutions as the input digraph. This tool could be useful, for example, if some parts of a system have been modeled using digraphs and others using fault trees. The digraphs could be translated and incorporated into the fault trees, allowing them to be analyzed using a number of powerful fault tree processing codes, such as cut set and quantitative solution codes. A cut set for a given node is a group of failure events that will cause the failure of the node. A minimum cut set for a node is any cut set that, if any of the failures in the set were to be removed, the occurrence of the other failures in the set will not cause the failure of the event represented by the node. Cut sets calculations can be used to find dependencies, weak links, and vital system components whose failures would cause serious systems failure. The DG TO FT translation system reads in a digraph with each node listed as a separate object in the input file. The user specifies a terminal node for the digraph that will be used as the top node of the resulting fault tree. A fault tree basic event node representing the failure of that digraph node is created and becomes a child of the terminal

  6. Compilation of information on modeling of inductively heated cold crucible melters

    International Nuclear Information System (INIS)

    Lessor, D.L.

    1996-03-01

    The objective of this communication, Phase B of a two-part report, is to present information on modeling capabilities for inductively heated cold crucible melters, a concept applicable to waste immobilization. Inductively heated melters are those in which heat is generated using coils around, rather than electrodes within, the material to be heated. Cold crucible or skull melters are those in which the melted material is confined within unmelted material of the same composition. This phase of the report complements and supplements Phase A by Loren Eyler, specifically by giving additional information on modeling capabilities for the inductively heated melter concept. Eyler discussed electrically heated melter modeling capabilities, emphasizing heating by electrodes within the melt or on crucible walls. Eyler also discussed requirements and resources for the computational fluid dynamics, heat flow, radiation effects, and boundary conditions in melter modeling; the reader is referred to Eyler's discussion of these. This report is intended for use in the High Level Waste (HLW) melter program at Hanford. We sought any modeling capabilities useful to the HLW program, whether through contracted research, code license for operation by Department of Energy laboratories, or existing codes and modeling expertise within DOE

  7. Detecting long-term low-irradiance stress and water stress of trees with laser-induced fluorescence measurements

    International Nuclear Information System (INIS)

    Sagawa, M.; Kurata, K.; Takahashi, K.; Mineuchi, K.

    2001-01-01

    The objective of this study was to find simple and objective methods of diagnosing the ailments of trees in indoor spaces, such as atriums. In this study, two simple diagnostics were compared. One was the analysis of the laser-induced fluorescence spectra of leaves and the other was the analysis of the laser-induced chlorophyll-fluorescence induction kinetics (Kautsky effect). In the latter analysis, second time derivatives of the induction-kinetics curves were used. Cinnamomum camphora and Quercus myrsinifolia grown under different light conditions and Cinnamomum camphora under water stress were used in the experiments. The effects of low irradiance were detected in both the induction kinetics and the spectra; however, the effects of water stress were detected in the induction kinetics only. These results indicate the possibility of utilizing laser-induced-fluorescence induction-kinetics for diagnosing the ailments of trees. (author)

  8. Predictive mapping of soil organic carbon in wet cultivated lands using classification-tree based models

    DEFF Research Database (Denmark)

    Kheir, Rania Bou; Greve, Mogens Humlekrog; Bøcher, Peder Klith

    2010-01-01

    the geographic distribution of SOC across Denmark using remote sensing (RS), geographic information systems (GISs) and decision-tree modeling (un-pruned and pruned classification trees). Seventeen parameters, i.e. parent material, soil type, landscape type, elevation, slope gradient, slope aspect, mean curvature...... field measurements in the area of interest (Denmark). A large number of tree-based classification models (588) were developed using (i) all of the parameters, (ii) all Digital Elevation Model (DEM) parameters only, (iii) the primary DEM parameters only, (iv), the remote sensing (RS) indices only, (v......) selected pairs of parameters, (vi) soil type, parent material and landscape type only, and (vii) the parameters having a high impact on SOC distribution in built pruned trees. The best constructed classification tree models (in the number of three) with the lowest misclassification error (ME...

  9. Development of a model of the coronary arterial tree for the 4D XCAT phantom

    International Nuclear Information System (INIS)

    Fung, George S K; Tsui, Benjamin M W; Segars, W Paul; Gullberg, Grant T

    2011-01-01

    A detailed three-dimensional (3D) model of the coronary artery tree with cardiac motion has great potential for applications in a wide variety of medical imaging research areas. In this work, we first developed a computer-generated 3D model of the coronary arterial tree for the heart in the extended cardiac-torso (XCAT) phantom, thereby creating a realistic computer model of the human anatomy. The coronary arterial tree model was based on two datasets: (1) a gated cardiac dual-source computed tomography (CT) angiographic dataset obtained from a normal human subject and (2) statistical morphometric data of porcine hearts. The initial proximal segments of the vasculature and the anatomical details of the boundaries of the ventricles were defined by segmenting the CT data. An iterative rule-based generation method was developed and applied to extend the coronary arterial tree beyond the initial proximal segments. The algorithm was governed by three factors: (1) statistical morphometric measurements of the connectivity, lengths and diameters of the arterial segments; (2) avoidance forces from other vessel segments and the boundaries of the myocardium, and (3) optimality principles which minimize the drag force at the bifurcations of the generated tree. Using this algorithm, the 3D computational model of the largest six orders of the coronary arterial tree was generated, which spread across the myocardium of the left and right ventricles. The 3D coronary arterial tree model was then extended to 4D to simulate different cardiac phases by deforming the original 3D model according to the motion vector map of the 4D cardiac model of the XCAT phantom at the corresponding phases. As a result, a detailed and realistic 4D model of the coronary arterial tree was developed for the XCAT phantom by imposing constraints of anatomical and physiological characteristics of the coronary vasculature. This new 4D coronary artery tree model provides a unique simulation tool that can be

  10. Thematic and spatial resolutions affect model-based predictions of tree species distribution.

    Science.gov (United States)

    Liang, Yu; He, Hong S; Fraser, Jacob S; Wu, ZhiWei

    2013-01-01

    Subjective decisions of thematic and spatial resolutions in characterizing environmental heterogeneity may affect the characterizations of spatial pattern and the simulation of occurrence and rate of ecological processes, and in turn, model-based tree species distribution. Thus, this study quantified the importance of thematic and spatial resolutions, and their interaction in predictions of tree species distribution (quantified by species abundance). We investigated how model-predicted species abundances changed and whether tree species with different ecological traits (e.g., seed dispersal distance, competitive capacity) had different responses to varying thematic and spatial resolutions. We used the LANDIS forest landscape model to predict tree species distribution at the landscape scale and designed a series of scenarios with different thematic (different numbers of land types) and spatial resolutions combinations, and then statistically examined the differences of species abundance among these scenarios. Results showed that both thematic and spatial resolutions affected model-based predictions of species distribution, but thematic resolution had a greater effect. Species ecological traits affected the predictions. For species with moderate dispersal distance and relatively abundant seed sources, predicted abundance increased as thematic resolution increased. However, for species with long seeding distance or high shade tolerance, thematic resolution had an inverse effect on predicted abundance. When seed sources and dispersal distance were not limiting, the predicted species abundance increased with spatial resolution and vice versa. Results from this study may provide insights into the choice of thematic and spatial resolutions for model-based predictions of tree species distribution.

  11. Can phenological models predict tree phenology accurately under climate change conditions?

    Science.gov (United States)

    Chuine, Isabelle; Bonhomme, Marc; Legave, Jean Michel; García de Cortázar-Atauri, Inaki; Charrier, Guillaume; Lacointe, André; Améglio, Thierry

    2014-05-01

    The onset of the growing season of trees has been globally earlier by 2.3 days/decade during the last 50 years because of global warming and this trend is predicted to continue according to climate forecast. The effect of temperature on plant phenology is however not linear because temperature has a dual effect on bud development. On one hand, low temperatures are necessary to break bud dormancy, and on the other hand higher temperatures are necessary to promote bud cells growth afterwards. Increasing phenological changes in temperate woody species have strong impacts on forest trees distribution and productivity, as well as crops cultivation areas. Accurate predictions of trees phenology are therefore a prerequisite to understand and foresee the impacts of climate change on forests and agrosystems. Different process-based models have been developed in the last two decades to predict the date of budburst or flowering of woody species. They are two main families: (1) one-phase models which consider only the ecodormancy phase and make the assumption that endodormancy is always broken before adequate climatic conditions for cell growth occur; and (2) two-phase models which consider both the endodormancy and ecodormancy phases and predict a date of dormancy break which varies from year to year. So far, one-phase models have been able to predict accurately tree bud break and flowering under historical climate. However, because they do not consider what happens prior to ecodormancy, and especially the possible negative effect of winter temperature warming on dormancy break, it seems unlikely that they can provide accurate predictions in future climate conditions. It is indeed well known that a lack of low temperature results in abnormal pattern of bud break and development in temperate fruit trees. An accurate modelling of the dormancy break date has thus become a major issue in phenology modelling. Two-phases phenological models predict that global warming should delay

  12. TreePOD: Sensitivity-Aware Selection of Pareto-Optimal Decision Trees.

    Science.gov (United States)

    Muhlbacher, Thomas; Linhardt, Lorenz; Moller, Torsten; Piringer, Harald

    2018-01-01

    Balancing accuracy gains with other objectives such as interpretability is a key challenge when building decision trees. However, this process is difficult to automate because it involves know-how about the domain as well as the purpose of the model. This paper presents TreePOD, a new approach for sensitivity-aware model selection along trade-offs. TreePOD is based on exploring a large set of candidate trees generated by sampling the parameters of tree construction algorithms. Based on this set, visualizations of quantitative and qualitative tree aspects provide a comprehensive overview of possible tree characteristics. Along trade-offs between two objectives, TreePOD provides efficient selection guidance by focusing on Pareto-optimal tree candidates. TreePOD also conveys the sensitivities of tree characteristics on variations of selected parameters by extending the tree generation process with a full-factorial sampling. We demonstrate how TreePOD supports a variety of tasks involved in decision tree selection and describe its integration in a holistic workflow for building and selecting decision trees. For evaluation, we illustrate a case study for predicting critical power grid states, and we report qualitative feedback from domain experts in the energy sector. This feedback suggests that TreePOD enables users with and without statistical background a confident and efficient identification of suitable decision trees.

  13. Hierarchical Multinomial Processing Tree Models: A Latent-Trait Approach

    Science.gov (United States)

    Klauer, Karl Christoph

    2010-01-01

    Multinomial processing tree models are widely used in many areas of psychology. A hierarchical extension of the model class is proposed, using a multivariate normal distribution of person-level parameters with the mean and covariance matrix to be estimated from the data. The hierarchical model allows one to take variability between persons into…

  14. iTree-Hydro: Snow hydrology update for the urban forest hydrology model

    Science.gov (United States)

    Yang Yang; Theodore A. Endreny; David J. Nowak

    2011-01-01

    This article presents snow hydrology updates made to iTree-Hydro, previously called the Urban Forest Effects—Hydrology model. iTree-Hydro Version 1 was a warm climate model developed by the USDA Forest Service to provide a process-based planning tool with robust water quantity and quality predictions given data limitations common to most urban areas. Cold climate...

  15. Reconstructing 3D Tree Models Using Motion Capture and Particle Flow

    Directory of Open Access Journals (Sweden)

    Jie Long

    2013-01-01

    Full Text Available Recovering tree shape from motion capture data is a first step toward efficient and accurate animation of trees in wind using motion capture data. Existing algorithms for generating models of tree branching structures for image synthesis in computer graphics are not adapted to the unique data set provided by motion capture. We present a method for tree shape reconstruction using particle flow on input data obtained from a passive optical motion capture system. Initial branch tip positions are estimated from averaged and smoothed motion capture data. Branch tips, as particles, are also generated within a bounding space defined by a stack of bounding boxes or a convex hull. The particle flow, starting at branch tips within the bounding volume under forces, creates tree branches. The forces are composed of gravity, internal force, and external force. The resulting shapes are realistic and similar to the original tree crown shape. Several tunable parameters provide control over branch shape and arrangement.

  16. Study on reliability analysis based on multilevel flow models and fault tree method

    International Nuclear Information System (INIS)

    Chen Qiang; Yang Ming

    2014-01-01

    Multilevel flow models (MFM) and fault tree method describe the system knowledge in different forms, so the two methods express an equivalent logic of the system reliability under the same boundary conditions and assumptions. Based on this and combined with the characteristics of MFM, a method mapping MFM to fault tree was put forward, thus providing a way to establish fault tree rapidly and realizing qualitative reliability analysis based on MFM. Taking the safety injection system of pressurized water reactor nuclear power plant as an example, its MFM was established and its reliability was analyzed qualitatively. The analysis result shows that the logic of mapping MFM to fault tree is correct. The MFM is easily understood, created and modified. Compared with the traditional fault tree analysis, the workload is greatly reduced and the modeling time is saved. (authors)

  17. MODELING BILL-OF-MATERIAL WITH TREE DATA STRUCTURE: CASE STUDY IN FURNITURE MANUFACTURER

    Directory of Open Access Journals (Sweden)

    Toni Prahasto

    2012-02-01

    Full Text Available This paper presents a modeling of Bill-of-Material with tree data structure. The BOM represents wooden furniture products. The management of BOM is incorporated into an MRP software which is specially built for a furniture manufacturer. The tree data structure is approached with an object oriented programming to provide the creation and modification of the data. The tree object is designed so that a downstream programmer can create an application with high productivity, using the BOM object of course. Legality of the development is ensured by adapting open source resources, i.e. MySQL database engine, PHP server script, and client-side Javascript. The BOM object is used extensively in the MRP software that is being developed. A couple of screenshots are presented to demonstrate the ease of creation and manipulation of Bill-of-Material. The proper approach of modeling BOM with tree structure allows the programmer to reach high productivity during the development of the aforementioned MRP customized software. Keyword : Modeling, Bill of Material, Tree Data Structure

  18. Modeling the geometric formation and powder deposition mass in laser induction hybrid cladding

    International Nuclear Information System (INIS)

    Huang, Yong Jun; Yuan, Sheng Fa

    2012-01-01

    A new laser induction hybrid cladding technique on cylinder work piece is presented. Based on a series of laser induction hybrid experiments by off axial powder feeding, the predicting models of individual clad geometric formation and powder catchment were developed in terms of powder feeding rate, laser special energy and induction energy density using multiple regression analysis. In addition, confirmation tests were performed to make a comparison between the predicting results and measured ones. Via the experiments and analysis, the conclusions can be lead to that the process parameters have crucial influence on the clad geometric formation and powder catchment, and that the predicting model reflects well the relationship between the clad geometric formation and process parameters in laser induction hybrid cladding

  19. A maximum pseudo-likelihood approach for estimating species trees under the coalescent model

    Directory of Open Access Journals (Sweden)

    Edwards Scott V

    2010-10-01

    Full Text Available Abstract Background Several phylogenetic approaches have been developed to estimate species trees from collections of gene trees. However, maximum likelihood approaches for estimating species trees under the coalescent model are limited. Although the likelihood of a species tree under the multispecies coalescent model has already been derived by Rannala and Yang, it can be shown that the maximum likelihood estimate (MLE of the species tree (topology, branch lengths, and population sizes from gene trees under this formula does not exist. In this paper, we develop a pseudo-likelihood function of the species tree to obtain maximum pseudo-likelihood estimates (MPE of species trees, with branch lengths of the species tree in coalescent units. Results We show that the MPE of the species tree is statistically consistent as the number M of genes goes to infinity. In addition, the probability that the MPE of the species tree matches the true species tree converges to 1 at rate O(M -1. The simulation results confirm that the maximum pseudo-likelihood approach is statistically consistent even when the species tree is in the anomaly zone. We applied our method, Maximum Pseudo-likelihood for Estimating Species Trees (MP-EST to a mammal dataset. The four major clades found in the MP-EST tree are consistent with those in the Bayesian concatenation tree. The bootstrap supports for the species tree estimated by the MP-EST method are more reasonable than the posterior probability supports given by the Bayesian concatenation method in reflecting the level of uncertainty in gene trees and controversies over the relationship of four major groups of placental mammals. Conclusions MP-EST can consistently estimate the topology and branch lengths (in coalescent units of the species tree. Although the pseudo-likelihood is derived from coalescent theory, and assumes no gene flow or horizontal gene transfer (HGT, the MP-EST method is robust to a small amount of HGT in the

  20. Disentangling the Effects of Water Stress on Carbon Acquisition, Vegetative Growth, and Fruit Quality of Peach Trees by Means of the QualiTree Model

    Directory of Open Access Journals (Sweden)

    Mitra Rahmati

    2018-01-01

    Full Text Available Climate change projections predict warmer and drier conditions. In general, moderate to severe water stress reduce plant vegetative growth and leaf photosynthesis. However, vegetative and reproductive growths show different sensitivities to water deficit. In fruit trees, water restrictions may have serious implications not only on tree growth and yield, but also on fruit quality, which might be improved. Therefore, it is of paramount importance to understand the complex interrelations among the physiological processes involved in within-tree carbon acquisition and allocation, water uptake and transpiration, organ growth, and fruit composition when affected by water stress. This can be studied using process-based models of plant functioning, which allow assessing the sensitivity of various physiological processes to water deficit and their relative impact on vegetative growth and fruit quality. In the current study, an existing fruit-tree model (QualiTree was adapted for describing the water stress effects on peach (Prunus persica L. Batsch vegetative growth, fruit size and composition. First, an energy balance calculation at the fruit-bearing shoot level and a water transfer formalization within the plant were integrated into the model. Next, a reduction function of vegetative growth according to tree water status was added to QualiTree. Then, the model was parameterized and calibrated for a late-maturing peach cultivar (“Elberta” under semi-arid conditions, and for three different irrigation practices. Simulated vegetative and fruit growth variability over time was consistent with observed data. Sugar concentrations in fruit flesh were well simulated. Finally, QualiTree allowed for determining the relative importance of photosynthesis and vegetative growth reduction on carbon acquisition, plant growth and fruit quality under water constrains. According to simulations, water deficit impacted vegetative growth first through a direct effect on

  1. Disentangling the Effects of Water Stress on Carbon Acquisition, Vegetative Growth, and Fruit Quality of Peach Trees by Means of the QualiTree Model.

    Science.gov (United States)

    Rahmati, Mitra; Mirás-Avalos, José M; Valsesia, Pierre; Lescourret, Françoise; Génard, Michel; Davarynejad, Gholam H; Bannayan, Mohammad; Azizi, Majid; Vercambre, Gilles

    2018-01-01

    Climate change projections predict warmer and drier conditions. In general, moderate to severe water stress reduce plant vegetative growth and leaf photosynthesis. However, vegetative and reproductive growths show different sensitivities to water deficit. In fruit trees, water restrictions may have serious implications not only on tree growth and yield, but also on fruit quality, which might be improved. Therefore, it is of paramount importance to understand the complex interrelations among the physiological processes involved in within-tree carbon acquisition and allocation, water uptake and transpiration, organ growth, and fruit composition when affected by water stress. This can be studied using process-based models of plant functioning, which allow assessing the sensitivity of various physiological processes to water deficit and their relative impact on vegetative growth and fruit quality. In the current study, an existing fruit-tree model (QualiTree) was adapted for describing the water stress effects on peach ( Prunus persica L. Batsch) vegetative growth, fruit size and composition. First, an energy balance calculation at the fruit-bearing shoot level and a water transfer formalization within the plant were integrated into the model. Next, a reduction function of vegetative growth according to tree water status was added to QualiTree. Then, the model was parameterized and calibrated for a late-maturing peach cultivar ("Elberta") under semi-arid conditions, and for three different irrigation practices. Simulated vegetative and fruit growth variability over time was consistent with observed data. Sugar concentrations in fruit flesh were well simulated. Finally, QualiTree allowed for determining the relative importance of photosynthesis and vegetative growth reduction on carbon acquisition, plant growth and fruit quality under water constrains. According to simulations, water deficit impacted vegetative growth first through a direct effect on its sink strength

  2. Dimensional Reduction for the General Markov Model on Phylogenetic Trees.

    Science.gov (United States)

    Sumner, Jeremy G

    2017-03-01

    We present a method of dimensional reduction for the general Markov model of sequence evolution on a phylogenetic tree. We show that taking certain linear combinations of the associated random variables (site pattern counts) reduces the dimensionality of the model from exponential in the number of extant taxa, to quadratic in the number of taxa, while retaining the ability to statistically identify phylogenetic divergence events. A key feature is the identification of an invariant subspace which depends only bilinearly on the model parameters, in contrast to the usual multi-linear dependence in the full space. We discuss potential applications including the computation of split (edge) weights on phylogenetic trees from observed sequence data.

  3. 3D modeling of olive tree and simulating the harvesting forces

    Directory of Open Access Journals (Sweden)

    Glăvan Dan Ovidiu

    2017-01-01

    Full Text Available The paper presents the results of the study regarding the influence of shaking forces on olive tree harvesting systems. Shaking forces can be released through several methods. Important is the end result, namely the shaking force and the cadence of shaking speed. Mechanical and automatic harvesting methods collect more olives than traditional methods but may damage the olive trees. In order to prevent this damage, we need to calculate the necessary shaking force. An original research method is proposed to simulate shaking forces using a 3D olive tree model with Autodesk Inventor software. In the experiments, we use different shaking forces and various shaking speeds. We also use different diameters of the olive tree trunk. We analyze the results from this experiment to determine the optimal shaking force for harvesting olives without damaging the olive tree.

  4. Applying and Individual-Based Model to Simultaneously Evaluate Net Ecosystem Production and Tree Diameter Increment

    Science.gov (United States)

    Fang, F. J.

    2017-12-01

    Reconciling observations at fundamentally different scales is central in understanding the global carbon cycle. This study investigates a model-based melding of forest inventory data, remote-sensing data and micrometeorological-station data ("flux towers" estimating forest heat, CO2 and H2O fluxes). The individual tree-based model FORCCHN was used to evaluate the tree DBH increment and forest carbon fluxes. These are the first simultaneous simulations of the forest carbon budgets from flux towers and individual-tree growth estimates of forest carbon budgets using the continuous forest inventory data — under circumstances in which both predictions can be tested. Along with the global implications of such findings, this also improves the capacity for forest sustainable management and the comprehensive understanding of forest ecosystems. In forest ecology, diameter at breast height (DBH) of a tree significantly determines an individual tree's cross-sectional sapwood area, its biomass and carbon storage. Evaluation the annual DBH increment (ΔDBH) of an individual tree is central to understanding tree growth and forest ecology. Ecosystem Carbon flux is a consequence of key ecosystem processes in the forest-ecosystem carbon cycle, Gross and Net Primary Production (GPP and NPP, respectively) and Net Ecosystem Respiration (NEP). All of these closely relate with tree DBH changes and tree death. Despite advances in evaluating forest carbon fluxes with flux towers and forest inventories for individual tree ΔDBH, few current ecological models can simultaneously quantify and predict the tree ΔDBH and forest carbon flux.

  5. Modeling of air pollutant removal by dry deposition to urban trees using a WRF/CMAQ/i-Tree Eco coupled system

    Science.gov (United States)

    Maria Theresa I. Cabaraban; Charles N. Kroll; Satoshi Hirabayashi; David J. Nowak

    2013-01-01

    A distributed adaptation of i-Tree Eco was used to simulate dry deposition in an urban area. This investigation focused on the effects of varying temperature, LAI, and NO2 concentration inputs on estimated NO2 dry deposition to trees in Baltimore, MD. A coupled modeling system is described, wherein WRF provided temperature...

  6. Building optimal regression tree by ant colony system-genetic algorithm: Application to modeling of melting points

    Energy Technology Data Exchange (ETDEWEB)

    Hemmateenejad, Bahram, E-mail: hemmatb@sums.ac.ir [Department of Chemistry, Shiraz University, Shiraz (Iran, Islamic Republic of); Medicinal and Natural Products Chemistry Research Center, Shiraz University of Medical Sciences, Shiraz (Iran, Islamic Republic of); Shamsipur, Mojtaba [Department of Chemistry, Razi University, Kermanshah (Iran, Islamic Republic of); Zare-Shahabadi, Vali [Young Researchers Club, Mahshahr Branch, Islamic Azad University, Mahshahr (Iran, Islamic Republic of); Akhond, Morteza [Department of Chemistry, Shiraz University, Shiraz (Iran, Islamic Republic of)

    2011-10-17

    Highlights: {yields} Ant colony systems help to build optimum classification and regression trees. {yields} Using of genetic algorithm operators in ant colony systems resulted in more appropriate models. {yields} Variable selection in each terminal node of the tree gives promising results. {yields} CART-ACS-GA could model the melting point of organic materials with prediction errors lower than previous models. - Abstract: The classification and regression trees (CART) possess the advantage of being able to handle large data sets and yield readily interpretable models. A conventional method of building a regression tree is recursive partitioning, which results in a good but not optimal tree. Ant colony system (ACS), which is a meta-heuristic algorithm and derived from the observation of real ants, can be used to overcome this problem. The purpose of this study was to explore the use of CART and its combination with ACS for modeling of melting points of a large variety of chemical compounds. Genetic algorithm (GA) operators (e.g., cross averring and mutation operators) were combined with ACS algorithm to select the best solution model. In addition, at each terminal node of the resulted tree, variable selection was done by ACS-GA algorithm to build an appropriate partial least squares (PLS) model. To test the ability of the resulted tree, a set of approximately 4173 structures and their melting points were used (3000 compounds as training set and 1173 as validation set). Further, an external test set containing of 277 drugs was used to validate the prediction ability of the tree. Comparison of the results obtained from both trees showed that the tree constructed by ACS-GA algorithm performs better than that produced by recursive partitioning procedure.

  7. Ecohydrological modeling: the consideration of agricultural trees is essential in the Mediterranean area

    Science.gov (United States)

    Fader, Marianela; von Bloh, Werner; Shi, Sinan; Bondeau, Alberte; Cramer, Wolfgang

    2016-04-01

    In the Mediterranean region, climate and land use change are expected to impact on natural and agricultural ecosystems by warming, reduced rainfall and direct degradation of ecosystems. Human population growth and socioeconomic changes, notably on the Eastern and Southern shores, will require increases in food production and put additional pressure on agro-ecosystems and water resources. Coping with these challenges requires informed decisions that, in turn, require assessments by means of a comprehensive ecohydrological model. Here we present here the inclusion of 10 Mediterranean agricultural plants, mainly perennial crops, in an agro-ecosystem model (LPJmL, "Lund-Potsdam-Jena managed Land"): nut trees, date palms, citrus trees, orchards, olive trees, grapes, cotton, potatoes, vegetables and fodder grasses. The model was then successfully tested in three model outputs: agricultural yields, irrigation requirements and soil carbon density. A first application of the model indicates that, currently, agricultural trees consume in average more irrigation water per hectare than annual crops. Also, different crops show different magnitude of changes in net irrigation requirements due to climate change, being the increases most pronounced in agricultural trees. This is very relevant since the Mediterranean area as a whole might face an increase in gross irrigation requirements between 4% and 74% from climate change and population growth if irrigation systems and conveyance are not improved. Additionally, future water scarcity might pose further challenges to the agricultural sector: Algeria, Libya, Israel, Jordan, Lebanon, Syria, Serbia, Morocco, Tunisia and Spain have a high risk of not being able to sustainably meet future irrigation water requirements in some scenarios by the end of the century (1). The importance of including agricultural trees in the ecohydrological models is also shown in the results concerning soil organic carbon (SOC). Since in former model

  8. Classification of soil respiration in areas of sugarcane renewal using decision tree

    Directory of Open Access Journals (Sweden)

    Camila Viana Vieira Farhate

    Full Text Available ABSTRACT: The use of data mining is a promising alternative to predict soil respiration from correlated variables. Our objective was to build a model using variable selection and decision tree induction to predict different levels of soil respiration, taking into account physical, chemical and microbiological variables of soil as well as precipitation in renewal of sugarcane areas. The original dataset was composed of 19 variables (18 independent variables and one dependent (or response variable. The variable-target refers to soil respiration as the target classification. Due to a large number of variables, a procedure for variable selection was conducted to remove those with low correlation with the variable-target. For that purpose, four approaches of variable selection were evaluated: no variable selection, correlation-based feature selection (CFS, chisquare method (χ2 and Wrapper. To classify soil respiration, we used the decision tree induction technique available in the Weka software package. Our results showed that data mining techniques allow the development of a model for soil respiration classification with accuracy of 81 %, resulting in a knowledge base composed of 27 rules for prediction of soil respiration. In particular, the wrapper method for variable selection identified a subset of only five variables out of 18 available in the original dataset, and they had the following order of influence in determining soil respiration: soil temperature > precipitation > macroporosity > soil moisture > potential acidity.

  9. Rooting phylogenetic trees under the coalescent model using site pattern probabilities.

    Science.gov (United States)

    Tian, Yuan; Kubatko, Laura

    2017-12-19

    Phylogenetic tree inference is a fundamental tool to estimate ancestor-descendant relationships among different species. In phylogenetic studies, identification of the root - the most recent common ancestor of all sampled organisms - is essential for complete understanding of the evolutionary relationships. Rooted trees benefit most downstream application of phylogenies such as species classification or study of adaptation. Often, trees can be rooted by using outgroups, which are species that are known to be more distantly related to the sampled organisms than any other species in the phylogeny. However, outgroups are not always available in evolutionary research. In this study, we develop a new method for rooting species tree under the coalescent model, by developing a series of hypothesis tests for rooting quartet phylogenies using site pattern probabilities. The power of this method is examined by simulation studies and by application to an empirical North American rattlesnake data set. The method shows high accuracy across the simulation conditions considered, and performs well for the rattlesnake data. Thus, it provides a computationally efficient way to accurately root species-level phylogenies that incorporates the coalescent process. The method is robust to variation in substitution model, but is sensitive to the assumption of a molecular clock. Our study establishes a computationally practical method for rooting species trees that is more efficient than traditional methods. The method will benefit numerous evolutionary studies that require rooting a phylogenetic tree without having to specify outgroups.

  10. A Tightly Coupled Non-Equilibrium Magneto-Hydrodynamic Model for Inductively Coupled RF Plasmas

    Science.gov (United States)

    2016-02-29

    development a tightly coupled magneto-hydrodynamic model for Inductively Coupled Radio- Frequency (RF) Plasmas. Non Local Thermodynamic Equilibrium (NLTE...for Inductively Coupled Radio-Frequency (RF) Plasmas. Non Local Thermodynamic Equilibrium (NLTE) effects are described based on a hybrid State-to-State...Inductively Coupled Plasma (ICP) torches have wide range of possible applications which include deposition of metal coatings, synthesis of ultra-fine powders

  11. Categorizing ideas about trees: a tree of trees.

    Science.gov (United States)

    Fisler, Marie; Lecointre, Guillaume

    2013-01-01

    The aim of this study is to explore whether matrices and MP trees used to produce systematic categories of organisms could be useful to produce categories of ideas in history of science. We study the history of the use of trees in systematics to represent the diversity of life from 1766 to 1991. We apply to those ideas a method inspired from coding homologous parts of organisms. We discretize conceptual parts of ideas, writings and drawings about trees contained in 41 main writings; we detect shared parts among authors and code them into a 91-characters matrix and use a tree representation to show who shares what with whom. In other words, we propose a hierarchical representation of the shared ideas about trees among authors: this produces a "tree of trees." Then, we categorize schools of tree-representations. Classical schools like "cladists" and "pheneticists" are recovered but others are not: "gradists" are separated into two blocks, one of them being called here "grade theoreticians." We propose new interesting categories like the "buffonian school," the "metaphoricians," and those using "strictly genealogical classifications." We consider that networks are not useful to represent shared ideas at the present step of the study. A cladogram is made for showing who is sharing what with whom, but also heterobathmy and homoplasy of characters. The present cladogram is not modelling processes of transmission of ideas about trees, and here it is mostly used to test for proximity of ideas of the same age and for categorization.

  12. Automated Decision Tree Classification of Corneal Shape

    Science.gov (United States)

    Twa, Michael D.; Parthasarathy, Srinivasan; Roberts, Cynthia; Mahmoud, Ashraf M.; Raasch, Thomas W.; Bullimore, Mark A.

    2011-01-01

    Purpose The volume and complexity of data produced during videokeratography examinations present a challenge of interpretation. As a consequence, results are often analyzed qualitatively by subjective pattern recognition or reduced to comparisons of summary indices. We describe the application of decision tree induction, an automated machine learning classification method, to discriminate between normal and keratoconic corneal shapes in an objective and quantitative way. We then compared this method with other known classification methods. Methods The corneal surface was modeled with a seventh-order Zernike polynomial for 132 normal eyes of 92 subjects and 112 eyes of 71 subjects diagnosed with keratoconus. A decision tree classifier was induced using the C4.5 algorithm, and its classification performance was compared with the modified Rabinowitz–McDonnell index, Schwiegerling’s Z3 index (Z3), Keratoconus Prediction Index (KPI), KISA%, and Cone Location and Magnitude Index using recommended classification thresholds for each method. We also evaluated the area under the receiver operator characteristic (ROC) curve for each classification method. Results Our decision tree classifier performed equal to or better than the other classifiers tested: accuracy was 92% and the area under the ROC curve was 0.97. Our decision tree classifier reduced the information needed to distinguish between normal and keratoconus eyes using four of 36 Zernike polynomial coefficients. The four surface features selected as classification attributes by the decision tree method were inferior elevation, greater sagittal depth, oblique toricity, and trefoil. Conclusions Automated decision tree classification of corneal shape through Zernike polynomials is an accurate quantitative method of classification that is interpretable and can be generated from any instrument platform capable of raw elevation data output. This method of pattern classification is extendable to other classification

  13. Surface-based geometric modelling using teaching trees for advanced robots

    International Nuclear Information System (INIS)

    Nakamura, Akira; Ogasawara, Tsukasa; Tsukune, Hideo; Oshima, Masaki

    2000-01-01

    Geometric modelling of the environment is important in robot motion planning. Generally, shapes can be stored in a data base, so the elements that need to be decided are positions and orientations. In this paper, surface-based geometric modelling using a teaching tree is proposed. In this modelling, combinations of surfaces are considered in order to decide positions and orientations of objects. The combinations are represented by a depth-first tree, which makes it easy for the operator to select one combination out of several. This method is effective not only in the case when perfect data can be obtained, but also when conditions for measurement of three-dimensional data are unfavorable, which often occur in the environment of a working robot. (author)

  14. Effect of environmental conditions on flower induction of marian plum (Bouea burmanica Griff

    Directory of Open Access Journals (Sweden)

    Vusie L. Mavuso

    2017-08-01

    Full Text Available Marian plum flowering naturally occurs during the cool, dry season so Thailand farmers usually withdraw irrigation a month before flowering. However, irregular flowering continues to be a serious problem. This study investigated the effects of environmental conditions (air temperature, soil moisture and relative humidity on flower induction of marian plum. Daily weather data were collected using weather stations in three orchards where flowering was also recorded. Thirty representative trees per orchard were randomly selected for data collection. The results showed that trees from all orchards flowered in response to low temperature (below 18 °C despite different levels of water stress and relative humidity. These results indicated that soil moisture content and relative humidity had no influence on marian plum flower induction but enhanced flower bud development. Night temperatures of 18 °C or lower are essential for marian plum flower induction.

  15. Identifying the rooted species tree from the distribution of unrooted gene trees under the coalescent.

    Science.gov (United States)

    Allman, Elizabeth S; Degnan, James H; Rhodes, John A

    2011-06-01

    Gene trees are evolutionary trees representing the ancestry of genes sampled from multiple populations. Species trees represent populations of individuals-each with many genes-splitting into new populations or species. The coalescent process, which models ancestry of gene copies within populations, is often used to model the probability distribution of gene trees given a fixed species tree. This multispecies coalescent model provides a framework for phylogeneticists to infer species trees from gene trees using maximum likelihood or Bayesian approaches. Because the coalescent models a branching process over time, all trees are typically assumed to be rooted in this setting. Often, however, gene trees inferred by traditional phylogenetic methods are unrooted. We investigate probabilities of unrooted gene trees under the multispecies coalescent model. We show that when there are four species with one gene sampled per species, the distribution of unrooted gene tree topologies identifies the unrooted species tree topology and some, but not all, information in the species tree edges (branch lengths). The location of the root on the species tree is not identifiable in this situation. However, for 5 or more species with one gene sampled per species, we show that the distribution of unrooted gene tree topologies identifies the rooted species tree topology and all its internal branch lengths. The length of any pendant branch leading to a leaf of the species tree is also identifiable for any species from which more than one gene is sampled.

  16. Study of linear induction motor characteristics : the Mosebach model

    Science.gov (United States)

    1976-05-31

    This report covers the Mosebach theory of the double-sided linear induction motor, starting with the ideallized model and accompanying assumptions, and ending with relations for thrust, airgap power, and motor efficiency. Solutions of the magnetic in...

  17. Study of linear induction motor characteristics : the Oberretl model

    Science.gov (United States)

    1975-05-30

    The Oberretl theory of the double-sided linear induction motor (LIM) is examined, starting with the idealized model and accompanying assumptions, and ending with relations for predicted thrust, airgap power, and motor efficiency. The effect of varyin...

  18. Modeling Answer Change Behavior: An Application of a Generalized Item Response Tree Model

    Science.gov (United States)

    Jeon, Minjeong; De Boeck, Paul; van der Linden, Wim

    2017-01-01

    We present a novel application of a generalized item response tree model to investigate test takers' answer change behavior. The model allows us to simultaneously model the observed patterns of the initial and final responses after an answer change as a function of a set of latent traits and item parameters. The proposed application is illustrated…

  19. HTS axial flux induction motor with analytic and FEA modeling

    Energy Technology Data Exchange (ETDEWEB)

    Li, S., E-mail: alexlee.zn@gmail.com; Fan, Y.; Fang, J.; Qin, W.; Lv, G.; Li, J.H.

    2013-11-15

    Highlights: •A high temperature superconductor axial flux induction motor and a novel maglev scheme are presented. •Analytic method and finite element method have been adopted to model the motor and to calculate the force. •Magnetic field distribution in HTS coil is calculated by analytic method. •An effective method to improve the critical current of HTS coil is presented. •AC losses of HTS coils in the HTS axial flux induction motor are estimated and tested. -- Abstract: This paper presents a high-temperature superconductor (HTS) axial-flux induction motor, which can output levitation force and torque simultaneously. In order to analyze the character of the force, analytic method and finite element method are adopted to model the motor. To make sure the HTS can carry sufficiently large current and work well, the magnetic field distribution in HTS coil is calculated. An effective method to improve the critical current of HTS coil is presented. Then, AC losses in HTS windings in the motor are estimated and tested.

  20. HTS axial flux induction motor with analytic and FEA modeling

    International Nuclear Information System (INIS)

    Li, S.; Fan, Y.; Fang, J.; Qin, W.; Lv, G.; Li, J.H.

    2013-01-01

    Highlights: •A high temperature superconductor axial flux induction motor and a novel maglev scheme are presented. •Analytic method and finite element method have been adopted to model the motor and to calculate the force. •Magnetic field distribution in HTS coil is calculated by analytic method. •An effective method to improve the critical current of HTS coil is presented. •AC losses of HTS coils in the HTS axial flux induction motor are estimated and tested. -- Abstract: This paper presents a high-temperature superconductor (HTS) axial-flux induction motor, which can output levitation force and torque simultaneously. In order to analyze the character of the force, analytic method and finite element method are adopted to model the motor. To make sure the HTS can carry sufficiently large current and work well, the magnetic field distribution in HTS coil is calculated. An effective method to improve the critical current of HTS coil is presented. Then, AC losses in HTS windings in the motor are estimated and tested

  1. Incorporating additional tree and environmental variables in a lodgepole pine stem profile model

    Science.gov (United States)

    John C. Byrne

    1993-01-01

    A new variable-form segmented stem profile model is developed for lodgepole pine (Pinus contorta) trees from the northern Rocky Mountains of the United States. I improved estimates of stem diameter by predicting two of the model coefficients with linear equations using a measure of tree form, defined as a ratio of dbh and total height. Additional improvements were...

  2. Modeling stem increment in individual Pinus occidentalis Sw. trees in La Sierra, Dominican Republic

    Energy Technology Data Exchange (ETDEWEB)

    Bueno, S.; Bevilacqua, E.

    2010-07-01

    One of the most common and important tree characteristics used in forest management decision-making is tree diameter-at-breast height (DBH). This paper presents results on an evaluation of two growth functions developed to model stem diameter increases in individual Pinus occidentalis Sw. trees in La Sierra, Dominican Republic. The first model was developed in order to predict future DBH (FDM) at different intervals of time and the other for predicting growth, that is, periodic annual diameter increment (PADIM). Each model employed two statistical techniques for fitting model parameters: stepwise ordinary least squares (OLS) regression, and mixed models. The two statistical approaches varied in how they accounted for the repeated measurements on individual trees over time, affecting standard error estimates and statistical inference of model parameters. Each approach was evaluated based on six goodness of- fit statistics, using both calibration and validation data sets. The objectives were 1) to determine the best model for predicting future tree DBH; 2) to determine the best model for predicting periodic annual diameter increment, both models using tree size, age, site index and different indices of competitive status; and 3) compare which of these two modeling approaches predicts better the future DBH. OLS provided a better fit for both of the growth functions, especially in regards to bias. Both models showed advantages and disadvantages when they were used to predict growth and future diameter. For the prediction of future diameter with FDM, accuracy of predictions were within one centimeter for a five-year projection interval. The PADIM presented negligible bias in estimating future diameter, although there was a small increase in bias as time of prediction increased. As expected, each model was the best in estimating the response variable it was developed for.. However, a closer examination of the distribution of errors showed a slight advantage of the FDM

  3. Complementary models of tree species-soil relationships in old-growth temperate forests

    Science.gov (United States)

    Cross, Alison; Perakis, Steven S.

    2011-01-01

    Ecosystem level studies identify plant soil feed backs as important controls on soil nutrient availability,particularly for nitrogen and phosphorus. Although site and species specific studies of tree species soil relationships are relatively common,comparatively fewer studies consider multiple coexisting speciesin old-growth forests across a range of sites that vary underlying soil fertility. We characterized patterns in forest floor and mineral soil nutrients associated with four common tree species across eight undisturbed old-growth forests in Oregon, USA, and used two complementary conceptual models to assess tree species soil relationships. Plant soil feedbacks that could reinforce sitelevel differences in nutrient availability were assessed using the context dependent relationships model, where by relative species based differences in each soil nutrient divergedorconvergedas nutrient status changed across sites. Tree species soil relationships that did not reflect strong feedbacks were evaluated using a site independent relationships model, where by forest floor and surface mineral soil nutrient tools differed consistently by tree species across sites,without variation in deeper mineral soils. We found that theorganically cycled elements carbon, nitrogen, and phosphorus exhibited context-dependent differences among species in both forest floor and mineral soil, and most of ten followed adivergence model,where by species differences were greatest at high-nutrient sites. These patterns are consistent with the oryemphasizing biotic control of these elements through plant soil feedback mechanisms. Site independent species differences were strongest for pool so if the weather able cations calcium, magnesium, potassium,as well as phosphorus, in mineral soils. Site independent species differences in forest floor nutrients we reattributable too nespecies that displayed significant greater forest floor mass accumulation. Our finding confirmed that site-independent and

  4. The algebra of the general Markov model on phylogenetic trees and networks.

    Science.gov (United States)

    Sumner, J G; Holland, B R; Jarvis, P D

    2012-04-01

    It is known that the Kimura 3ST model of sequence evolution on phylogenetic trees can be extended quite naturally to arbitrary split systems. However, this extension relies heavily on mathematical peculiarities of the associated Hadamard transformation, and providing an analogous augmentation of the general Markov model has thus far been elusive. In this paper, we rectify this shortcoming by showing how to extend the general Markov model on trees to include incompatible edges; and even further to more general network models. This is achieved by exploring the algebra of the generators of the continuous-time Markov chain together with the “splitting” operator that generates the branching process on phylogenetic trees. For simplicity, we proceed by discussing the two state case and then show that our results are easily extended to more states with little complication. Intriguingly, upon restriction of the two state general Markov model to the parameter space of the binary symmetric model, our extension is indistinguishable from the Hadamard approach only on trees; as soon as any incompatible splits are introduced the two approaches give rise to differing probability distributions with disparate structure. Through exploration of a simple example, we give an argument that our extension to more general networks has desirable properties that the previous approaches do not share. In particular, our construction allows for convergent evolution of previously divergent lineages; a property that is of significant interest for biological applications.

  5. Distance-independent individual tree diameter-increment model for Thuya [Tetraclinis articulata (VAHL. MAST.] stands in Tunisia

    Directory of Open Access Journals (Sweden)

    T. Sghaier

    2013-12-01

    Full Text Available Aim of study: The aim of the work was to develop an individual tree diameter-increment model for Thuya (Tetraclinis articulata in Tunisia.Area of study: The natural Tetraclinis articulata stands at Jbel Lattrech in north-eastern of Tunisia.Material and methods:  Data came from 200 trees located in 50 sample plots. The diameter at age t and the diameter increment for the last five years obtained from cores taken at breast height were measured for each tree. Four difference equations derived from the base functions of Richards, Lundqvist, Hossfeld IV and Weibull were tested using the age-independent formulations of the growth functions. Both numerical and graphical analyses were used to evaluate the performance of the candidate models.Main results: Based on the analysis, the age-independent difference equation derived from the base function Richards model was selected. Two of the three parameters (growth rate and shape parameter of the retained model were related to site quality, represented by a Growth Index, stand density and the basal area in larger trees divided by diameter of the subject tree expressing the inter-tree competition.Research highlights: The proposed model can be useful for predicting the diameter growth of Tetraclinis articulata in Tunisia when age is not available or for trees growing in uneven-aged stands.Keywords: Age-independent growth model; difference equations; Tetraclinis articulata; Tunisia.

  6. Tree Colors: Color Schemes for Tree-Structured Data.

    Science.gov (United States)

    Tennekes, Martijn; de Jonge, Edwin

    2014-12-01

    We present a method to map tree structures to colors from the Hue-Chroma-Luminance color model, which is known for its well balanced perceptual properties. The Tree Colors method can be tuned with several parameters, whose effect on the resulting color schemes is discussed in detail. We provide a free and open source implementation with sensible parameter defaults. Categorical data are very common in statistical graphics, and often these categories form a classification tree. We evaluate applying Tree Colors to tree structured data with a survey on a large group of users from a national statistical institute. Our user study suggests that Tree Colors are useful, not only for improving node-link diagrams, but also for unveiling tree structure in non-hierarchical visualizations.

  7. Truth-telling and Nash equilibria in minimum cost spanning tree models

    DEFF Research Database (Denmark)

    Hougaard, Jens Leth; Tvede, Mich

    2012-01-01

    In this paper we consider the minimum cost spanning tree model. We assume that a central planner aims at implementing a minimum cost spanning tree not knowing the true link costs. The central planner sets up a game where agents announce link costs, a tree is chosen and costs are allocated according...... to the rules of the game. We characterize ways of allocating costs such that true announcements constitute Nash equilibria both in case of full and incomplete information. In particular, we find that the Shapley rule based on the irreducible cost matrix is consistent with truthful announcements while a series...

  8. A conceptual approach to approximate tree root architecture in infinite slope models

    Science.gov (United States)

    Schmaltz, Elmar; Glade, Thomas

    2016-04-01

    Vegetation-related properties - particularly tree root distribution and coherent hydrologic and mechanical effects on the underlying soil mantle - are commonly not considered in infinite slope models. Indeed, from a geotechnical point of view, these effects appear to be difficult to be reproduced reliably in a physically-based modelling approach. The growth of a tree and the expansion of its root architecture are directly connected with both intrinsic properties such as species and age, and extrinsic factors like topography, availability of nutrients, climate and soil type. These parameters control four main issues of the tree root architecture: 1) Type of rooting; 2) maximum growing distance to the tree stem (radius r); 3) maximum growing depth (height h); and 4) potential deformation of the root system. Geometric solids are able to approximate the distribution of a tree root system. The objective of this paper is to investigate whether it is possible to implement root systems and the connected hydrological and mechanical attributes sufficiently in a 3-dimensional slope stability model. Hereby, a spatio-dynamic vegetation module should cope with the demands of performance, computation time and significance. However, in this presentation, we focus only on the distribution of roots. The assumption is that the horizontal root distribution around a tree stem on a 2-dimensional plane can be described by a circle with the stem located at the centroid and a distinct radius r that is dependent on age and species. We classified three main types of tree root systems and reproduced the species-age-related root distribution with three respective mathematical solids in a synthetic 3-dimensional hillslope ambience. Thus, two solids in an Euclidian space were distinguished to represent the three root systems: i) cylinders with radius r and height h, whilst the dimension of latter defines the shape of a taproot-system or a shallow-root-system respectively; ii) elliptic

  9. Inductive reasoning 2.0.

    Science.gov (United States)

    Hayes, Brett K; Heit, Evan

    2018-05-01

    Inductive reasoning entails using existing knowledge to make predictions about novel cases. The first part of this review summarizes key inductive phenomena and critically evaluates theories of induction. We highlight recent theoretical advances, with a special emphasis on the structured statistical approach, the importance of sampling assumptions in Bayesian models, and connectionist modeling. A number of new research directions in this field are identified including comparisons of inductive and deductive reasoning, the identification of common core processes in induction and memory tasks and induction involving category uncertainty. The implications of induction research for areas as diverse as complex decision-making and fear generalization are discussed. This article is categorized under: Psychology > Reasoning and Decision Making Psychology > Learning. © 2017 Wiley Periodicals, Inc.

  10. Comparison of tree types of models for the prediction of final academic achievement

    Directory of Open Access Journals (Sweden)

    Silvana Gasar

    2002-12-01

    Full Text Available For efficient prevention of inappropriate secondary school choices and by that academic failure, school counselors need a tool for the prediction of individual pupil's final academic achievements. Using data mining techniques on pupils' data base and expert modeling, we developed several models for the prediction of final academic achievement in an individual high school educational program. For data mining, we used statistical analyses, clustering and two machine learning methods: developing classification decision trees and hierarchical decision models. Using an expert system shell DEX, an expert system, based on a hierarchical multi-attribute decision model, was developed manually. All the models were validated and evaluated from the viewpoint of their applicability. The predictive accuracy of DEX models and decision trees was equal and very satisfying, as it reached the predictive accuracy of an experienced counselor. With respect on the efficiency and difficulties in developing models, and relatively rapid changing of our education system, we propose that decision trees are used in further development of predictive models.

  11. Predictive models for radial sap flux variation in coniferous, diffuse-porous and ring-porous temperate trees.

    Science.gov (United States)

    Berdanier, Aaron B; Miniat, Chelcy F; Clark, James S

    2016-08-01

    Accurately scaling sap flux observations to tree or stand levels requires accounting for variation in sap flux between wood types and by depth into the tree. However, existing models for radial variation in axial sap flux are rarely used because they are difficult to implement, there is uncertainty about their predictive ability and calibration measurements are often unavailable. Here we compare different models with a diverse sap flux data set to test the hypotheses that radial profiles differ by wood type and tree size. We show that radial variation in sap flux is dependent on wood type but independent of tree size for a range of temperate trees. The best-fitting model predicted out-of-sample sap flux observations and independent estimates of sapwood area with small errors, suggesting robustness in the new settings. We develop a method for predicting whole-tree water use with this model and include computer code for simple implementation in other studies. Published by Oxford University Press 2016. This work is written by (a) US Government employee(s) and is in the public domain in the US.

  12. Infinite dimensional spherical analysis and harmonic analysis for groups acting on homogeneous trees

    DEFF Research Database (Denmark)

    Axelgaard, Emil

    In this thesis, we study groups of automorphisms for homogeneous trees of countable degree by using an inductive limit approach. The main focus is the thourough discussion of two Olshanski spherical pairs consisting of automorphism groups for a homogeneous tree and a homogeneous rooted tree, resp...... finite. Finally, we discuss conditionally positive definite functions on the groups and use the generalized Bochner-Godement theorem for Olshanski spherical pairs to prove Levy-Khinchine formulas for both of the considered pairs....

  13. A method for generating stochastic 3D tree models with Python in Autodesk Maya

    Directory of Open Access Journals (Sweden)

    Nemanja Stojanović

    2016-12-01

    Full Text Available This paper introduces a method for generating 3D tree models using stochastic L-systems with stochastic parameters and Perlin noise. L-system is the most popular method for plant modeling and Perlin noise is extensively used for generating high detailed textures. Our approach is probabilistic. L-systems with a random choice of parameters can represent observed objects quite well and they are used for modeling and generating realistic plants. Textures and normal maps are generated with combinations of Perlin noises what make these trees completely unique. Script for generating these trees, textures and normal maps is written with Python/PyMEL/NumPy in Autodesk Maya.

  14. San Onofre/Zion auxiliary feedwater system seismic fault tree modeling

    International Nuclear Information System (INIS)

    Najafi, B.; Eide, S.

    1982-02-01

    As part of the study for the seismic evaluation of the San Onofre Unit 1 Auxiliary Feedwater System (AFWS), a fault tree model was developed capable of handling the effect of structural failure of the plant (in the event of an earthquake) on the availability of the AFWS. A compatible fault tree model was developed for the Zion Unit 1 AFWS in order to compare the results of the two systems. It was concluded that if a single failure of the San Onofre Unit 1 AFWS is to be prevented, some weight existing, locally operated locked open manual valves have to be used for isolation of a rupture in specific parts of the AFWS pipings

  15. Stem biomass and volume models of selected tropical tree species ...

    African Journals Online (AJOL)

    Stem biomass and stem volume were modelled as a function of diameter (at breast height; Dbh) and stem height (height to the crown base). Logarithmic models are presented that utilise Dbh and height data to predict tree component biomass and stem volumes. Alternative models are given that afford prediction based on ...

  16. Comparing i-Tree modeled ozone deposition with field measurements in a periurban Mediterranean forest

    Science.gov (United States)

    A. Morani; D. Nowak; S. Hirabayashi; G. Guidolotti; M. Medori; V. Muzzini; S. Fares; G. Scarascia Mugnozza; C. Calfapietra

    2014-01-01

    Ozone flux estimates from the i-Tree model were compared with ozone flux measurements using the Eddy Covariance technique in a periurban Mediterranean forest near Rome (Castelporziano). For the first time i-Tree model outputs were compared with field measurements in relation to dry deposition estimates. Results showed generally a...

  17. Modelling of inductively coupled discharges excited by internal coils

    International Nuclear Information System (INIS)

    Lister, G.G.

    1991-01-01

    Modelling of inductively coupled discharges provides a method for computing parameters such as current, electrical conductivity and electromagnetic field strengths which are difficult to measure experimentally. The models reported in the literature to date deal with discharges which are surrounded by an induction coil where the plasma is considered as a one-turn secondary winding of a transformer. Eckert derived expressions for electromagnetic fields and impedance in discharges assuming Bessel function solutions to the wave and electron density equations, while more recently Denneman solved the non-linear problem, including the effects of a radial conductivity profile on the electromagnetic fields in a Ar-Hg discharge. Modelling of an ICD in which the coil is in the centre of the discharge presents an additional difficulty, since the coil does not provide a natural external boundary condition. In this paper, we compare numerical results from the approaches of Eckert and Denneman applied to discharges with internal coils, with a view to identifying relevant parameters applicable to interpretation of experiments. (author) 2 refs., 2 figs., 1 tab

  18. Energy Efficiency Model for Induction Furnace

    Science.gov (United States)

    Dey, Asit Kr

    2018-01-01

    In this paper, a system of a solar induction furnace unit was design to find out a new solution for the existing AC power consuming heating process through Supervisory control and data acquisition system. This unit can be connected directly to the DC system without any internal conversion inside the device. The performance of the new system solution is compared with the existing one in terms of power consumption and losses. This work also investigated energy save, system improvement, process control model in a foundry induction furnace heating framework corresponding to PV solar power supply. The results are analysed for long run in terms of saving energy and integrated process system. The data acquisition system base solar foundry plant is an extremely multifaceted system that can be run over an almost innumerable range of operating conditions, each characterized by specific energy consumption. Determining ideal operating conditions is a key challenge that requires the involvement of the latest automation technologies, each one contributing to allow not only the acquisition, processing, storage, retrieval and visualization of data, but also the implementation of automatic control strategies that can expand the achievement envelope in terms of melting process, safety and energy efficiency.

  19. Modelling effects of tree population dynamics, tree throw and pit-mound formation/diffusion on microtopography over time in different forest settings

    Science.gov (United States)

    Martin, Y. E.; Johnson, E. A.; Gallaway, J.; Chaikina, O.

    2011-12-01

    Herein we conduct a followup investigation to an earlier research project in which we developed a numerical model of tree population dynamics, tree throw, and sediment transport associated with the formation of pit-mound features for Hawk Creek watershed, Canadian Rockies (Gallaway et al., 2009). We extend this earlier work by exploring the most appropriate transport relations to simulate the diffusion over time of newly-formed pit-pound features due to tree throw. We combine our earlier model with a landscape development model that can incorporate these diffusive transport relations. Using these combined models, changes in hillslope microtopography over time associated with the formation of pit-mound features and their decay will be investigated. The following ideas have motivated this particular study: (i) Rates of pit-mound degradation remain a source of almost complete speculation, as there is almost no long-term information on process rates. Therefore, we will attempt to tackle the issue of pit-mound degradation in a methodical way that can guide future field studies; (ii) The degree of visible pit-mound topography at any point in time on the landscape is a joint function of the rate of formation of new pit-mound features due to tree death/topple and their magnitude vs. the rate of decay of pit-mound features. An example of one interesting observation that arises is the following: it appears that pit-mound topography is often more pronounced in some eastern North American forests vs. field sites along the eastern slopes of the Canadian Rockies. Why is this the case? Our investigation begins by considering whether pit-mound decay might occur by linear or nonlinear diffusion. What differences might arise depending on which diffusive approach is adopted? What is the magnitude of transport rates associated with these possible forms of transport relations? We explore linear and nonlinear diffusion at varying rates and for different sizes of pit-mound pairs using a

  20. Approach to Computer Implementation of Mathematical Model of 3-Phase Induction Motor

    Science.gov (United States)

    Pustovetov, M. Yu

    2018-03-01

    This article discusses the development of the computer model of an induction motor based on the mathematical model in a three-phase stator reference frame. It uses an approach that allows combining during preparation of the computer model dual methods: means of visual programming circuitry (in the form of electrical schematics) and logical one (in the form of block diagrams). The approach enables easy integration of the model of an induction motor as part of more complex models of electrical complexes and systems. The developed computer model gives the user access to the beginning and the end of a winding of each of the three phases of the stator and rotor. This property is particularly important when considering the asymmetric modes of operation or when powered by the special circuitry of semiconductor converters.

  1. M5 model tree based predictive modeling of road accidents on non-urban sections of highways in India.

    Science.gov (United States)

    Singh, Gyanendra; Sachdeva, S N; Pal, Mahesh

    2016-11-01

    This work examines the application of M5 model tree and conventionally used fixed/random effect negative binomial (FENB/RENB) regression models for accident prediction on non-urban sections of highway in Haryana (India). Road accident data for a period of 2-6 years on different sections of 8 National and State Highways in Haryana was collected from police records. Data related to road geometry, traffic and road environment related variables was collected through field studies. Total two hundred and twenty two data points were gathered by dividing highways into sections with certain uniform geometric characteristics. For prediction of accident frequencies using fifteen input parameters, two modeling approaches: FENB/RENB regression and M5 model tree were used. Results suggest that both models perform comparably well in terms of correlation coefficient and root mean square error values. M5 model tree provides simple linear equations that are easy to interpret and provide better insight, indicating that this approach can effectively be used as an alternative to RENB approach if the sole purpose is to predict motor vehicle crashes. Sensitivity analysis using M5 model tree also suggests that its results reflect the physical conditions. Both models clearly indicate that to improve safety on Indian highways minor accesses to the highways need to be properly designed and controlled, the service roads to be made functional and dispersion of speeds is to be brought down. Copyright © 2016 Elsevier Ltd. All rights reserved.

  2. Modeling the effectiveness of tree planting to mitigate habitat loss in blue oak woodlands

    Science.gov (United States)

    Richard B. Standiford; Douglas McCreary; William Frost

    2002-01-01

    Many local conservation policies have attempted to mitigate the loss of oak woodland habitat resulting from conversion to urban or intensive agricultural land uses through tree planting. This paper models the development of blue oak (Quercus douglasii) stand structure attributes over 50 years after planting. The model uses a single tree, distance...

  3. Regional deposition of thoron progeny in models of the human tracheobronchial tree

    Energy Technology Data Exchange (ETDEWEB)

    Smith, S.M.; Cheng, Yung-Sung; Yeh, Hsu-Chi

    1995-12-01

    Models of the human tracheobronchial tree have been used to determine total and regional aerosol deposition of inhaled particles. Particle sizes measured in these studies have all been > 40 nm in diameter. The deposition of aerosols < 40 nm in diameter has not been measured. Particles in the ultrafine aerosol size range include some combustion aerosols and indoor radon progeny. Also, the influence of reduced lung size and airflow rates on particle deposition in young children has not been determined. With their smaller lung size and smaller minute volumes, children may be at increased risk from ultrafine pollutants. In order to accurately determine dose of inhaled aerosols, the effects of particle size, minute volume, and age at exposure must be quantified. The purpose of this study was to determine the deposition efficiency of ultrafine aerosols smaller than 40 nm in diameter in models of the human tracheobronchia tree. This study demonstrates that the deposition efficiency of aerosols in the model of the child`s tracheobronchial tree may be slightly higher than in the adult models.

  4. Regional deposition of thoron progeny in models of the human tracheobronchial tree

    International Nuclear Information System (INIS)

    Smith, S.M.; Cheng, Yung-Sung; Yeh, Hsu-Chi.

    1995-01-01

    Models of the human tracheobronchial tree have been used to determine total and regional aerosol deposition of inhaled particles. Particle sizes measured in these studies have all been > 40 nm in diameter. The deposition of aerosols < 40 nm in diameter has not been measured. Particles in the ultrafine aerosol size range include some combustion aerosols and indoor radon progeny. Also, the influence of reduced lung size and airflow rates on particle deposition in young children has not been determined. With their smaller lung size and smaller minute volumes, children may be at increased risk from ultrafine pollutants. In order to accurately determine dose of inhaled aerosols, the effects of particle size, minute volume, and age at exposure must be quantified. The purpose of this study was to determine the deposition efficiency of ultrafine aerosols smaller than 40 nm in diameter in models of the human tracheobronchia tree. This study demonstrates that the deposition efficiency of aerosols in the model of the child's tracheobronchial tree may be slightly higher than in the adult models

  5. Assessing the Cooling Benefits of Tree Shade by an Outdoor Urban Physical Scale Model at Tempe, AZ

    Directory of Open Access Journals (Sweden)

    Qunshan Zhao

    2018-01-01

    Full Text Available Urban green infrastructure, especially shade trees, offers benefits to the urban residential environment by mitigating direct incoming solar radiation on building facades, particularly in hot settings. Understanding the impact of different tree locations and arrangements around residential properties has the potential to maximize cooling and can ultimately guide urban planners, designers, and homeowners on how to create the most sustainable urban environment. This research measures the cooling effect of tree shade on building facades through an outdoor urban physical scale model. The physical scale model is a simulated neighborhood consisting of an array of concrete cubes to represent houses with identical artificial trees. We tested and compared 10 different tree densities, locations, and arrangement scenarios in the physical scale model. The experimental results show that a single tree located at the southeast of the building can provide up to 2.3 °C hourly cooling benefits to east facade of the building. A two-tree cluster arrangement provides more cooling benefits (up to 6.6 °C hourly cooling benefits to the central facade when trees are located near the south and southeast sides of the building. The research results confirm the cooling benefits of tree shade and the importance of wisely designing tree locations and arrangements in the built environment.

  6. Speed Estimation of Induction Motor Using Model Reference Adaptive System with Kalman Filter

    Directory of Open Access Journals (Sweden)

    Pavel Brandstetter

    2013-01-01

    Full Text Available The paper deals with a speed estimation of the induction motor using observer with Model Reference Adaptive System and Kalman Filter. For simulation, Hardware in Loop Simulation method is used. The first part of the paper includes the mathematical description of the observer for the speed estimation of the induction motor. The second part describes Kalman filter. The third part describes Hardware in Loop Simulation method and its realization using multifunction card MF 624. In the last section of the paper, simulation results are shown for different changes of the induction motor speed which confirm high dynamic properties of the induction motor drive with sensorless control.

  7. An inductive database prototype based on virtual mining views

    NARCIS (Netherlands)

    Blockeel, H.; Calders, T.; Fromont, É.; Goethals, B.; Prado, A.; Robardet, C.

    2008-01-01

    We present a prototype of an inductive database. Our system enables the user to query not only the data stored in the database but also generalizations (e.g. rules or trees) over these data through the use of virtual mining views. The mining views are relational tables that virtually contain the

  8. Modelling of Continual Induction Hardening in Quasi-Coupled Formulation

    Czech Academy of Sciences Publication Activity Database

    Barglik, J.; Doležel, Ivo; Karban, P.; Ulrych, B.

    2005-01-01

    Roč. 24, č. 1 (2005), s. 251-260 ISSN 0332-1649 Grant - others:PSRC(PL) 4T08C 04823 Institutional research plan: CEZ:AV0Z20570509 Keywords : mathematical modelling * electromagnetism * induction Subject RIV: JA - Electronics ; Optoelectronics, Electrical Engineering Impact factor: 0.188, year: 2005

  9. A fast semi-analytical model for the slotted structure of induction motors

    NARCIS (Netherlands)

    Sprangers, R.L.J.; Paulides, J.J.H.; Gysen, B.L.J.; Lomonova, E.A.

    A fast, semi-analytical model for induction motors (IMs) is presented. In comparison to traditional analytical models for IMs, such as lumped parameter, magnetic equivalent circuit and anisotropic layer models, the presented model calculates a continuous distribution of the magnetic flux density in

  10. Study on competitive interaction models in Cayley tree

    International Nuclear Information System (INIS)

    Moreira, J.G.M.A.

    1987-12-01

    We propose two kinds of models in the Cayley tree to simulate Ising models with axial anisotropy in the cubic lattice. The interaction in the direction of the anisotropy is simulated by the interaction along the branches of the tree. The interaction in the planes perpendicular to the anisotropy direction, in the first model, is simulated by interactions between spins in neighbour branches of the same generation arising from same site of the previous generation. In the second model, the simulation of the interaction in the planes are produced by mean field interactions among all spins in sites of the same generation arising from the same site of the previous generations. We study these models in the limit of infinite coordination number. First, we analyse a situation with antiferromagnetic interactions along the branches between first neighbours only, and we find the analogous of a metamagnetic Ising model. In the following, we introduce competitive interactions between first and second neighbours along the branches, to simulate the ANNNI model. We obtain one equation of differences which relates the magnetization of one generation with the magnetization of the two previous generations, to permit a detailed study of the modulated phase region. We note that the wave number of the modulation, for one fixed temperature, changes with the competition parameter to form a devil's staircase with a fractal dimension which increases with the temperature. We discuss the existence of strange atractors, related to a possible caothic phase. Finally, we show the obtained results when we consider interactions along the branches with three neighbours. (author)

  11. Effects of uncertainty in model predictions of individual tree volume on large area volume estimates

    Science.gov (United States)

    Ronald E. McRoberts; James A. Westfall

    2014-01-01

    Forest inventory estimates of tree volume for large areas are typically calculated by adding model predictions of volumes for individual trees. However, the uncertainty in the model predictions is generally ignored with the result that the precision of the large area volume estimates is overestimated. The primary study objective was to estimate the effects of model...

  12. Advanced induction machine model in phase coordinates for wind turbine applications

    DEFF Research Database (Denmark)

    Fajardo, L.A.; Iov, F.; Hansen, Anca Daniela

    2007-01-01

    In this paper an advanced phase coordinates squirrel cage induction machine model with time varying electrical parameters affected by magnetic saturation and rotor deep bar effects, is presented. The model uses standard data sheet for characterization of the electrical parameters, it is developed...

  13. IMITATION MODEL OF A HIGH-SPEED INDUCTION MOTOR WITH FREQUENCY CONTROL

    Directory of Open Access Journals (Sweden)

    V. E. Pliugin

    2017-12-01

    Full Text Available Purpose. To develop the imitation model of the frequency converter controlled high-speed induction motor with a squirrel-cage rotor in order to determine reasons causes electric motor vibrations and noises in starting modes. Methodology. We have applied the mathematical simulation of electromagnetic field in transient mode and imported obtained field model as an independent object in frequency converter circuit. We have correlated the simulated result with the experimental data obtained by means of the PID regulator factors. Results. We have made the simulation model of the high-speed induction motor with a squirrel-cage rotor speed control in AnsysRMxprt, Ansys Maxwell and Ansys Simplorer, approximated to their physical prototype. We have made models modifications allows to provide high-performance computing (HPC in dedicated server and computer cluster to reduce the simulation time. We have obtained motor characteristics in starting and rated modes. This allows to make recommendations on determination of high-speed electric motor optimal deign, having minimum indexes of vibrations and noises. Originality. For the first time, we have carried out the integrated research of induction motor using simultaneously simulation models both in Ansys Maxwell (2D field model and in Ansys Simplorer (transient circuit model with the control low realization for the motor soft start. For the first time the correlation between stator and rotor slots, allows to obtain minimal vibrations and noises, was defined. Practical value. We have tested manufactured high-speed motor based on the performed calculation. The experimental studies have confirmed the adequacy of the model, which allows designing such motors for new high-speed construction, and upgrade the existing ones.

  14. Biogeochemical modelling vs. tree-ring data - comparison of forest ecosystem productivity estimates

    Science.gov (United States)

    Zorana Ostrogović Sever, Maša; Barcza, Zoltán; Hidy, Dóra; Paladinić, Elvis; Kern, Anikó; Marjanović, Hrvoje

    2017-04-01

    Forest ecosystems are sensitive to environmental changes as well as human-induce disturbances, therefore process-based models with integrated management modules represent valuable tool for estimating and forecasting forest ecosystem productivity under changing conditions. Biogeochemical model Biome-BGC simulates carbon, nitrogen and water fluxes, and it is widely used for different terrestrial ecosystems. It was modified and parameterised by many researchers in the past to meet the specific local conditions. In this research, we used recently published improved version of the model Biome-BGCMuSo (BBGCMuSo), with multilayer soil module and integrated management module. The aim of our research is to validate modelling results of forest ecosystem productivity (NPP) from BBGCMuSo model with observed productivity estimated from an extensive dataset of tree-rings. The research was conducted in two distinct forest complexes of managed Pedunculate oak in SE Europe (Croatia), namely Pokupsko basin and Spačva basin. First, we parameterized BBGCMuSo model at a local level using eddy-covariance (EC) data from Jastrebarsko EC site. Parameterized model was used for the assessment of productivity on a larger scale. Results of NPP assessment with BBGCMuSo are compared with NPP estimated from tree ring data taken from trees on over 100 plots in both forest complexes. Keywords: Biome-BGCMuSo, forest productivity, model parameterization, NPP, Pedunculate oak

  15. Effect of different tree mortality patterns on stand development in the forest model SIBYLA

    Directory of Open Access Journals (Sweden)

    Trombik Jiří

    2016-09-01

    Full Text Available Forest mortality critically affects stand structure and the quality of ecosystem services provided by forests. Spruce bark beetle (Ips typographus generates rather complex infestation and mortality patterns, and implementation of such patterns in forest models is challenging. We present here the procedure, which allows to simulate the bark beetle-related tree mortality in the forest dynamics model Sibyla. We explored how sensitive various production and stand structure indicators are to tree mortality patterns, which can be generated by bark beetles. We compared the simulation outputs for three unmanaged forest stands with 40, 70 and 100% proportion of spruce as affected by the disturbance-related mortality that occurred in a random pattern and in a patchy pattern. The used tree species and age class-specific mortality rates were derived from the disturbance-related mortality records from Slovakia. The proposed algorithm was developed in the SQLite using the Python language, and the algorithm allowed us to define the degree of spatial clustering of dead trees ranging from a random distribution to a completely clustered distribution; a number of trees that died in either mode is set to remain equal. We found significant differences between the long-term developments of the three investigated forest stands, but we found very little effect of the tested mortality modes on stand increment, tree species composition and diversity, and tree size diversity. Hence, our hypothesis that the different pattern of dead trees emergence should affect the competitive interactions between trees and regeneration, and thus affect selected productivity and stand structure indicators was not confirmed.

  16. Rate of tree carbon accumulation increases continuously with tree size.

    Science.gov (United States)

    Stephenson, N L; Das, A J; Condit, R; Russo, S E; Baker, P J; Beckman, N G; Coomes, D A; Lines, E R; Morris, W K; Rüger, N; Alvarez, E; Blundo, C; Bunyavejchewin, S; Chuyong, G; Davies, S J; Duque, A; Ewango, C N; Flores, O; Franklin, J F; Grau, H R; Hao, Z; Harmon, M E; Hubbell, S P; Kenfack, D; Lin, Y; Makana, J-R; Malizia, A; Malizia, L R; Pabst, R J; Pongpattananurak, N; Su, S-H; Sun, I-F; Tan, S; Thomas, D; van Mantgem, P J; Wang, X; Wiser, S K; Zavala, M A

    2014-03-06

    Forests are major components of the global carbon cycle, providing substantial feedback to atmospheric greenhouse gas concentrations. Our ability to understand and predict changes in the forest carbon cycle--particularly net primary productivity and carbon storage--increasingly relies on models that represent biological processes across several scales of biological organization, from tree leaves to forest stands. Yet, despite advances in our understanding of productivity at the scales of leaves and stands, no consensus exists about the nature of productivity at the scale of the individual tree, in part because we lack a broad empirical assessment of whether rates of absolute tree mass growth (and thus carbon accumulation) decrease, remain constant, or increase as trees increase in size and age. Here we present a global analysis of 403 tropical and temperate tree species, showing that for most species mass growth rate increases continuously with tree size. Thus, large, old trees do not act simply as senescent carbon reservoirs but actively fix large amounts of carbon compared to smaller trees; at the extreme, a single big tree can add the same amount of carbon to the forest within a year as is contained in an entire mid-sized tree. The apparent paradoxes of individual tree growth increasing with tree size despite declining leaf-level and stand-level productivity can be explained, respectively, by increases in a tree's total leaf area that outpace declines in productivity per unit of leaf area and, among other factors, age-related reductions in population density. Our results resolve conflicting assumptions about the nature of tree growth, inform efforts to undertand and model forest carbon dynamics, and have additional implications for theories of resource allocation and plant senescence.

  17. Effect of power quality on windings temperature of marine induction motors. Part I: Machine model

    Energy Technology Data Exchange (ETDEWEB)

    Gnacinski, P. [Gdynia Maritime Univ., Dept. of Ship Electrical Power Engineering, Morska Str. 83, 81-225 Gdynia (Poland)

    2009-10-15

    Marine induction machines are exposed to various power quality disturbances appearing simultaneously in ship power systems: frequency and voltage rms value deviation, voltage unbalance and voltage waveform distortions. As a result, marine induction motors can be seriously overheated due to lowered supply voltage quality. Improvement of the protection of marine induction machines requires an appropriate method of power quality assessment and modification of the power quality regulations of ship classification societies. This paper presents an analytical model of an induction cage machine supplied with voltage of lowered quality, used in part II of the work (effect of power quality on windings temperature of marine induction motors. Part II. Results of investigations and recommendations for related regulations) for power quality assessment in ship power systems, and for justification of the new power quality regulations proposal. The presented model is suitable for implementation in an on-line measurement system. (author)

  18. Heat transfer modeling an inductive approach

    CERN Document Server

    Sidebotham, George

    2015-01-01

    This innovative text emphasizes a "less-is-more" approach to modeling complicated systems such as heat transfer by treating them first as "1-node lumped models" that yield simple closed-form solutions. The author develops numerical techniques for students to obtain more detail, but also trains them to use the techniques only when simpler approaches fail. Covering all essential methods offered in traditional texts, but with a different order, Professor Sidebotham stresses inductive thinking and problem solving as well as a constructive understanding of modern, computer-based practice. Readers learn to develop their own code in the context of the material, rather than just how to use packaged software, offering a deeper, intrinsic grasp behind models of heat transfer. Developed from over twenty-five years of lecture notes to teach students of mechanical and chemical engineering at The Cooper Union for the Advancement of Science and Art, the book is ideal for students and practitioners across engineering discipl...

  19. On P-adic λ-model on the Cayley tree

    International Nuclear Information System (INIS)

    Khamaraev, M.; Mukhamedov, F.

    2004-04-01

    We consider a nearest-neighbour p-adic A-model with spin values ±1 on the Cayley tree of order k ≥ 1. We prove that a p-adic Gibbs measure is unique for p≥ 3. If p 2 then we find a condition which guarantees uniqueness of p-adic Gibbs measure. Besides, the results are applied to the p-adic Ising model. (author)

  20. A Root water uptake model to compensate disease stress in citrus trees

    Science.gov (United States)

    Peddinti, S. R.; Kambhammettu, B. P.; Lad, R. S.; Suradhaniwar, S.

    2017-12-01

    Plant root water uptake (RWU) controls a number of hydrologic fluxes in simulating unsaturated flow and transport processes. Variable saturated models that simulate soil-water-plant interactions within the rizhosphere do not account for the health of the tree. This makes them difficult to analyse RWU patterns for diseased trees. Improper irrigation management activities on diseased (Phytopthora spp. affected) citrus trees of central India has resulted in a significant reduction in crop yield accompanied by disease escalation. This research aims at developing a quantitative RWU model that accounts for the reduction in water stress as a function of plant disease level (hereafter called as disease stress). A total of four research plots with varying disease severity were considered for our field experimentation. A three-dimensional electrical resistivity tomography (ERT) was performed to understand spatio-temporal distribution in soil moisture following irrigation. Evaporation and transpiration were monitored daily using micro lysimeter and sap flow meters respectively. Disease intensity was quantified (on 0 to 9 scale) using pathological analysis on soil samples. Pedo-physocal and pedo-electric relations were established under controlled laboratory conditions. A non-linear disease stress response function for citrus trees was derived considering phonological, hydrological, and pathological parameters. Results of numerical simulations conclude that the propagation of error in RWU estimates by ignoring the health condition of the tree is significant. The developed disease stress function was then validated in the presence of deficit water and nutrient stress conditions. Results of numerical analysis showed a good agreement with experimental data, corroborating the need for alternate management practices for disease citrus trees.

  1. Bounded Model Checking and Inductive Verification of Hybrid Discrete-Continuous Systems

    DEFF Research Database (Denmark)

    Becker, Bernd; Behle, Markus; Eisenbrand, Fritz

    2004-01-01

    We present a concept to signicantly advance the state of the art for bounded model checking (BMC) and inductive verication (IV) of hybrid discrete-continuous systems. Our approach combines the expertise of partners coming from dierent domains, like hybrid systems modeling and digital circuit veri...

  2. Coupled 0D-1D CFD Modeling of Right Heart and Pulmonary Artery Morphometry Tree

    Science.gov (United States)

    Dong, Melody; Yang, Weiguang; Feinstein, Jeffrey A.; Marsden, Alison

    2017-11-01

    Pulmonary arterial hypertension (PAH) is characterized by elevated pulmonary artery (PA) pressure and remodeling of the distal PAs resulting in right ventricular (RV) dysfunction and failure. It is hypothesized that patients with untreated ventricular septal defects (VSD) may develop PAH due to elevated flows and pressures in the PAs. Wall shear stress (WSS), due to elevated flows, and circumferential stress, due to elevated pressures, are known to play a role in vascular mechanobiology. Thus, simulating VSD hemodynamics and wall mechanics may facilitate our understanding of mechanical stimuli leading to PAH initiation and progression. Although 3D CFD models can capture detailed hemodynamics in the proximal PAs, they cannot easily model hemodynamics and wave propagation in the distal PAs, where remodeling occurs. To improve current PA models, we will present a new method that couples distal PA hemodynamics with RV function. Our model couples a 0D lumped parameter model of the RV to a 1D model of the PA tree, based on human PA morphometry data, to characterize RV performance and WSS changes in the PA tree. We will compare a VSD 0D-1D model and a 0D-3D model coupled to a mathematical morphometry tree model to quantify WSS in the entire PA vascular tree.

  3. Effects of lightning on trees: A predictive model based on in situ electrical resistivity.

    Science.gov (United States)

    Gora, Evan M; Bitzer, Phillip M; Burchfield, Jeffrey C; Schnitzer, Stefan A; Yanoviak, Stephen P

    2017-10-01

    The effects of lightning on trees range from catastrophic death to the absence of observable damage. Such differences may be predictable among tree species, and more generally among plant life history strategies and growth forms. We used field-collected electrical resistivity data in temperate and tropical forests to model how the distribution of power from a lightning discharge varies with tree size and identity, and with the presence of lianas. Estimated heating density (heat generated per volume of tree tissue) and maximum power (maximum rate of heating) from a standardized lightning discharge differed 300% among tree species. Tree size and morphology also were important; the heating density of a hypothetical 10 m tall Alseis blackiana was 49 times greater than for a 30 m tall conspecific, and 127 times greater than for a 30 m tall Dipteryx panamensis . Lianas may protect trees from lightning by conducting electric current; estimated heating and maximum power were reduced by 60% (±7.1%) for trees with one liana and by 87% (±4.0%) for trees with three lianas. This study provides the first quantitative mechanism describing how differences among trees can influence lightning-tree interactions, and how lianas can serve as natural lightning rods for trees.

  4. Teacher induction

    NARCIS (Netherlands)

    Beijaard, D.; Buitink, J.; Kessels, C.; Peterson, P.; Baker, E.; McGraw, B.

    2010-01-01

    Teacher induction programs are intended to support the professional development of beginning teachers and thereby contribute to the reduction of teacher attrition during the early teaching years. Teacher induction programs are often based upon a deficit model with a focus on the better organization

  5. Dose-response models for the radiation-induction of skin tumours in mice

    International Nuclear Information System (INIS)

    Papworth, D.G.; Hulse, E.V.

    1983-01-01

    Extensive data on radiation-induced skin tumours in mice were examined using 8 models, all based on the concept that incidences of radiation-induced tumours depend on a combination of two radiation effects: a tumour induction process and the loss of reproductive integrity by the potential tumour cells. Models with and without a threshold were used, in spite of theoretical objections to threshold models. No model fitted well both the epidermal and the dermal tumour data and models which proved to be statistically satisfactory for some of the data were rejected for biological reasons. It is concluded that, for skin tumours, dose-response curves depending on a combination of cancer induction and loss of cellular reproductive integrity are distorted by some special, relatively radio-resistant, factor which we have previously postulated as being involved in radiation skin carcinogenesis. (author)

  6. Application of decision tree model for the ground subsidence hazard mapping near abandoned underground coal mines.

    Science.gov (United States)

    Lee, Saro; Park, Inhye

    2013-09-30

    Subsidence of ground caused by underground mines poses hazards to human life and property. This study analyzed the hazard to ground subsidence using factors that can affect ground subsidence and a decision tree approach in a geographic information system (GIS). The study area was Taebaek, Gangwon-do, Korea, where many abandoned underground coal mines exist. Spatial data, topography, geology, and various ground-engineering data for the subsidence area were collected and compiled in a database for mapping ground-subsidence hazard (GSH). The subsidence area was randomly split 50/50 for training and validation of the models. A data-mining classification technique was applied to the GSH mapping, and decision trees were constructed using the chi-squared automatic interaction detector (CHAID) and the quick, unbiased, and efficient statistical tree (QUEST) algorithms. The frequency ratio model was also applied to the GSH mapping for comparing with probabilistic model. The resulting GSH maps were validated using area-under-the-curve (AUC) analysis with the subsidence area data that had not been used for training the model. The highest accuracy was achieved by the decision tree model using CHAID algorithm (94.01%) comparing with QUEST algorithms (90.37%) and frequency ratio model (86.70%). These accuracies are higher than previously reported results for decision tree. Decision tree methods can therefore be used efficiently for GSH analysis and might be widely used for prediction of various spatial events. Copyright © 2013. Published by Elsevier Ltd.

  7. An Assessment of the Effectiveness of Tree-Based Models for Multi-Variate Flood Damage Assessment in Australia

    Directory of Open Access Journals (Sweden)

    Roozbeh Hasanzadeh Nafari

    2016-07-01

    Full Text Available Flood is a frequent natural hazard that has significant financial consequences for Australia. In Australia, physical losses caused by floods are commonly estimated by stage-damage functions. These methods usually consider only the depth of the water and the type of buildings at risk. However, flood damage is a complicated process, and it is dependent on a variety of factors which are rarely taken into account. This study explores the interaction, importance, and influence of water depth, flow velocity, water contamination, precautionary measures, emergency measures, flood experience, floor area, building value, building quality, and socioeconomic status. The study uses tree-based models (regression trees and bagging decision trees and a dataset collected from 2012 to 2013 flood events in Queensland, which includes information on structural damages, impact parameters, and resistance variables. The tree-based approaches show water depth, floor area, precautionary measures, building value, and building quality to be important damage-influencing parameters. Furthermore, the performance of the tree-based models is validated and contrasted with the outcomes of a multi-parameter loss function (FLFArs from Australia. The tree-based models are shown to be more accurate than the stage-damage function. Consequently, considering more parameters and taking advantage of tree-based models is recommended. The outcome is important for improving established Australian flood loss models and assisting decision-makers and insurance companies dealing with flood risk assessment.

  8. Regional Models of Diameter as a Function of Individual Tree Attributes, Climate and Site Characteristics for Six Major Tree Species in Alberta, Canada

    Directory of Open Access Journals (Sweden)

    Dan A. MacIsaac

    2011-09-01

    Full Text Available We investigated the relationship of stem diameter to tree, site and stand characteristics for six major tree species (trembling aspen, white birch, balsam fir, lodgepole pine, black spruce, and white spruce in Alberta (Canada with data from Alberta Sustainable Resource Development Permanent Sample Plots. Using non-linear mixed effects modeling techniques, we developed models to estimate diameter at breast height using height, crown and stand attributes. Mixed effects models (with plot as subject using height, crown area, and basal area of the larger trees explained on average 95% of the variation in diameter at breast height across the six species with a root mean square error of 2.0 cm (13.4% of mean diameter. Fixed effects models (without plot as subject including the Natural Sub-Region (NSR information explained on average 90% of the variation in diameter at breast height across the six species with a root mean square error equal to 2.8 cm (17.9% of mean diameter. Selected climate variables provided similar results to models with NSR information. The inclusion of nutrient regime and moisture regime did not significantly improve the predictive ability of these models.

  9. Modeling the Effects of Argument Length and Validity on Inductive and Deductive Reasoning

    Science.gov (United States)

    Rotello, Caren M.; Heit, Evan

    2009-01-01

    In an effort to assess models of inductive reasoning and deductive reasoning, the authors, in 3 experiments, examined the effects of argument length and logical validity on evaluation of arguments. In Experiments 1a and 1b, participants were given either induction or deduction instructions for a common set of stimuli. Two distinct effects were…

  10. Rate of tree carbon accumulation increases continuously with tree size

    Science.gov (United States)

    Stephenson, N.L.; Das, A.J.; Condit, R.; Russo, S.E.; Baker, P.J.; Beckman, N.G.; Coomes, D.A.; Lines, E.R.; Morris, W.K.; Rüger, N.; Álvarez, E.; Blundo, C.; Bunyavejchewin, S.; Chuyong, G.; Davies, S.J.; Duque, Á.; Ewango, C.N.; Flores, O.; Franklin, J.F.; Grau, H.R.; Hao, Z.; Harmon, M.E.; Hubbell, S.P.; Kenfack, D.; Lin, Y.; Makana, J.-R.; Malizia, A.; Malizia, L.R.; Pabst, R.J.; Pongpattananurak, N.; Su, S.-H.; Sun, I-F.; Tan, S.; Thomas, D.; van Mantgem, P.J.; Wang, X.; Wiser, S.K.; Zavala, M.A.

    2014-01-01

    Forests are major components of the global carbon cycle, providing substantial feedback to atmospheric greenhouse gas concentrations. Our ability to understand and predict changes in the forest carbon cycle—particularly net primary productivity and carbon storage - increasingly relies on models that represent biological processes across several scales of biological organization, from tree leaves to forest stands. Yet, despite advances in our understanding of productivity at the scales of leaves and stands, no consensus exists about the nature of productivity at the scale of the individual tree, in part because we lack a broad empirical assessment of whether rates of absolute tree mass growth (and thus carbon accumulation) decrease, remain constant, or increase as trees increase in size and age. Here we present a global analysis of 403 tropical and temperate tree species, showing that for most species mass growth rate increases continuously with tree size. Thus, large, old trees do not act simply as senescent carbon reservoirs but actively fix large amounts of carbon compared to smaller trees; at the extreme, a single big tree can add the same amount of carbon to the forest within a year as is contained in an entire mid-sized tree. The apparent paradoxes of individual tree growth increasing with tree size despite declining leaf-level and stand-level productivity can be explained, respectively, by increases in a tree’s total leaf area that outpace declines in productivity per unit of leaf area and, among other factors, age-related reductions in population density. Our results resolve conflicting assumptions about the nature of tree growth, inform efforts to understand and model forest carbon dynamics, and have additional implications for theories of resource allocation and plant senescence.

  11. Efficient speed control of induction motor using RBF based model reference adaptive control method

    OpenAIRE

    Kilic, Erdal; Ozcalik, Hasan Riza; Yilmaz, Saban

    2017-01-01

    This paper proposes a model reference adaptive speed controller based on artificial neural network for induction motor drives. The performance of traditional feedback controllers has been insufficient in speed control of induction motors due to nonlinear structure of the system, changing environmental conditions, and disturbance input effects. A successful speed control of induction motor requires a nonlinear control system. On the other hand, in recent years, it has been demonstrated that ar...

  12. Systolic trees and systolic language recognition by tree automata

    Energy Technology Data Exchange (ETDEWEB)

    Steinby, M

    1983-01-01

    K. Culik II, J. Gruska, A. Salomaa and D. Wood have studied the language recognition capabilities of certain types of systolically operating networks of processors (see research reports Cs-81-32, Cs-81-36 and Cs-82-01, Univ. of Waterloo, Ontario, Canada). In this paper, their model for systolic VLSI trees is formalised in terms of standard tree automaton theory, and the way in which some known facts about recognisable forests and tree transductions can be applied in VLSI tree theory is demonstrated. 13 references.

  13. An idealized model for tree-grass coexistence in savannas : The role of life stage structure and fire disturbances

    NARCIS (Netherlands)

    Baudena, Mara|info:eu-repo/dai/nl/340303867; D'Andrea, Fabio; Provenzale, A.

    2010-01-01

    1. We discuss a simple implicit-space model for the competition of trees and grasses in an idealized savanna environment. The model represents patch occupancy dynamics within the habitat and introduces life stage structure in the tree population, namely adults and seedlings. A tree can be

  14. Transfer function modeling of parallel connected two three-phase induction motor implementation using LabView platform

    DEFF Research Database (Denmark)

    Gunabalan, R.; Sanjeevikumar, P.; Blaabjerg, Frede

    2015-01-01

    This paper presents the transfer function modeling and stability analysis of two induction motors of same ratings and parameters connected in parallel. The induction motors are controlled by a single inverter and the entire drive system is modeled using transfer function in LabView. Further...

  15. An Assessment for A Filtered Containment Venting Strategy Using Decision Tree Models

    International Nuclear Information System (INIS)

    Shin, Hoyoung; Jae, Moosung

    2016-01-01

    In this study, a probabilistic assessment of the severe accident management strategy through a filtered containment venting system was performed by using decision tree models. In Korea, the filtered containment venting system has been installed for the first time in Wolsong unit 1 as a part of Fukushima follow-up steps, and it is planned to be applied gradually for all the remaining reactors. Filtered containment venting system, one of severe accident countermeasures, prevents a gradual pressurization of the containment building exhausting noncondensable gas and vapor to the outside of the containment building. In this study, a probabilistic assessment of the filtered containment venting strategy, one of the severe accident management strategies, was performed by using decision tree models. Containment failure frequencies of each decision were evaluated by the developed decision tree model. The optimum accident management strategies were evaluated by comparing the results. Various strategies in severe accident management guidelines (SAMG) could be improved by utilizing the methodology in this study and the offsite risk analysis methodology

  16. An Assessment for A Filtered Containment Venting Strategy Using Decision Tree Models

    Energy Technology Data Exchange (ETDEWEB)

    Shin, Hoyoung; Jae, Moosung [Hanyang University, Seoul (Korea, Republic of)

    2016-10-15

    In this study, a probabilistic assessment of the severe accident management strategy through a filtered containment venting system was performed by using decision tree models. In Korea, the filtered containment venting system has been installed for the first time in Wolsong unit 1 as a part of Fukushima follow-up steps, and it is planned to be applied gradually for all the remaining reactors. Filtered containment venting system, one of severe accident countermeasures, prevents a gradual pressurization of the containment building exhausting noncondensable gas and vapor to the outside of the containment building. In this study, a probabilistic assessment of the filtered containment venting strategy, one of the severe accident management strategies, was performed by using decision tree models. Containment failure frequencies of each decision were evaluated by the developed decision tree model. The optimum accident management strategies were evaluated by comparing the results. Various strategies in severe accident management guidelines (SAMG) could be improved by utilizing the methodology in this study and the offsite risk analysis methodology.

  17. EPICORMIC SHOOTS INDUCTION AND ROOTING CUTTINGS OF Calophyllum brasiliense

    Directory of Open Access Journals (Sweden)

    Dagma Kratz

    2016-12-01

    Full Text Available Calophyllum brasiliense is present in a wide natural distribution range in Brazil and its monopodial growth, with a rectilinear stem and a moderately dense timber has attracted the attention from the logging industry in recent decades. In the meantime, the lack of efficient rescue and vegetative propagation methods of adult plants has been a narrowing condition for the selection of superior genotypes in breeding programs of the species. Therefore, we evaluate epicormic shoots induction methods and the rooting cuttings of 14 year-old Calophyllum brasiliense trees. From this scope, three methods of epicormic shoots induction were evaluated: coppicing, girdling and partial girdling. We evaluate the number of produced sprouts and the percentage of sprouted trees at 06, 12 and 15 months’ after the experiment installation. Results have indicated the feasibility of Calophyllum brasiliense vegetative rescue by cuttings method using epicormic shoots induced by coppicing and girdling. In contrast, partial girdling was not effective in epicormic shoots emission. Concerning adventitious roots, the sprouting technique had no influence in the rooting of cuttings, showing variation among the different stock plants.

  18. Plasma-particle interaction effects in induction plasma modelling under dense loading conditions

    International Nuclear Information System (INIS)

    Proulx, P.; Mostaghimi, J.; Boulos, M.

    1983-07-01

    The injection of solid particles or aerosol droplets in the fire-ball of an inductively coupled plasma can substantially perturb the plasma and even quench it under high loading conditions. This can be mainly attributed to the local cooling of the plasma by the particles or their vapour cloud, combined with the possible change of the thermodynamic and transport properties of the plasma in the presence of the particle vapour. This paper reports the state-of-the-art in the mathematical modelling of the induction plasma. A particle-in-cell model is used in order to combine the continuum approach for the calculation of the flow, temperature and concentration fields in the plasma, with the stochastic single particle approach, for the calculation of the particle trajectories and temperature histories. Results are given for an argon induction plasma under atmospheric pressure in which fine copper particles are centrally injected in the coil region of the discharge

  19. Properties of inductive reasoning.

    Science.gov (United States)

    Heit, E

    2000-12-01

    This paper reviews the main psychological phenomena of inductive reasoning, covering 25 years of experimental and model-based research, in particular addressing four questions. First, what makes a case or event generalizable to other cases? Second, what makes a set of cases generalizable? Third, what makes a property or predicate projectable? Fourth, how do psychological models of induction address these results? The key results in inductive reasoning are outlined, and several recent models, including a new Bayesian account, are evaluated with respect to these results. In addition, future directions for experimental and model-based work are proposed.

  20. Phenomenological modeling of the thermal dynamics of a rotating cylinder heated by electromagnetic induction; Modelisation phenomenologique de la dynamique thermique d'un cylindre rotatoire chauffe par induction electromagnetique

    Energy Technology Data Exchange (ETDEWEB)

    Perez, S. [Universidad de Carabobo, Facultad de Ingenieria, Valencia (Venezuela); Therien, N.; Broadbent, A.D. [Sherbrooke Univ., Faculte de Genie, Quebec (Canada)

    2001-07-01

    This work concerns the development of a phenomenological model describing the temperature dynamics of a metal cylinder heated by electric induction. The model used takes into consideration in an explicit way the different mechanisms of energy transfer from the cylinder towards the environment, in particular the convection and radiant heat transfers. The conduction process, which takes place inside the cylinder as a response to the temperature gradient at the periphery of the cylinder, has been characterized too. The process of energy induction inside the cylinder has been characterized in a precise way. The experiments show that the induction is localized in the part of the cylinder facing the inductors and that the induction presents a distributed feature in the induction section. The model proposed is based on the concept of substantial derivative. It calculates the response of the process with respect to these disturbances and with respect to the rotation speed of the cylinder and to the electric power supplied to the system. (J.S.)

  1. Numerical Modelling of Induction Heating for a Molten Salts Pyrochemical Process

    Energy Technology Data Exchange (ETDEWEB)

    Vu, Xuan-Tuyen; Feraud, Jean-Pierre; Ode, Denis [CEA Marcoule: DTEC/SGCS/LGCI Bat. 57 B17171, 30207 Bagnols/Ceze (France); Du Terrail Couvat, Yves [SIMaP, Grenoble INP, CNRS: ENSEEG, BP 75, 38402 Saint Martin d' Heres Cedex (France)

    2008-07-01

    Technological developments in the pyro-chemistry program are required to allow choices for a reprocessing experiment on 100 g of spent nuclear fuel. In this context, a special device must be designed for the solid/gas reaction phases followed by actinide extraction and stripping in molten salt. This paper discusses a modelling approach for designing an induction furnace. Using this numerical approach is a good way to improve thermal performance of the device in terms of magnetic/thermal coupling phenomena. The influence of current frequency is also studied to give another view of the possibilities of an induction furnace. Electromagnetic forces are taken into account in a computational fluid dynamics code derived from a specifically developed exchange library. Induction heating systems are an example of a typical multi-physics problem involving numerically coupled equations. (authors)

  2. Numerical Modelling of Induction Heating for a Molten Salts Pyrochemical Process

    International Nuclear Information System (INIS)

    Vu, Xuan-Tuyen; Feraud, Jean-Pierre; Ode, Denis; Du Terrail Couvat, Yves

    2008-01-01

    Technological developments in the pyro-chemistry program are required to allow choices for a reprocessing experiment on 100 g of spent nuclear fuel. In this context, a special device must be designed for the solid/gas reaction phases followed by actinide extraction and stripping in molten salt. This paper discusses a modelling approach for designing an induction furnace. Using this numerical approach is a good way to improve thermal performance of the device in terms of magnetic/thermal coupling phenomena. The influence of current frequency is also studied to give another view of the possibilities of an induction furnace. Electromagnetic forces are taken into account in a computational fluid dynamics code derived from a specifically developed exchange library. Induction heating systems are an example of a typical multi-physics problem involving numerically coupled equations. (authors)

  3. Coalescent methods for estimating phylogenetic trees.

    Science.gov (United States)

    Liu, Liang; Yu, Lili; Kubatko, Laura; Pearl, Dennis K; Edwards, Scott V

    2009-10-01

    We review recent models to estimate phylogenetic trees under the multispecies coalescent. Although the distinction between gene trees and species trees has come to the fore of phylogenetics, only recently have methods been developed that explicitly estimate species trees. Of the several factors that can cause gene tree heterogeneity and discordance with the species tree, deep coalescence due to random genetic drift in branches of the species tree has been modeled most thoroughly. Bayesian approaches to estimating species trees utilizes two likelihood functions, one of which has been widely used in traditional phylogenetics and involves the model of nucleotide substitution, and the second of which is less familiar to phylogeneticists and involves the probability distribution of gene trees given a species tree. Other recent parametric and nonparametric methods for estimating species trees involve parsimony criteria, summary statistics, supertree and consensus methods. Species tree approaches are an appropriate goal for systematics, appear to work well in some cases where concatenation can be misleading, and suggest that sampling many independent loci will be paramount. Such methods can also be challenging to implement because of the complexity of the models and computational time. In addition, further elaboration of the simplest of coalescent models will be required to incorporate commonly known issues such as deviation from the molecular clock, gene flow and other genetic forces.

  4. Development of a shortleaf pine individual-tree growth equation using non-linear mixed modeling techniques

    Science.gov (United States)

    Chakra B. Budhathoki; Thomas B. Lynch; James M. Guldin

    2010-01-01

    Nonlinear mixed-modeling methods were used to estimate parameters in an individual-tree basal area growth model for shortleaf pine (Pinus echinata Mill.). Shortleaf pine individual-tree growth data were available from over 200 permanently established 0.2-acre fixed-radius plots located in naturally-occurring even-aged shortleaf pine forests on the...

  5. Process based model sheds light on climate sensitivity of Mediterranean tree-ring width

    Directory of Open Access Journals (Sweden)

    R. Touchan

    2012-03-01

    Full Text Available We use the process-based VS (Vaganov-Shashkin model to investigate whether a regional Pinus halepensis tree-ring chronology from Tunisia can be simulated as a function of climate alone by employing a biological model linking day length and daily temperature and precipitation (AD 1959–2004 from a climate station to ring-width variations. We check performance of the model on independent data by a validation exercise in which the model's parameters are tuned using data for 1982–2004 and the model is applied to generate tree-ring indices for 1959–1981. The validation exercise yields a highly significant positive correlation between the residual chronology and estimated growth curve (r=0.76 p<0.0001, n=23. The model shows that the average duration of the growing season is 191 days, with considerable variation from year to year. On average, soil moisture limits tree-ring growth for 128 days and temperature for 63 days. Model results depend on chosen values of parameters, in particular a parameter specifying a balance ratio between soil moisture and precipitation. Future work in the Mediterranean region should include multi-year natural experiments to verify patterns of cambial-growth variation suggested by the VS model.

  6. Comparing Two Different Approaches to the Modeling of the Common Cause Failures in Fault Trees

    International Nuclear Information System (INIS)

    Vukovic, I.; Mikulicic, V.; Vrbanic, I.

    2002-01-01

    The potential for common cause failures in systems that perform critical functions has been recognized as very important contributor to risk associated with operation of nuclear power plants. Consequentially, modeling of common cause failures (CCF) in fault trees has become one among the essential elements in any probabilistic safety assessment (PSA). Detailed and realistic representation of CCF potential in fault tree structure is sometimes very challenging task. This is especially so in the cases where a common cause group involves more than two components. During the last ten years the difficulties associated with this kind of modeling have been overcome to some degree by development of integral PSA tools with high capabilities. Some of them allow for the definition of CCF groups and their automated expanding in the process of Boolean resolution and generation of minimal cutsets. On the other hand, in PSA models developed and run by more traditional tools, CCF-potential had to be modeled in the fault trees explicitly. With explicit CCF modeling, fault trees can grow very large, especially in the cases when they involve CCF groups with 3 or more members, which can become an issue for the management of fault trees and basic events with traditional non-integral PSA models. For these reasons various simplifications had to be made. Speaking in terms of an overall PSA model, there are also some other issues that need to be considered, such as maintainability and accessibility of the model. In this paper a comparison is made between the two approaches to CCF modeling. Analysis is based on a full-scope Level 1 PSA model for internal initiating events that had originally been developed by a traditional PSA tool and later transferred to a new-generation PSA tool with automated CCF modeling capabilities. Related aspects and issues mentioned above are discussed in the paper. (author)

  7. Effect of winter-chilling treatment on flower bud induction in young pomelo trees

    International Nuclear Information System (INIS)

    Nakajima, Y.; Susanto, S.; Hasegawa, K.

    1992-01-01

    Two-year-old potted 'Tosa Buntan' pomelo (Citrus grandis (L.) Osbeck) trees on trifoliate orange (Poncirus trifoliata Raf.) rootstock grown in a plastic house were used in this study. The temperature of the plastic house was maintained at a maximum of 20°C during the day and 10°C minimum at night from November 1990 to mid-February 1991. On December 1990, a set of potted trees was transferred to each growth chamber which was kept at day/night temperature of 15°/5°C and 10°/10°C. A subgroup of these trees was exposed to these condition for 15, 30, 45, 60, and 75 days and then transferred to another growth chamber maintained at 30°/25°C (day/night). On 1 December 1990, 15 January, and 15 February 1991, a set of potted trees was transferred directly without chilling from the plastic house to the 30°/25°C growth chamber. No trees sprouted during the low temperature treatments. New buds sprouted early and more buds sprouted during subsequent exposure to 30°/25°C treatment as the low temperature was prolonged. The number of new shoots for 75-day exposure was greater at 15°/5°C than it was at 10°/10°C regimen and those kept in the plastic house. The number of inflorescences, flower buds, and flowers increased for the 60-day and over exposures, but very few flowers developed after a 15- or 30-day exposure. The numbers of flower buds and flowers per node were 2.27 and 2.05, respectively, for a 75-day exposure under the 15°/5°C regimen, whereas they were 0.81 and 0.76, respectively, in the 10°/10°C regimen. Sugar and carbohydrate contents in leaves increased while the N content decreased under prolonged low temperature treatments. (author)

  8. Effect of winter-chilling treatment on flower bud induction in young pomelo trees

    Energy Technology Data Exchange (ETDEWEB)

    Nakajima, Y. [Kochi Univ., Nankoku (Japan); Susanto, S.; Hasegawa, K.

    1992-09-15

    Two-year-old potted 'Tosa Buntan' pomelo (Citrus grandis (L.) Osbeck) trees on trifoliate orange (Poncirus trifoliata Raf.) rootstock grown in a plastic house were used in this study. The temperature of the plastic house was maintained at a maximum of 20°C during the day and 10°C minimum at night from November 1990 to mid-February 1991. On December 1990, a set of potted trees was transferred to each growth chamber which was kept at day/night temperature of 15°/5°C and 10°/10°C. A subgroup of these trees was exposed to these condition for 15, 30, 45, 60, and 75 days and then transferred to another growth chamber maintained at 30°/25°C (day/night). On 1 December 1990, 15 January, and 15 February 1991, a set of potted trees was transferred directly without chilling from the plastic house to the 30°/25°C growth chamber. No trees sprouted during the low temperature treatments. New buds sprouted early and more buds sprouted during subsequent exposure to 30°/25°C treatment as the low temperature was prolonged. The number of new shoots for 75-day exposure was greater at 15°/5°C than it was at 10°/10°C regimen and those kept in the plastic house. The number of inflorescences, flower buds, and flowers increased for the 60-day and over exposures, but very few flowers developed after a 15- or 30-day exposure. The numbers of flower buds and flowers per node were 2.27 and 2.05, respectively, for a 75-day exposure under the 15°/5°C regimen, whereas they were 0.81 and 0.76, respectively, in the 10°/10°C regimen. Sugar and carbohydrate contents in leaves increased while the N content decreased under prolonged low temperature treatments. (author)

  9. Model of the double-rotor induction motor in terms of electromagnetic differential

    Directory of Open Access Journals (Sweden)

    Adamczyk Dominik

    2016-12-01

    Full Text Available The paper presents a concept, a construction, a circuit model and experimental results of the double-rotor induction motor. This type of a motor is to be implemented in the concept of the electromagnetic differential. At the same time it should fulfill the function of differential mechanism and the vehicle drive. One of the motor shafts is coupled to the direction changing mechanical transmission. The windings of the external rotor are powered by slip rings and brushes. The inner rotor has the squirrel-cage windings. The circuit model parameters were calculated based on the 7.5 kW real single-rotor induction motor (2p = 4. Experimental verification of the model was based on comparison between the mentioned single-rotor motor and double-rotor model with the outer rotor blocked. The presented results showed relatively good compliance between the model and real motor.

  10. Tree Transduction Tools for Cdec

    Directory of Open Access Journals (Sweden)

    Austin Matthews

    2014-09-01

    Full Text Available We describe a collection of open source tools for learning tree-to-string and tree-to-tree transducers and the extensions to the cdec decoder that enable translation with these. Our modular, easy-to-extend tools extract rules from trees or forests aligned to strings and trees subject to different structural constraints. A fast, multithreaded implementation of the Cohn and Blunsom (2009 model for extracting compact tree-to-string rules is also included. The implementation of the tree composition algorithm used by cdec is described, and translation quality and decoding time results are presented. Our experimental results add to the body of evidence suggesting that tree transducers are a compelling option for translation, particularly when decoding speed and translation model size are important.

  11. Building interpretable predictive models for pediatric hospital readmission using Tree-Lasso logistic regression.

    Science.gov (United States)

    Jovanovic, Milos; Radovanovic, Sandro; Vukicevic, Milan; Van Poucke, Sven; Delibasic, Boris

    2016-09-01

    Quantification and early identification of unplanned readmission risk have the potential to improve the quality of care during hospitalization and after discharge. However, high dimensionality, sparsity, and class imbalance of electronic health data and the complexity of risk quantification, challenge the development of accurate predictive models. Predictive models require a certain level of interpretability in order to be applicable in real settings and create actionable insights. This paper aims to develop accurate and interpretable predictive models for readmission in a general pediatric patient population, by integrating a data-driven model (sparse logistic regression) and domain knowledge based on the international classification of diseases 9th-revision clinical modification (ICD-9-CM) hierarchy of diseases. Additionally, we propose a way to quantify the interpretability of a model and inspect the stability of alternative solutions. The analysis was conducted on >66,000 pediatric hospital discharge records from California, State Inpatient Databases, Healthcare Cost and Utilization Project between 2009 and 2011. We incorporated domain knowledge based on the ICD-9-CM hierarchy in a data driven, Tree-Lasso regularized logistic regression model, providing the framework for model interpretation. This approach was compared with traditional Lasso logistic regression resulting in models that are easier to interpret by fewer high-level diagnoses, with comparable prediction accuracy. The results revealed that the use of a Tree-Lasso model was as competitive in terms of accuracy (measured by area under the receiver operating characteristic curve-AUC) as the traditional Lasso logistic regression, but integration with the ICD-9-CM hierarchy of diseases provided more interpretable models in terms of high-level diagnoses. Additionally, interpretations of models are in accordance with existing medical understanding of pediatric readmission. Best performing models have

  12. Symbolic Solution Approach to Wind Turbine based on Doubly Fed Induction Generator Model

    DEFF Research Database (Denmark)

    Cañas–Carretón, M.; Gómez–Lázaro, E.; Martín–Martínez, S.

    2015-01-01

    –order induction generator is selected to model the electric machine, being this approach suitable to estimate the DFIG performance under transient conditions. The corresponding non–linear integro-differential equation system has been reduced to a linear state-space system by using an ad-hoc local linearization......This paper describes an alternative approach based on symbolic computations to simulate wind turbines equipped with Doubly–Fed Induction Generator (DFIG). The actuator disk theory is used to represent the aerodynamic part, and the one-mass model simulates the mechanical part. The 5th...

  13. Stochastic modelling of tree architecture and biomass allocation: application to teak (Tectona grandis L. f.), a tree species with polycyclic growth and leaf neoformation.

    Science.gov (United States)

    Tondjo, Kodjo; Brancheriau, Loïc; Sabatier, Sylvie; Kokutse, Adzo Dzifa; Kokou, Kouami; Jaeger, Marc; de Reffye, Philippe; Fourcaud, Thierry

    2018-06-08

    For a given genotype, the observed variability of tree forms results from the stochasticity of meristem functioning and from changing and heterogeneous environmental factors affecting biomass formation and allocation. In response to climate change, trees adapt their architecture by adjusting growth processes such as pre- and neoformation, as well as polycyclic growth. This is the case for the teak tree. The aim of this work was to adapt the plant model, GreenLab, in order to take into consideration both these processes using existing data on this tree species. This work adopted GreenLab formalism based on source-sink relationships at organ level that drive biomass production and partitioning within the whole plant over time. The stochastic aspect of phytomer production can be modelled by a Bernoulli process. The teak model was designed, parameterized and analysed using the architectural data from 2- to 5-year-old teak trees in open field stands. Growth and development parameters were identified, fitting the observed compound organic series with the theoretical series, using generalized least squares methods. Phytomer distributions of growth units and branching pattern varied depending on their axis category, i.e. their physiological age. These emerging properties were in accordance with the observed growth patterns and biomass allocation dynamics during a growing season marked by a short dry season. Annual growth patterns observed on teak, including shoot pre- and neoformation and polycyclism, were reproduced by the new version of the GreenLab model. However, further updating is discussed in order to ensure better consideration of radial variation in basic specific gravity of wood. Such upgrading of the model will enable teak ideotypes to be defined for improving wood production in terms of both volume and quality.

  14. Electric circuit coupling of a slotted semi-analytical model for induction motors based on harmonic modeling

    NARCIS (Netherlands)

    Sprangers, R.L.J.; Paulides, J.J.H.; Gysen, B.L.J.; Waarma, J.; Lomonova, E.A.

    2014-01-01

    The use of empirically determined coefficients to include the effects of leakage and fringing flux is a large drawback of traditional induction motor (IM) models, such as lumped parameter, magnetic equivalent circuit and anisotropic layer models. As an alternative, Finite Element Analysis (FEA) is

  15. Vector Control Using Series Iron Loss Model of Induction, Motors and Power Loss Minimization

    OpenAIRE

    Kheldoun Aissa; Khodja Djalal Eddine

    2009-01-01

    The iron loss is a source of detuning in vector controlled induction motor drives if the classical rotor vector controller is used for decoupling. In fact, the field orientation will not be satisfied and the output torque will not truck the reference torque mostly used by Loss Model Controllers (LMCs). In addition, this component of loss, among others, may be excessive if the vector controlled induction motor is driving light loads. In this paper, the series iron loss model ...

  16. Modeling of Self-Excited Isolated Permanent Magnet Induction Generator Using Iterative Numerical Method

    Directory of Open Access Journals (Sweden)

    Mohamed Mostafa R.

    2016-01-01

    Full Text Available Self-Excited Permanent Magnet Induction Generator (PMIG is commonly used in wind energy generation systems. The difficulty of Self-Excited Permanent Magnet Induction Generator (SEPMIG modeling is the circuit parameters of the generator vary at each load conditions due to the a change in the frequency and stator voltage. The paper introduces a new modeling for SEPMIG using Gauss-sidle relaxation method. The SEPMIG characteristics using the proposed method are studied at different load conditions according to the wind speed variation, load impedance changes and different shunted capacitor values. The system modeling is investigated due to the magnetizing current variation, the efficiency variation, the power variation and power factor variation. The proposed modeling system satisfies high degree of simplicity and accuracy.

  17. Identifiability of tree-child phylogenetic networks under a probabilistic recombination-mutation model of evolution.

    Science.gov (United States)

    Francis, Andrew; Moulton, Vincent

    2018-06-07

    Phylogenetic networks are an extension of phylogenetic trees which are used to represent evolutionary histories in which reticulation events (such as recombination and hybridization) have occurred. A central question for such networks is that of identifiability, which essentially asks under what circumstances can we reliably identify the phylogenetic network that gave rise to the observed data? Recently, identifiability results have appeared for networks relative to a model of sequence evolution that generalizes the standard Markov models used for phylogenetic trees. However, these results are quite limited in terms of the complexity of the networks that are considered. In this paper, by introducing an alternative probabilistic model for evolution along a network that is based on some ground-breaking work by Thatte for pedigrees, we are able to obtain an identifiability result for a much larger class of phylogenetic networks (essentially the class of so-called tree-child networks). To prove our main theorem, we derive some new results for identifying tree-child networks combinatorially, and then adapt some techniques developed by Thatte for pedigrees to show that our combinatorial results imply identifiability in the probabilistic setting. We hope that the introduction of our new model for networks could lead to new approaches to reliably construct phylogenetic networks. Copyright © 2018 Elsevier Ltd. All rights reserved.

  18. Modelling short-rotation coppice and tree planting for urban carbon management - a citywide analysis.

    Science.gov (United States)

    McHugh, Nicola; Edmondson, Jill L; Gaston, Kevin J; Leake, Jonathan R; O'Sullivan, Odhran S

    2015-10-01

    The capacity of urban areas to deliver provisioning ecosystem services is commonly overlooked and underutilized. Urban populations have globally increased fivefold since 1950, and they disproportionately consume ecosystem services and contribute to carbon emissions, highlighting the need to increase urban sustainability and reduce environmental impacts of urban dwellers. Here, we investigated the potential for increasing carbon sequestration, and biomass fuel production, by planting trees and short-rotation coppice (SRC), respectively, in a mid-sized UK city as a contribution to meeting national commitments to reduce CO 2 emissions.Iterative GIS models were developed using high-resolution spatial data. The models were applied to patches of public and privately owned urban greenspace suitable for planting trees and SRC, across the 73 km 2 area of the city of Leicester. We modelled tree planting with a species mix based on the existing tree populations, and SRC with willow and poplar to calculate biomass production in new trees, and carbon sequestration into harvested biomass over 25 years.An area of 11 km 2 comprising 15% of the city met criteria for tree planting and had the potential over 25 years to sequester 4200 tonnes of carbon above-ground. Of this area, 5·8 km 2 also met criteria for SRC planting and over the same period this could yield 71 800 tonnes of carbon in harvested biomass.The harvested biomass could supply energy to over 1566 domestic homes or 30 municipal buildings, resulting in avoided carbon emissions of 29 236 tonnes of carbon over 25 years when compared to heating by natural gas. Together with the net carbon sequestration into trees, a total reduction of 33 419 tonnes of carbon in the atmosphere could be achieved in 25 years by combined SRC and tree planting across the city. Synthesis and applications . We demonstrate that urban greenspaces in a typical UK city are underutilized for provisioning ecosystem services by trees and

  19. Tree manipulation experiment

    Science.gov (United States)

    Nishina, K.; Takenaka, C.; Ishizuka, S.; Hashimoto, S.; Yagai, Y.

    2012-12-01

    Some forest operations such as thinning and harvesting management could cause changes in N cycling and N2O emission from soils, since thinning and harvesting managements are accompanied with changes in aboveground environments such as an increase of slash falling and solar radiation on the forest floor. However, a considerable uncertainty exists in effects of thinning and harvesting on N2O fluxes regarding changes in belowground environments by cutting trees. To focus on the effect of changes in belowground environments on the N2O emissions from soils, we conducted a tree manipulation experiment in Japanese cedar (Cryptomeria japonica) stand without soil compaction and slash falling near the chambers and measured N2O flux at 50 cm and 150 cm distances from the tree trunk (stump) before and after cutting. We targeted 5 trees for the manipulation and established the measurement chambers to the 4 directions around each targeted tree relative to upper slope (upper, left, right, lower positions). We evaluated the effect of logging on the emission by using hierarchical Bayesian model. HB model can evaluate the variability in observed data and their uncertainties in the estimation with various probability distributions. Moreover, the HB model can easily accommodate the non-linear relationship among the N2O emissions and the environmental factors, and explicitly take non-independent data (nested structure of data) for the estimation into account by using random effects in the model. Our results showed tree cutting stimulated N2O emission from soils, and also that the increase of N2O flux depended on the distance from the trunk (stump): the increase of N2O flux at 50 cm from the trunk (stump) was greater than that of 150 cm from the trunk. The posterior simulation of the HB model indicated that the stimulation of N2O emission by tree cut- ting could reach up to 200 cm in our experimental plot. By tree cutting, the estimated N2O emission at 0-40 cm from the trunk doubled

  20. Capturing spiral radial growth of conifers using the superellipse to model tree-ring geometric shape.

    Science.gov (United States)

    Shi, Pei-Jian; Huang, Jian-Guo; Hui, Cang; Grissino-Mayer, Henri D; Tardif, Jacques C; Zhai, Li-Hong; Wang, Fu-Sheng; Li, Bai-Lian

    2015-01-01

    Tree-rings are often assumed to approximate a circular shape when estimating forest productivity and carbon dynamics. However, tree rings are rarely, if ever, circular, thereby possibly resulting in under- or over-estimation in forest productivity and carbon sequestration. Given the crucial role played by tree ring data in assessing forest productivity and carbon storage within a context of global change, it is particularly important that mathematical models adequately render cross-sectional area increment derived from tree rings. We modeled the geometric shape of tree rings using the superellipse equation and checked its validation based on the theoretical simulation and six actual cross sections collected from three conifers. We found that the superellipse better describes the geometric shape of tree rings than the circle commonly used. We showed that a spiral growth trend exists on the radial section over time, which might be closely related to spiral grain along the longitudinal axis. The superellipse generally had higher accuracy than the circle in predicting the basal area increment, resulting in an improved estimate for the basal area. The superellipse may allow better assessing forest productivity and carbon storage in terrestrial forest ecosystems.

  1. Mean-field lattice trees

    NARCIS (Netherlands)

    Borgs, C.; Chayes, J.T.; Hofstad, van der R.W.; Slade, G.

    1999-01-01

    We introduce a mean-field model of lattice trees based on embeddings into d of abstract trees having a critical Poisson offspring distribution. This model provides a combinatorial interpretation for the self-consistent mean-field model introduced previously by Derbez and Slade [9], and provides an

  2. Tree growth visualization

    Science.gov (United States)

    L. Linsen; B.J. Karis; E.G. McPherson; B. Hamann

    2005-01-01

    In computer graphics, models describing the fractal branching structure of trees typically exploit the modularity of tree structures. The models are based on local production rules, which are applied iteratively and simultaneously to create a complex branching system. The objective is to generate three-dimensional scenes of often many realistic- looking and non-...

  3. Perceived Organizational Support for Enhancing Welfare at Work: A Regression Tree Model

    Science.gov (United States)

    Giorgi, Gabriele; Dubin, David; Perez, Javier Fiz

    2016-01-01

    When trying to examine outcomes such as welfare and well-being, research tends to focus on main effects and take into account limited numbers of variables at a time. There are a number of techniques that may help address this problem. For example, many statistical packages available in R provide easy-to-use methods of modeling complicated analysis such as classification and tree regression (i.e., recursive partitioning). The present research illustrates the value of recursive partitioning in the prediction of perceived organizational support in a sample of more than 6000 Italian bankers. Utilizing the tree function party package in R, we estimated a regression tree model predicting perceived organizational support from a multitude of job characteristics including job demand, lack of job control, lack of supervisor support, training, etc. The resulting model appears particularly helpful in pointing out several interactions in the prediction of perceived organizational support. In particular, training is the dominant factor. Another dimension that seems to influence organizational support is reporting (perceived communication about safety and stress concerns). Results are discussed from a theoretical and methodological point of view. PMID:28082924

  4. Why do trees die? Characterizing the drivers of background tree mortality

    Science.gov (United States)

    Das, Adrian J.; Stephenson, Nathan L.; Davis, Kristin P.

    2016-01-01

    The drivers of background tree mortality rates—the typical low rates of tree mortality found in forests in the absence of acute stresses like drought—are central to our understanding of forest dynamics, the effects of ongoing environmental changes on forests, and the causes and consequences of geographical gradients in the nature and strength of biotic interactions. To shed light on factors contributing to background tree mortality, we analyzed detailed pathological data from 200,668 tree-years of observation and 3,729 individual tree deaths, recorded over a 13-yr period in a network of old-growth forest plots in California's Sierra Nevada mountain range. We found that: (1) Biotic mortality factors (mostly insects and pathogens) dominated (58%), particularly in larger trees (86%). Bark beetles were the most prevalent (40%), even though there were no outbreaks during the study period; in contrast, the contribution of defoliators was negligible. (2) Relative occurrences of broad classes of mortality factors (biotic, 58%; suppression, 51%; and mechanical, 25%) are similar among tree taxa, but may vary with tree size and growth rate. (3) We found little evidence of distinct groups of mortality factors that predictably occur together on trees. Our results have at least three sets of implications. First, rather than being driven by abiotic factors such as lightning or windstorms, the “ambient” or “random” background mortality that many forest models presume to be independent of tree growth rate is instead dominated by biotic agents of tree mortality, with potentially critical implications for forecasting future mortality. Mechanistic models of background mortality, even for healthy, rapidly growing trees, must therefore include the insects and pathogens that kill trees. Second, the biotic agents of tree mortality, instead of occurring in a few predictable combinations, may generally act opportunistically and with a relatively large degree of independence from

  5. An Integrated Approach of Model checking and Temporal Fault Tree for System Safety Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Koh, Kwang Yong; Seong, Poong Hyun [Korea Advanced Institute of Science and Technology, Daejeon (Korea, Republic of)

    2009-10-15

    Digitalization of instruments and control systems in nuclear power plants offers the potential to improve plant safety and reliability through features such as increased hardware reliability and stability, and improved failure detection capability. It however makes the systems and their safety analysis more complex. Originally, safety analysis was applied to hardware system components and formal methods mainly to software. For software-controlled or digitalized systems, it is necessary to integrate both. Fault tree analysis (FTA) which has been one of the most widely used safety analysis technique in nuclear industry suffers from several drawbacks as described in. In this work, to resolve the problems, FTA and model checking are integrated to provide formal, automated and qualitative assistance to informal and/or quantitative safety analysis. Our approach proposes to build a formal model of the system together with fault trees. We introduce several temporal gates based on timed computational tree logic (TCTL) to capture absolute time behaviors of the system and to give concrete semantics to fault tree gates to reduce errors during the analysis, and use model checking technique to automate the reasoning process of FTA.

  6. Investigation of an artificial intelligence technology--Model trees. Novel applications for an immediate release tablet formulation database.

    Science.gov (United States)

    Shao, Q; Rowe, R C; York, P

    2007-06-01

    This study has investigated an artificial intelligence technology - model trees - as a modelling tool applied to an immediate release tablet formulation database. The modelling performance was compared with artificial neural networks that have been well established and widely applied in the pharmaceutical product formulation fields. The predictability of generated models was validated on unseen data and judged by correlation coefficient R(2). Output from the model tree analyses produced multivariate linear equations which predicted tablet tensile strength, disintegration time, and drug dissolution profiles of similar quality to neural network models. However, additional and valuable knowledge hidden in the formulation database was extracted from these equations. It is concluded that, as a transparent technology, model trees are useful tools to formulators.

  7. A time-dependent event tree technique for modelling recovery operations

    International Nuclear Information System (INIS)

    Kohut, P.; Fitzpatrick, R.

    1991-01-01

    The development of a simplified time dependent event tree methodology is presented. The technique is especially applicable to describe recovery operations in nuclear reactor accident scenarios initiated by support system failures. The event tree logic is constructed using time dependent top events combined with a damage function that contains information about the final state time behavior of the reactor core. Both the failure and the success states may be utilized for the analysis. The method is illustrated by modeling the loss of service water function with special emphasis on the RCP [reactor coolant pump] seal LOCA [loss of coolant accident] scenario. 5 refs., 2 figs., 2 tabs

  8. Trees in the city: valuing street trees in Portland, Oregon

    Science.gov (United States)

    G.H. Donovan; D.T. Butry

    2010-01-01

    We use a hedonic price model to simultaneously estimate the effects of street trees on the sales price and the time-on-market (TOM) of houses in Portland. Oregon. On average, street trees add $8,870 to sales price and reduce TOM by 1.7 days. In addition, we found that the benefits of street trees spill over to neighboring houses. Because the provision and maintenance...

  9. Modeling Trees with a Space Colonization Algorithm

    OpenAIRE

    Morell Higueras, Marc

    2014-01-01

    [CATALÀ] Aquest TFG tracta la implementació d'un algorisme de generació procedural que construeixi una estructura reminiscent a la d'un arbre de clima temperat, i també la implementació del pas de l'estructura a un model tridimensional, acompanyat de l'eina per a visualitzar el resultat i fer-ne l'exportació [ANGLÈS] This TFG consists of the implementation of a procedural generation algorithm that builds a structure reminiscent of that of a temperate climate tree, and also consists of the ...

  10. Optimization Method of Fusing Model Tree into Partial Least Squares

    Directory of Open Access Journals (Sweden)

    Yu Fang

    2017-01-01

    Full Text Available Partial Least Square (PLS can’t adapt to the characteristics of the data of many fields due to its own features multiple independent variables, multi-dependent variables and non-linear. However, Model Tree (MT has a good adaptability to nonlinear function, which is made up of many multiple linear segments. Based on this, a new method combining PLS and MT to analysis and predict the data is proposed, which build MT through the main ingredient and the explanatory variables(the dependent variable extracted from PLS, and extract residual information constantly to build Model Tree until well-pleased accuracy condition is satisfied. Using the data of the maxingshigan decoction of the monarch drug to treat the asthma or cough and two sample sets in the UCI Machine Learning Repository, the experimental results show that, the ability of explanation and predicting get improved in the new method.

  11. LINEAR MIXED MODEL TO DESCRIBE THE BASAL AREA INCREMENT FOR INDIVUDUAL CEDRO (Cedrela odorata L.TREES IN OCCIDENTAL AMAZON, BRAZIL

    Directory of Open Access Journals (Sweden)

    Thiago Augusto da Cunha

    2013-01-01

    Full Text Available Reliable growth data from trees are important to establish a rational forest management. Characteristics from trees, like the size, crown architecture and competition indices have been used to mathematically describe the increment efficiently when associated with them. However, the precise role of these effects in the growth-modeling destined to tropical trees needs to be further studied. Here it is reconstructed the basal area increment (BAI of individual Cedrela odorata trees, sampled at Amazon forest, to develop a growth- model using potential-predictors like: (1 classical tree size; (2 morphometric data; (3 competition and (4 social position including liana loads. Despite the large variation in tree size and growth, we observed that these kinds of predictor variables described well the BAI in level of individual tree. The fitted mixed model achieve a high efficiency (R2=92.7 % and predicted 3-years BAI over bark for trees of Cedrela odorata ranging from 10 to 110 cm at diameter at breast height. Tree height, steam slenderness and crown formal demonstrated high influence in the BAI growth model and explaining most of the growth variance (Partial R2=87.2%. Competition variables had negative influence on the BAI, however, explained about 7% of the total variation. The introduction of a random parameter on the regressions model (mixed modelprocedure has demonstrated a better significance approach to the data observed and showed more realistic predictions than the fixed model.

  12. Interspecific variation in tree seedlings establishment in canopy gaps in relation to tree density

    Energy Technology Data Exchange (ETDEWEB)

    Reader, R.J.; Bonser, S.P.; Duralia, T.E.; Bricker, B.D. [Guelph Univ., ON (Canada). Dept. of Botany

    1995-10-01

    We tested whether interspecific variation in tree seedling establishment in canopy gaps was significantly related to interspecific variation in tree density, for seven deciduous forest tree species (Quercus alba, Hamamelis virginiana, Acer rubrum, Sassafras albidum, Quercus rubra, Prunus serotina, Ostrya virginiana). For each species, seedling establishment was calculated as the difference in seedling density before experimental gap creation versus three years after gap creation. In each of the six experimentally-created gap types (33% or 66% removal of tree basal area from 0.01ha, 0.05ha or 0.20ha patches), differences in seedling establishment among species were significantly related to differences in their density in the tree canopy. A regression model with log{sub e} tree density as the independent variable accounted for between 93% and 98% of interspecific variation in seedling establishment. Our results provide empirical support for models of tree dynamics in gaps that assume seedling establishment depends on canopy tree density. 17 refs, 1 fig, 3 tabs

  13. Monitoring Million Trees LA: Tree performance during the early years and future benefits

    Science.gov (United States)

    E. Gregory McPherson

    2014-01-01

    Million Trees LA (MTLA) is one of several large-scale mayoral tree planting initiatives striving to create more livable cities through urban forestry. This study combined field sampling of tree survival and growth with numerical modeling of future benefits to assess performance of MTLA plantings. From 2006 to 2010 MTLA planted a diverse mix of 91,786 trees....

  14. TreeNetViz: revealing patterns of networks over tree structures.

    Science.gov (United States)

    Gou, Liang; Zhang, Xiaolong Luke

    2011-12-01

    Network data often contain important attributes from various dimensions such as social affiliations and areas of expertise in a social network. If such attributes exhibit a tree structure, visualizing a compound graph consisting of tree and network structures becomes complicated. How to visually reveal patterns of a network over a tree has not been fully studied. In this paper, we propose a compound graph model, TreeNet, to support visualization and analysis of a network at multiple levels of aggregation over a tree. We also present a visualization design, TreeNetViz, to offer the multiscale and cross-scale exploration and interaction of a TreeNet graph. TreeNetViz uses a Radial, Space-Filling (RSF) visualization to represent the tree structure, a circle layout with novel optimization to show aggregated networks derived from TreeNet, and an edge bundling technique to reduce visual complexity. Our circular layout algorithm reduces both total edge-crossings and edge length and also considers hierarchical structure constraints and edge weight in a TreeNet graph. These experiments illustrate that the algorithm can reduce visual cluttering in TreeNet graphs. Our case study also shows that TreeNetViz has the potential to support the analysis of a compound graph by revealing multiscale and cross-scale network patterns. © 2011 IEEE

  15. Phylogenetic trees

    OpenAIRE

    Baños, Hector; Bushek, Nathaniel; Davidson, Ruth; Gross, Elizabeth; Harris, Pamela E.; Krone, Robert; Long, Colby; Stewart, Allen; Walker, Robert

    2016-01-01

    We introduce the package PhylogeneticTrees for Macaulay2 which allows users to compute phylogenetic invariants for group-based tree models. We provide some background information on phylogenetic algebraic geometry and show how the package PhylogeneticTrees can be used to calculate a generating set for a phylogenetic ideal as well as a lower bound for its dimension. Finally, we show how methods within the package can be used to compute a generating set for the join of any two ideals.

  16. Evaluation of a model for induction of periodontal disease in dogs

    Directory of Open Access Journals (Sweden)

    Rodrigo V. Sepúlveda

    2014-06-01

    Full Text Available There are several methods for inducing periodontal disease in animal models, being the bone defect one of the most reported. This study aimed to evaluate this model, through clinical, radiographic, tomographic and histological analyzes, thus providing standardized data for future regenerative works. Twelve dogs were subjected to the induction protocol. In a first surgical procedure, a mucoperiosteal flap was made on the buccal aspect of the right third and fourth premolars and a defect was produced exposing the furcation and mesial and distal roots, with dimensions: 5mm coronoapical, 5mm mesiodistal, and 3mm buccolingual. Periodontal ligament and cementum were curetted and the defect was filled with molding polyester, which was removed after 21 days on new surgical procedure. Clinical and radiographic examinations were performed after the two surgeries and before the collection of parts for dental tomography and histological analysis. All animals showed grade II furcation exposure in both teeth. Clinical attachment level increased after induction. Defect size did not change for coronoapical and buccolingual measurements, while mesiodistal size was significantly higher than at the time of defect production. Radiographic analysis showed decreased radiopacity and discontinuity of lamina dura in every tooth in the furcation area. The horizontal progression of the disease was evident in micro-computed tomography and defect content in the histological analysis. Therefore, it is concluded that this method promotes the induction of periodontal disease in dogs in a standardized way, thus being a good model for future work.

  17. Using ROC curves to compare neural networks and logistic regression for modeling individual noncatastrophic tree mortality

    Science.gov (United States)

    Susan L. King

    2003-01-01

    The performance of two classifiers, logistic regression and neural networks, are compared for modeling noncatastrophic individual tree mortality for 21 species of trees in West Virginia. The output of the classifier is usually a continuous number between 0 and 1. A threshold is selected between 0 and 1 and all of the trees below the threshold are classified as...

  18. Data acquisition in modeling using neural networks and decision trees

    Directory of Open Access Journals (Sweden)

    R. Sika

    2011-04-01

    Full Text Available The paper presents a comparison of selected models from area of artificial neural networks and decision trees in relation with actualconditions of foundry processes. The work contains short descriptions of used algorithms, their destination and method of data preparation,which is a domain of work of Data Mining systems. First part concerns data acquisition realized in selected iron foundry, indicating problems to solve in aspect of casting process modeling. Second part is a comparison of selected algorithms: a decision tree and artificial neural network, that is CART (Classification And Regression Trees and BP (Backpropagation in MLP (Multilayer Perceptron networks algorithms.Aim of the paper is to show an aspect of selecting data for modeling, cleaning it and reducing, for example due to too strong correlationbetween some of recorded process parameters. Also, it has been shown what results can be obtained using two different approaches:first when modeling using available commercial software, for example Statistica, second when modeling step by step using Excel spreadsheetbasing on the same algorithm, like BP-MLP. Discrepancy of results obtained from these two approaches originates from a priorimade assumptions. Mentioned earlier Statistica universal software package, when used without awareness of relations of technologicalparameters, i.e. without user having experience in foundry and without scheduling ranks of particular parameters basing on acquisition, can not give credible basis to predict the quality of the castings. Also, a decisive influence of data acquisition method has been clearly indicated, the acquisition should be conducted according to repetitive measurement and control procedures. This paper is based on about 250 records of actual data, for one assortment for 6 month period, where only 12 data sets were complete (including two that were used for validation of neural network and useful for creating a model. It is definitely too

  19. Nonparametric Tree-Based Predictive Modeling of Storm Outages on an Electric Distribution Network.

    Science.gov (United States)

    He, Jichao; Wanik, David W; Hartman, Brian M; Anagnostou, Emmanouil N; Astitha, Marina; Frediani, Maria E B

    2017-03-01

    This article compares two nonparametric tree-based models, quantile regression forests (QRF) and Bayesian additive regression trees (BART), for predicting storm outages on an electric distribution network in Connecticut, USA. We evaluated point estimates and prediction intervals of outage predictions for both models using high-resolution weather, infrastructure, and land use data for 89 storm events (including hurricanes, blizzards, and thunderstorms). We found that spatially BART predicted more accurate point estimates than QRF. However, QRF produced better prediction intervals for high spatial resolutions (2-km grid cells and towns), while BART predictions aggregated to coarser resolutions (divisions and service territory) more effectively. We also found that the predictive accuracy was dependent on the season (e.g., tree-leaf condition, storm characteristics), and that the predictions were most accurate for winter storms. Given the merits of each individual model, we suggest that BART and QRF be implemented together to show the complete picture of a storm's potential impact on the electric distribution network, which would allow for a utility to make better decisions about allocating prestorm resources. © 2016 Society for Risk Analysis.

  20. Higher Inductive Types as Homotopy-Initial Algebras

    Science.gov (United States)

    2016-08-01

    correspondence between Martin -Löf’s constructive type theory and ab- stract homotopy theory. We have a powerful interplay between these disciplines - we can...inductive types we call W-quotients which generalize Martin -Löf’s well-founded trees to a higher- dimensional setting. We have shown that a...27]). Among the most studied type theories is Martin -Löf’s intuition- istic type theory ([20, 22]), also known as constructive or dependent type

  1. Forward modelling of multi-component induction logging tools in layered anisotropic dipping formations

    International Nuclear Information System (INIS)

    Gao, Jie; Xu, Chenhao; Xiao, Jiaqi

    2013-01-01

    Multi-component induction logging provides great assistance in the exploration of thinly laminated reservoirs. The 1D parametric inversion following an adaptive borehole correction is the key step in the data processing of multi-component induction logging responses. To make the inversion process reasonably fast, an efficient forward modelling method is necessary. In this paper, a modelling method has been developed to simulate the multi-component induction tools in deviated wells drilled in layered anisotropic formations. With the introduction of generalized reflection coefficients, the analytic expressions of magnetic field in the form of a Sommerfeld integral were derived. The fast numerical computation of the integral has been completed by using the fast Fourier–Hankel transform and fast Hankel transform methods. The latter is so time efficient that it is competent enough for real-time multi-parameter inversion. In this paper, some simulated results have been presented and they are in excellent agreement with the finite difference method code's solution. (paper)

  2. Advanced Model of Squirrel Cage Induction Machine for Broken Rotor Bars Fault Using Multi Indicators

    Directory of Open Access Journals (Sweden)

    Ilias Ouachtouk

    2016-01-01

    Full Text Available Squirrel cage induction machine are the most commonly used electrical drives, but like any other machine, they are vulnerable to faults. Among the widespread failures of the induction machine there are rotor faults. This paper focuses on the detection of broken rotor bars fault using multi-indicator. However, diagnostics of asynchronous machine rotor faults can be accomplished by analysing the anomalies of machine local variable such as torque, magnetic flux, stator current and neutral voltage signature analysis. The aim of this research is to summarize the existing models and to develop new models of squirrel cage induction motors with consideration of the neutral voltage and to study the effect of broken rotor bars on the different electrical quantities such as the park currents, torque, stator currents and neutral voltage. The performance of the model was assessed by comparing the simulation and experimental results. The obtained results show the effectiveness of the model, and allow detection and diagnosis of these defects.

  3. A Model for the Detailed Analysis of Radio Links Involving Tree Canopies

    Directory of Open Access Journals (Sweden)

    F. Perez-Fontan

    2016-12-01

    Full Text Available Detailed analysis of tree canopy interaction with incident radiowaves has mainly been limited to remote sensing for the purpose of forest classification among many other applications. This represents a monostatic configuration, unlike the case of communication links, which are bistatic. In general, link analyses have been limited to the application of simple, empirical formulas based on the use of specific attenuation values in dB/m and the traversed vegetated mass as, e.g., the model in Recommendation ITU-R P.833-8 [1]. In remote sensing, two main techniques are used: Multiple Scattering Theory (MST [2][5] and Radiative Transfer Theory (RT, [5] and [6]. We have paid attention in the past to MST [7][10]. It was shown that a full application of MST leads to very long computation times which are unacceptable in the case where we have to analyze a scenario with several trees. Extensive work using MST has been also presented by others in [11][16] showing the interest in this technique. We have proposed a simplified model for scattering from tree canopies based on a hybridization of MST and a modified physical optics (PO approach [16]. We assume that propagation through a canopy is accounted for by using the complex valued propagation constant obtained by MST. Unlike the case when the full MST is applied, the proposed approach offers significant benefits including a direct software implementation and acceptable computation times even for high frequencies and electrically large canopies. The proposed model thus replaces the coherent component in MST, significant in the forward direction, but keeps the incoherent or diffuse scattering component present in all directions. The incoherent component can be calculated within reasonable times. Here, we present tests of the proposed model against MST using an artificial single-tree scenario at 2 GHz and 10 GHz.

  4. Physiological and biochemical characterization of mango tree with paclobutrazol application via irrigation.

    OpenAIRE

    SOUZA, M. A. de; MESQUITA, A. C.; SIMOES, W. L.; FERREITA, K. M.; ARAÚJO, E. F. J.

    2017-01-01

    Paclobutrazol application in mango tree floral induction is followed by changes in the hormonal balance and carbohydrates production. This study aimed at evaluating the physiological and biochemical variables of mango tree (Palmer cultivar) by applying paclobutrazol doses via irrigation. The experimental design was randomized blocks, with five paclobutrazol doses (0.7 g, 1.0 g, 1.3 g, 1.6 g and 1.9 g of a.i. per linear meter of canopy) and one additional treatment, with one dose in the conven...

  5. Low Tree-Growth Elasticity of Forest Biomass Indicated by an Individual-Based Model

    Directory of Open Access Journals (Sweden)

    Robbie A. Hember

    2018-01-01

    Full Text Available Environmental conditions and silviculture fundamentally alter the metabolism of individual trees and, therefore, need to be studied at that scale. However, changes in forest biomass density (Mg C ha−1 may be decoupled from changes in growth (kg C year−1 when the latter also accelerates the life cycle of trees and strains access to light, nutrients, and water. In this study, we refer to an individual-based model of forest biomass dynamics to constrain the magnitude of system feedbacks associated with ontogeny and competition and estimate the scaling relationship between changes in tree growth and forest biomass density. The model was driven by fitted equations of annual aboveground biomass growth (Gag, probability of recruitment (Pr, and probability of mortality (Pm parameterized against field observations of black spruce (Picea mariana (Mill. BSP, interior Douglas-fir (Pseudotsuga menziesii var. glauca (Beissn. Franco, and western hemlock (Tsuga heterophylla (Raf. Sarg.. A hypothetical positive step-change in mean tree growth was imposed half way through the simulations and landscape-scale responses were then evaluated by comparing pre- and post-stimulus periods. Imposing a 100% increase in tree growth above calibrated predictions (i.e., contemporary rates only translated into 36% to 41% increases in forest biomass density. This corresponded with a tree-growth elasticity of forest biomass (εG,SB ranging from 0.33 to 0.55. The inelastic nature of stand biomass density was attributed to the dependence of mortality on intensity of competition and tree size, which decreased stand density by 353 to 495 trees ha−1, and decreased biomass residence time by 10 to 23 years. Values of εG,SB depended on the magnitude of the stimulus. For example, a retrospective scenario in which tree growth increased from 50% below contemporary rates up to contemporary rates indicated values of εG,SB ranging from 0.66 to 0.75. We conclude that: (1 effects of

  6. A neural model of rule generation in inductive reasoning.

    Science.gov (United States)

    Rasmussen, Daniel; Eliasmith, Chris

    2011-01-01

    Inductive reasoning is a fundamental and complex aspect of human intelligence. In particular, how do subjects, given a set of particular examples, generate general descriptions of the rules governing that set? We present a biologically plausible method for accomplishing this task and implement it in a spiking neuron model. We demonstrate the success of this model by applying it to the problem domain of Raven's Progressive Matrices, a widely used tool in the field of intelligence testing. The model is able to generate the rules necessary to correctly solve Raven's items, as well as recreate many of the experimental effects observed in human subjects. Copyright © 2011 Cognitive Science Society, Inc.

  7. Modelling dimensional growth of three street tree species in the ...

    African Journals Online (AJOL)

    The results could also be used in the process of modelling energy use reduction, air pollution uptake, rainfall interception, carbon sequestration and microclimate modification of urban forests such as those found in the City of Tshwane. Keywords: allometry; regression; size relationships; tree growth; urban forests. Southern ...

  8. Spatial soil zinc content distribution from terrain parameters: A GIS-based decision-tree model in Lebanon

    Energy Technology Data Exchange (ETDEWEB)

    Bou Kheir, Rania, E-mail: rania.boukheir@agrsci.d [Lebanese University, Faculty of Letters and Human Sciences, Department of Geography, GIS Research Laboratory, P.O. Box 90-1065, Fanar (Lebanon); Department of Agroecology and Environment, Faculty of Agricultural Sciences (DJF), Aarhus University, Blichers Alle 20, P.O. Box 50, DK-8830 Tjele (Denmark); Greve, Mogens H. [Department of Agroecology and Environment, Faculty of Agricultural Sciences (DJF), Aarhus University, Blichers Alle 20, P.O. Box 50, DK-8830 Tjele (Denmark); Abdallah, Chadi [National Council for Scientific Research, Remote Sensing Center, P.O. Box 11-8281, Beirut (Lebanon); Dalgaard, Tommy [Department of Agroecology and Environment, Faculty of Agricultural Sciences (DJF), Aarhus University, Blichers Alle 20, P.O. Box 50, DK-8830 Tjele (Denmark)

    2010-02-15

    Heavy metal contamination has been and continues to be a worldwide phenomenon that has attracted a great deal of attention from governments and regulatory bodies. In this context, our study proposes a regression-tree model to predict the concentration level of zinc in the soils of northern Lebanon (as a case study of Mediterranean landscapes) under a GIS environment. The developed tree-model explained 88% of variance in zinc concentration using pH (100% in relative importance), surroundings of waste areas (90%), proximity to roads (80%), nearness to cities (50%), distance to drainage line (25%), lithology (24%), land cover/use (14%), slope gradient (10%), conductivity (7%), soil type (7%), organic matter (5%), and soil depth (5%). The overall accuracy of the quantitative zinc map produced (at 1:50.000 scale) was estimated to be 78%. The proposed tree model is relatively simple and may also be applied to other areas. - GIS regression-tree analysis explained 88% of the variability in field/laboratory Zinc concentrations.

  9. Spatial soil zinc content distribution from terrain parameters: A GIS-based decision-tree model in Lebanon

    International Nuclear Information System (INIS)

    Bou Kheir, Rania; Greve, Mogens H.; Abdallah, Chadi; Dalgaard, Tommy

    2010-01-01

    Heavy metal contamination has been and continues to be a worldwide phenomenon that has attracted a great deal of attention from governments and regulatory bodies. In this context, our study proposes a regression-tree model to predict the concentration level of zinc in the soils of northern Lebanon (as a case study of Mediterranean landscapes) under a GIS environment. The developed tree-model explained 88% of variance in zinc concentration using pH (100% in relative importance), surroundings of waste areas (90%), proximity to roads (80%), nearness to cities (50%), distance to drainage line (25%), lithology (24%), land cover/use (14%), slope gradient (10%), conductivity (7%), soil type (7%), organic matter (5%), and soil depth (5%). The overall accuracy of the quantitative zinc map produced (at 1:50.000 scale) was estimated to be 78%. The proposed tree model is relatively simple and may also be applied to other areas. - GIS regression-tree analysis explained 88% of the variability in field/laboratory Zinc concentrations.

  10. Identification of Influence of Part Tolerances of 3PWR-SE Pump On Its Total Efficiency Taking Into Consideration Multi-Valued Logic Trees

    Directory of Open Access Journals (Sweden)

    Deptuła Adam

    2017-03-01

    Full Text Available This paper presents the way of identifying the influence of the tolerance of model pumps (TYPE 3PWR-SE construction on the total efficiency. The identification of sensitive control dimensions (Value/Tolerance of examined pumps has been made by means of the multi-valued logic and inductive decision trees. In order to confirm the obtained results, multiple-valued logic trees have been used in the paper according to algorithms for the minimization of individual logic functions. What is more, a specific monotonicity of values of the most key parameters has been determined for the investigated set of pumps having individual specification numbers.

  11. Dynamic Average-Value Modeling of Doubly-Fed Induction Generator Wind Energy Conversion Systems

    Science.gov (United States)

    Shahab, Azin

    In a Doubly-fed Induction Generator (DFIG) wind energy conversion system, the rotor of a wound rotor induction generator is connected to the grid via a partial scale ac/ac power electronic converter which controls the rotor frequency and speed. In this research, detailed models of the DFIG wind energy conversion system with Sinusoidal Pulse-Width Modulation (SPWM) scheme and Optimal Pulse-Width Modulation (OPWM) scheme for the power electronic converter are developed in detail in PSCAD/EMTDC. As the computer simulation using the detailed models tends to be computationally extensive, time consuming and even sometimes not practical in terms of speed, two modified approaches (switching-function modeling and average-value modeling) are proposed to reduce the simulation execution time. The results demonstrate that the two proposed approaches reduce the simulation execution time while the simulation results remain close to those obtained using the detailed model simulation.

  12. Attack Trees with Sequential Conjunction

    NARCIS (Netherlands)

    Jhawar, Ravi; Kordy, Barbara; Mauw, Sjouke; Radomirović, Sasa; Trujillo-Rasua, Rolando

    2015-01-01

    We provide the first formal foundation of SAND attack trees which are a popular extension of the well-known attack trees. The SAND at- tack tree formalism increases the expressivity of attack trees by intro- ducing the sequential conjunctive operator SAND. This operator enables the modeling of

  13. An axisymmetrical non-linear finite element model for induction heating in injection molding tools

    DEFF Research Database (Denmark)

    Guerrier, Patrick; Nielsen, Kaspar Kirstein; Menotti, Stefano

    2016-01-01

    To analyze the heating and cooling phase of an induction heated injection molding tool accurately, the temperature dependent magnetic properties, namely the non-linear B-H curves, need to be accounted for in an induction heating simulation. Hence, a finite element model has been developed......, including the non-linear temperature dependent magnetic data described by a three-parameter modified Frohlich equation fitted to the magnetic saturation curve, and solved with an iterative procedure. The numerical calculations are compared with experiments conducted with two types of induction coils, built...... in to the injection molding tool. The model shows very good agreement with the experimental temperature measurements. It is also shown that the non-linearity can be used without the temperature dependency in some cases, and a proposed method is presented of how to estimate an effective linear permeability to use...

  14. Hydraulic Function in Australian Tree Species during Drought-Induced Mortality

    Science.gov (United States)

    Tissue, D.; Maier, C.; Creek, D.; Choat, B.

    2016-12-01

    Drought induced tree mortality and decline are key issues facing forest ecology and management. Here, we primarily investigated the hydraulic limitations underpinning drought-induced mortality in three Australian tree species. Using field-based large rainout shelters, three angiosperm species (Casuarina cunninghamiana, Eucalyptus sideroxylon, Eucalyptus tereticornis) were subjected to two successive drought and recovery cycles, prior to a subsequent long and extreme drought to mortality; total duration of experiment was 2.5 years. Leaf gas exchange, leaf and stem hydraulics, and carbon reserves were monitored during the experiment. Trees died as a result of failure in the hydraulic transport system, primarily related to water stress induced embolism. Stomatal closure occurred prior to the induction of significant embolism in the stem xylem of all species. Nonetheless, trees suffered a rapid decline in xylem water potential and increase in embolism during the severe drought treatment. Trees died at water potentials causing greater than 90% loss of hydraulic conductivity in the stem, providing support for the theory that lethal water potential is correlated with complete loss of hydraulic function in the stem xylem of angiosperms.

  15. Correspondence between spanning trees and the Ising model on a square lattice

    Science.gov (United States)

    Viswanathan, G. M.

    2017-06-01

    An important problem in statistical physics concerns the fascinating connections between partition functions of lattice models studied in equilibrium statistical mechanics on the one hand and graph theoretical enumeration problems on the other hand. We investigate the nature of the relationship between the number of spanning trees and the partition function of the Ising model on the square lattice. The spanning tree generating function T (z ) gives the spanning tree constant when evaluated at z =1 , while giving the lattice green function when differentiated. It is known that for the infinite square lattice the partition function Z (K ) of the Ising model evaluated at the critical temperature K =Kc is related to T (1 ) . Here we show that this idea in fact generalizes to all real temperatures. We prove that [Z(K ) s e c h 2 K ] 2=k exp[T (k )] , where k =2 tanh(2 K )s e c h (2 K ) . The identical Mahler measure connects the two seemingly disparate quantities T (z ) and Z (K ) . In turn, the Mahler measure is determined by the random walk structure function. Finally, we show that the the above correspondence does not generalize in a straightforward manner to nonplanar lattices.

  16. Electrical description of a magnetic pole enhanced inductively coupled plasma source: Refinement of the transformer model by reverse electromagnetic modeling

    International Nuclear Information System (INIS)

    Meziani, T.; Colpo, P.; Rossi, F.

    2006-01-01

    The magnetic pole enhanced inductively coupled source (MaPE-ICP) is an innovative low-pressure plasma source that allows for high plasma density and high plasma uniformity, as well as large-area plasma generation. This article presents an electrical characterization of this source, and the experimental measurements are compared to the results obtained after modeling the source by the equivalent circuit of the transformer. In particular, the method applied consists in performing a reverse electromagnetic modeling of the source by providing the measured plasma parameters such as plasma density and electron temperature as an input, and computing the total impedance seen at the primary of the transformer. The impedance results given by the model are compared to the experimental results. This approach allows for a more comprehensive refinement of the electrical model in order to obtain a better fitting of the results. The electrical characteristics of the system, and in particular the total impedance, were measured at the inductive coil antenna (primary of the transformer). The source was modeled electrically by a finite element method, treating the plasma as a conductive load and taking into account the complex plasma conductivity, the value of which was calculated from the electron density and electron temperature measurements carried out previously. The electrical characterization of the inductive excitation source itself versus frequency showed that the source cannot be treated as purely inductive and that the effect of parasitic capacitances must be taken into account in the model. Finally, considerations on the effect of the magnetic core addition on the capacitive component of the coupling are made

  17. Inductive Monitoring System (IMS)

    Data.gov (United States)

    National Aeronautics and Space Administration — IMS: Inductive Monitoring System The Inductive Monitoring System (IMS) is a tool that uses a data mining technique called clustering to extract models of normal...

  18. Development of a CFD Model Including Tree's Drag Parameterizations: Application to Pedestrian's Wind Comfort in an Urban Area

    Science.gov (United States)

    Kang, G.; Kim, J.

    2017-12-01

    This study investigated the tree's effect on wind comfort at pedestrian height in an urban area using a computational fluid dynamics (CFD) model. We implemented the tree's drag parameterization scheme to the CFD model and validated the simulated results against the wind-tunnel measurement data as well as LES data via several statistical methods. The CFD model underestimated (overestimated) the concentrations on the leeward (windward) walls inside the street canyon in the presence of trees, because the CFD model can't resolve the latticed cage and can't reflect the concentration increase and decrease caused by the latticed cage in the simulations. However, the scalar pollutants' dispersion simulated by the CFD model was quite similar to that in the wind-tunnel measurement in pattern and magnitude, on the whole. The CFD model overall satisfied the statistical validation indices (root normalized mean square error, geometric mean variance, correlation coefficient, and FAC2) but failed to satisfy the fractional bias and geometric mean bias due to the underestimation on the leeward wall and overestimation on the windward wall, showing that its performance was comparable to the LES's performance. We applied the CFD model to evaluation of the trees' effect on the pedestrian's wind-comfort in an urban area. To investigate sensory levels for human activities, the wind-comfort criteria based on Beaufort wind-force scales (BWSs) were used. In the tree-free scenario, BWS 4 and 5 (unpleasant condition for sitting long and sitting short, respectively) appeared in the narrow spaces between buildings, in the upwind side of buildings, and the unobstructed areas. In the tree scenario, BWSs decreased by 1 3 grade inside the campus of Pukyong National University located in the target area, which indicated that trees planted in the campus effectively improved pedestrian's wind comfort.

  19. Fault Tree Analysis with Temporal Gates and Model Checking Technique for Qualitative System Safety Analysis

    International Nuclear Information System (INIS)

    Koh, Kwang Yong; Seong, Poong Hyun

    2010-01-01

    Fault tree analysis (FTA) has suffered from several drawbacks such that it uses only static gates and hence can not capture dynamic behaviors of the complex system precisely, and it is in lack of rigorous semantics, and reasoning process which is to check whether basic events really cause top events is done manually and hence very labor-intensive and time-consuming for the complex systems while it has been one of the most widely used safety analysis technique in nuclear industry. Although several attempts have been made to overcome this problem, they can not still do absolute or actual time modeling because they adapt relative time concept and can capture only sequential behaviors of the system. In this work, to resolve the problems, FTA and model checking are integrated to provide formal, automated and qualitative assistance to informal and/or quantitative safety analysis. Our approach proposes to build a formal model of the system together with fault trees. We introduce several temporal gates based on timed computational tree logic (TCTL) to capture absolute time behaviors of the system and to give concrete semantics to fault tree gates to reduce errors during the analysis, and use model checking technique to automate the reasoning process of FTA

  20. High autumn temperature delays spring bud burst in boreal trees, counterbalancing the effect of climatic warming

    Energy Technology Data Exchange (ETDEWEB)

    Heide, O. M. [Agricultural Univesity of Norway, Department of Biology and Nature Conservation, As (Norway)

    2003-09-01

    The effect of temperature during short-day dormancy induction on the duration and stability of bud dormancy was examined in three boreal tree species (2 birches and 1 alder) grown in a controlled environment. The phenology of the latitudinal range of birch populations, and the relationship between spring bud burst and autumn and spring temperatures were also studied. Results showed that during short-day dormancy induction in the autumn high temperatures delayed bud burst in the following spring in both controlled and natural environments. It is suggested that this response to higher autumn temperatures may be a manifestation of a general synergism between high temperature and short-day photoperiodic processes, and may be an adaptive mechanism common to boreal trees. It is further conjectured that this mechanism may be important in counterbalancing the potentially adverse effects of higher winter temperatures on dormancy stability of boreal trees during climate warming. 23 refs., 2 tabs., 4 figs.

  1. An object-oriented forest landscape model and its representation of tree species

    Science.gov (United States)

    Hong S. He; David J. Mladenoff; Joel Boeder

    1999-01-01

    LANDIS is a forest landscape model that simulates the interaction of large landscape processes and forest successional dynamics at tree species level. We discuss how object-oriented design (OOD) approaches such as modularity, abstraction and encapsulation are integrated into the design of LANDIS. We show that using OOD approaches, model decisions (olden as model...

  2. Model-Independent Evaluation of Tumor Markers and a Logistic-Tree Approach to Diagnostic Decision Support

    Directory of Open Access Journals (Sweden)

    Weizeng Ni

    2014-01-01

    Full Text Available Sensitivity and specificity of using individual tumor markers hardly meet the clinical requirement. This challenge gave rise to many efforts, e.g., combing multiple tumor markers and employing machine learning algorithms. However, results from different studies are often inconsistent, which are partially attributed to the use of different evaluation criteria. Also, the wide use of model-dependent validation leads to high possibility of data overfitting when complex models are used for diagnosis. We propose two model-independent criteria, namely, area under the curve (AUC and Relief to evaluate the diagnostic values of individual and multiple tumor markers, respectively. For diagnostic decision support, we propose the use of logistic-tree which combines decision tree and logistic regression. Application on a colorectal cancer dataset shows that the proposed evaluation criteria produce results that are consistent with current knowledge. Furthermore, the simple and highly interpretable logistic-tree has diagnostic performance that is competitive with other complex models.

  3. A joint individual-based model coupling growth and mortality reveals that tree vigor is a key component of tropical forest dynamics.

    Science.gov (United States)

    Aubry-Kientz, Mélaine; Rossi, Vivien; Boreux, Jean-Jacques; Hérault, Bruno

    2015-06-01

    Tree vigor is often used as a covariate when tree mortality is predicted from tree growth in tropical forest dynamic models, but it is rarely explicitly accounted for in a coherent modeling framework. We quantify tree vigor at the individual tree level, based on the difference between expected and observed growth. The available methods to join nonlinear tree growth and mortality processes are not commonly used by forest ecologists so that we develop an inference methodology based on an MCMC approach, allowing us to sample the parameters of the growth and mortality model according to their posterior distribution using the joint model likelihood. We apply our framework to a set of data on the 20-year dynamics of a forest in Paracou, French Guiana, taking advantage of functional trait-based growth and mortality models already developed independently. Our results showed that growth and mortality are intimately linked and that the vigor estimator is an essential predictor of mortality, highlighting that trees growing more than expected have a far lower probability of dying. Our joint model methodology is sufficiently generic to be used to join two longitudinal and punctual linked processes and thus may be applied to a wide range of growth and mortality models. In the context of global changes, such joint models are urgently needed in tropical forests to analyze, and then predict, the effects of the ongoing changes on the tree dynamics in hyperdiverse tropical forests.

  4. Trimming a hazard logic tree with a new model-order-reduction technique

    Science.gov (United States)

    Porter, Keith; Field, Edward; Milner, Kevin R

    2017-01-01

    The size of the logic tree within the Uniform California Earthquake Rupture Forecast Version 3, Time-Dependent (UCERF3-TD) model can challenge risk analyses of large portfolios. An insurer or catastrophe risk modeler concerned with losses to a California portfolio might have to evaluate a portfolio 57,600 times to estimate risk in light of the hazard possibility space. Which branches of the logic tree matter most, and which can one ignore? We employed two model-order-reduction techniques to simplify the model. We sought a subset of parameters that must vary, and the specific fixed values for the remaining parameters, to produce approximately the same loss distribution as the original model. The techniques are (1) a tornado-diagram approach we employed previously for UCERF2, and (2) an apparently novel probabilistic sensitivity approach that seems better suited to functions of nominal random variables. The new approach produces a reduced-order model with only 60 of the original 57,600 leaves. One can use the results to reduce computational effort in loss analyses by orders of magnitude.

  5. Evaluation of the ENVI-Met Vegetation Model of Four Common Tree Species in a Subtropical Hot-Humid Area

    Directory of Open Access Journals (Sweden)

    Zhixin Liu

    2018-05-01

    Full Text Available Urban trees can significantly improve the outdoor thermal environment, especially in subtropical zones. However, due to the lack of fundamental evaluations of numerical simulation models, design and modification strategies for optimizing the thermal environment in subtropical hot-humid climate zones cannot be proposed accurately. To resolve this issue, this study investigated the physiological parameters (leaf surface temperature and vapor flux and thermal effects (solar radiation, air temperature, and humidity of four common tree species (Michelia alba, Mangifera indica, Ficus microcarpa, and Bauhinia blakeana in both spring and summer in Guangzhou, China. A comprehensive comparison of the observed and modeled data from ENVI-met (v4.2 Science, a three-dimensional microclimate model was performed. The results show that the most fundamental weakness of ENVI-met is the limitation of input solar radiation, which cannot be input hourly in the current version and may impact the thermal environment in simulation. For the tree model, the discrepancy between modeled and observed microclimate parameters was acceptable. However, for the physiological parameters, ENVI-met tended to overestimate the leaf surface temperature and underestimate the vapor flux, especially at midday in summer. The simplified calculation of the tree model may be one of the main reasons. Furthermore, the thermal effect of trees, meaning the differences between nearby treeless sites and shaded areas, were all underestimated in ENVI-met for each microclimate variable. This study shows that the tree model is suitable in subtropical hot-humid climates, but also needs some improvement.

  6. Modelling tree dynamics to assess the implementation of EU policies related to afforestation in SW Spain rangelands

    Science.gov (United States)

    Herguido, Estela; Pulido, Manuel; Francisco Lavado Contador, Joaquín; Schnabel, Susanne

    2017-04-01

    In Iberian dehesas and montados, the lack of tree recruitment compromises its long-term sustainability. However, in marginal areas of dehesas shrub encroachment facilitates tree recruitment while altering the distinctive physiognomic and cultural characteristics of the system. These are ongoing processes that should be considered when designing afforestation measures and policies. Based on spatial variables, we modeled the proneness of a piece of land to undergo tree recruitment and the results were related with the afforestation measures carried out under the UE First Afforestation Agricultural Land Program between 1992 and 2008. We analyzed the temporal tree population dynamics in 800 randomly selected plots of 100 m radius (2,510 ha in total) in dehesas and treeless pasturelands of Extremadura (hereafter rangelands). Tree changes were revealed by comparing aerial images taken in 1956 with orthophotographs and infrared ones from 2012. Spatial models that predict the areas prone either to lack tree recruitment or with recruitment were developed and based on three data mining algorithms: MARS (Multivariate Adaptive Regression Splines), Random Forest (RF) and Stochastic Gradient Boosting (Tree-Net, TN). Recruited-tree locations (1) vs. locations of places with no recruitment (0) (randomly selected from the study areas) were used as the binary dependent variable. A 5% of the data were used as test data set. As candidate explanatory variables we used 51 different topographic, climatic, bioclimatic, land cover-related and edaphic ones. The statistical models developed were extrapolated to the spatial context of the afforested areas in the region and also to the whole Extremenian rangelands, and the percentage of area modelled as prone to tree recruitment was calculated for each case. A total of 46,674.63 ha were afforested with holm oak (Quercus ilex) or cork oak (Quercus suber) in the studied rangelands under the UE First Afforestation Agricultural Land Program. In

  7. Capacitance Regression Modelling Analysis on Latex from Selected Rubber Tree Clones

    International Nuclear Information System (INIS)

    Rosli, A D; Baharudin, R; Hashim, H; Khairuzzaman, N A; Mohd Sampian, A F; Abdullah, N E; Kamaru'zzaman, M; Sulaiman, M S

    2015-01-01

    This paper investigates the capacitance regression modelling performance of latex for various rubber tree clones, namely clone 2002, 2008, 2014 and 3001. Conventionally, the rubber tree clones identification are based on observation towards tree features such as shape of leaf, trunk, branching habit and pattern of seeds texture. The former method requires expert persons and very time-consuming. Currently, there is no sensing device based on electrical properties that can be employed to measure different clones from latex samples. Hence, with a hypothesis that the dielectric constant of each clone varies, this paper discusses the development of a capacitance sensor via Capacitance Comparison Bridge (known as capacitance sensor) to measure an output voltage of different latex samples. The proposed sensor is initially tested with 30ml of latex sample prior to gradually addition of dilution water. The output voltage and capacitance obtained from the test are recorded and analyzed using Simple Linear Regression (SLR) model. This work outcome infers that latex clone of 2002 has produced the highest and reliable linear regression line with determination coefficient of 91.24%. In addition, the study also found that the capacitive elements in latex samples deteriorate if it is diluted with higher volume of water. (paper)

  8. Modeled PM2.5 removal by trees in ten U.S. cities and associated health effects

    International Nuclear Information System (INIS)

    Nowak, David J.; Hirabayashi, Satoshi; Bodine, Allison; Hoehn, Robert

    2013-01-01

    Urban particulate air pollution is a serious health issue. Trees within cities can remove fine particles from the atmosphere and consequently improve air quality and human health. Tree effects on PM 2.5 concentrations and human health are modeled for 10 U.S. cities. The total amount of PM 2.5 removed annually by trees varied from 4.7 tonnes in Syracuse to 64.5 tonnes in Atlanta, with annual values varying from $1.1 million in Syracuse to $60.1 million in New York City. Most of these values were from the effects of reducing human mortality. Mortality reductions were typically around 1 person yr −1 per city, but were as high as 7.6 people yr −1 in New York City. Average annual percent air quality improvement ranged between 0.05% in San Francisco and 0.24% in Atlanta. Understanding the impact of urban trees on air quality can lead to improved urban forest management strategies to sustain human health in cities. -- Highlights: •Paper provides the first broad-scale estimates of city-wide tree impacts on PM 2.5 . •Trees improve overall air quality by intercepting particulate matter. •Particle resuspension can lead to short-term increases in pollutant concentrations. •Urban trees produce substantial health improvements and values. -- Air pollution modeling reveals broad-scale impacts of pollution removal by urban trees on PM 2.5 concentrations and human health

  9. Promoting Picture Word Inductive Model (PWIM to Develop Students’ Writing Skill

    Directory of Open Access Journals (Sweden)

    Fitri Novia

    2015-04-01

    Full Text Available Abstract: The objective of this study was to find out whether or not there was significant difference between students who were taught using picture word inductive model (PWIM and that of those who were not. The experimental method was used to conduct the study. The population of this study was the eighth grade students in SMP N 1 Sirah Pulau Padang.  Out of this pouplation, 68 students were taken as a sample and were divided  equally into two groups by using purposive sampling method. Therefore, class VIII 1 was the experimental group whereas VIII 3 as the control group, each of them consists of 34 students. The data were collected by asking students to write descriptive paragraph. To find out the validity, content validity was used. Inter-rater reliability was used to find out the reliability. T-test was used to analyze the data. Based on the result, the value of t-obtained was 3.155, at the significant level p<0.05 in two tailed testing with do = 66, the critical value of t-table = 1.9966. Since the value of t-obtained was higher than t-table, the Null Hypotheses (Ho was rejected and Alternative Analysis (Ha was accepted. It meant that there was significant difference between students who were taught using picture word inductive model (PWIM and that of those who were not. In conclusion, PWIM could help students to develop writing skill.   Key Word: Writing skill, Picture Word Inductive Model (PWIM.

  10. Influence of micro-topography and crown characteristics on tree height estimations in tropical forests based on LiDAR canopy height models

    Science.gov (United States)

    Alexander, Cici; Korstjens, Amanda H.; Hill, Ross A.

    2018-03-01

    Tree or canopy height is an important attribute for carbon stock estimation, forest management and habitat quality assessment. Airborne Laser Scanning (ALS) based on Light Detection and Ranging (LiDAR) has advantages over other remote sensing techniques for describing the structure of forests. However, sloped terrain can be challenging for accurate estimation of tree locations and heights based on a Canopy Height Model (CHM) generated from ALS data; a CHM is a height-normalised Digital Surface Model (DSM) obtained by subtracting a Digital Terrain Model (DTM) from a DSM. On sloped terrain, points at the same elevation on a tree crown appear to increase in height in the downhill direction, based on the ground elevations at these points. A point will be incorrectly identified as the treetop by individual tree crown (ITC) recognition algorithms if its height is greater than that of the actual treetop in the CHM, which will be recorded as the tree height. In this study, the influence of terrain slope and crown characteristics on the detection of treetops and estimation of tree heights is assessed using ALS data in a tropical forest with complex terrain (i.e. micro-topography) and tree crown characteristics. Locations and heights of 11,442 trees based on a DSM are compared with those based on a CHM. The horizontal (DH) and vertical displacements (DV) increase with terrain slope (r = 0.47 and r = 0.54 respectively, p tree height are up to 16.6 m on slopes greater than 50° in our study area in Sumatra. The errors in locations (DH) and tree heights (DV) are modelled for trees with conical and spherical tree crowns. For a spherical tree crown, DH can be modelled as R sin θ, and DV as R (sec θ - 1). In this study, a model is developed for an idealised conical tree crown, DV = R (tan θ - tan ψ), where R is the crown radius, and θ and ψ are terrain and crown angles respectively. It is shown that errors occur only when terrain angle exceeds the crown angle, with the

  11. Inverse modeling and animation of growing single-stemmed trees at interactive rates

    Science.gov (United States)

    S. Rudnick; L. Linsen; E.G. McPherson

    2007-01-01

    For city planning purposes, animations of growing trees of several species can be used to deduce which species may best fit a particular environment. The models used for the animation must conform to real measured data. We present an approach for inverse modeling to fit global growth parameters. The model comprises local production rules, which are iteratively and...

  12. Effects of sample survey design on the accuracy of classification tree models in species distribution models

    Science.gov (United States)

    Thomas C. Edwards; D. Richard Cutler; Niklaus E. Zimmermann; Linda Geiser; Gretchen G. Moisen

    2006-01-01

    We evaluated the effects of probabilistic (hereafter DESIGN) and non-probabilistic (PURPOSIVE) sample surveys on resultant classification tree models for predicting the presence of four lichen species in the Pacific Northwest, USA. Models derived from both survey forms were assessed using an independent data set (EVALUATION). Measures of accuracy as gauged by...

  13. Novel 3D geometry and models of the lower regions of large trees for use in carbon accounting of primary forests.

    Science.gov (United States)

    Dean, Christopher; Kirkpatrick, Jamie B; Osborn, Jon; Doyle, Richard B; Fitzgerald, Nicholas B; Roxburgh, Stephen H

    2018-03-01

    There is high uncertainty in the contribution of land-use change to anthropogenic climate change, especially pertaining to below-ground carbon loss resulting from conversion of primary-to-secondary forest. Soil organic carbon (SOC) and coarse roots are concentrated close to tree trunks, a region usually unmeasured during soil carbon sampling. Soil carbon estimates and their variation with land-use change have not been correspondingly adjusted. Our aim was to deduce allometric equations that will allow improvement of SOC estimates and tree trunk carbon estimates, for primary forest stands that include large trees in rugged terrain. Terrestrial digital photography, photogrammetry and GIS software were used to produce 3D models of the buttresses, roots and humus mounds of large trees in primary forests dominated by Eucalyptus regnans in Tasmania. Models of 29, in situ eucalypts were made and analysed. 3D models of example eucalypt roots, logging debris, rainforest tree species, fallen trees, branches, root and trunk slices, and soil profiles were also derived. Measurements in 2D, from earlier work, of three buttress 'logs' were added to the data set. The 3D models had high spatial resolution. The modelling allowed checking and correction of field measurements. Tree anatomical detail was formulated, such as buttress shape, humus volume, root volume in the under-sampled zone and trunk hollow area. The allometric relationships developed link diameter at breast height and ground slope, to SOC and tree trunk carbon, the latter including a correction for senescence. These formulae can be applied to stand-level carbon accounting. The formulae allow the typically measured, inter-tree SOC to be corrected for not sampling near large trees. The 3D models developed are irreplaceable, being for increasingly rare, large trees, and they could be useful to other scientific endeavours.

  14. A System to Derive Optimal Tree Diameter Increment Models from the Eastwide Forest Inventory Data Base (EFIDB)

    Science.gov (United States)

    Don C. Bragg

    2002-01-01

    This article is an introduction to the computer software used by the Potential Relative Increment (PRI) approach to optimal tree diameter growth modeling. These DOS programs extract qualified tree and plot data from the Eastwide Forest Inventory Data Base (EFIDB), calculate relative tree increment, sort for the highest relative increments by diameter class, and...

  15. Model Persamaan Massa Karbon Akar Pohon dan Root-Shoot Ratio Massa Karbon (Equation Models of Tree Root Carbon Mass and Root-Shoot Carbon Mass Ratio

    Directory of Open Access Journals (Sweden)

    Elias .

    2011-03-01

    Full Text Available The case study was conducted in the area of Acacia mangium plantation at BKPH Parung Panjang, KPH Bogor. The objective of the study was to formulate equation models of tree root carbon mass and root to shoot carbon mass ratio of the plantation. It was found that carbon content in the parts of tree biomass (stems, branches, twigs, leaves, and roots was different, in which the highest and the lowest carbon content was in the main stem of the tree and in the leaves, respectively. The main stem and leaves of tree accounted for 70% of tree biomass. The root-shoot ratio of root biomass to tree biomass above the ground and the root-shoot ratio of root biomass to main stem biomass was 0.1443 and 0.25771, respectively, in which 75% of tree carbon mass was in the main stem and roots of tree. It was also found that the root-shoot ratio of root carbon mass to tree carbon mass above the ground and the root-shoot ratio of root carbon mass to tree main stem carbon mass was 0.1442 and 0.2034, respectively. All allometric equation models of tree root carbon mass of A. mangium have a high goodness-of-fit as indicated by its high adjusted R2.Keywords: Acacia mangium, allometric, root-shoot ratio, biomass, carbon mass

  16. A simple model for induction core voltage distributions

    International Nuclear Information System (INIS)

    Briggs, Richard J.; Fawley, William M.

    2004-01-01

    In fall 2003 T. Hughes of MRC used a full EM simulation code (LSP) to show that the electric field stress distribution near the outer radius of the longitudinal gaps between the four Metglas induction cores is very nonuniform in the original design of the DARHT-2 accelerator cells. In this note we derive a simple model of the electric field distribution in the induction core region to provide physical insights into this result. The starting point in formulating our model is to recognize that the electromagnetic fields in the induction core region of the DARHT-2 accelerator cells should be accurately represented within a quasi-static approximation because the timescale for the fields to change is much longer than the EM wave propagation time. The difficulty one faces is the fact that the electric field is a mixture of both a ''quasi-magnetostatic field'' (having a nonzero curl, with Bdot the source) and a ''quasi-electrostatic field'' (the source being electric charges on the various metal surfaces). We first discuss the EM field structure on the ''micro-scale'' of individual tape windings in Section 2. The insights from that discussion are then used to formulate a ''macroscopic'' description of the fields inside an ''equivalent homogeneous tape wound core region'' in Section 3. This formulation explicitly separates the nonlinear core magnetics from the quasi-electrostatic components of the electric field. In Section 4 a physical interpretation of the radial dependence of the electrostatic component of the electric field derived from this model is presented in terms of distributed capacitances, and the voltage distribution from gap to gap is related to various ''equivalent'' lumped capacitances. Analytic solutions of several simple multi-core cases are presented in Sections 5 and 6 to help provide physical insight into the effect of various proposed changes in the geometrical parameters of the DARHT-2 accelerator cell. Our results show that over most of the gap

  17. Quantifying the Variability of Internode Allometry within and between Trees for Pinus tabulaeformis Carr. Using a Multilevel Nonlinear Mixed-Effect Model

    Directory of Open Access Journals (Sweden)

    Jun Diao

    2014-11-01

    Full Text Available Allometric models of internodes are an important component of Functional-Structural Plant Models (FSPMs, which represent the shape of internodes in tree architecture and help our understanding of resource allocation in organisms. Constant allometry is always assumed in these models. In this paper, multilevel nonlinear mixed-effect models were used to characterize the variability of internode allometry, describing the relationship between the last internode length and biomass of Pinus tabulaeformis Carr. trees within the GreenLab framework. We demonstrated that there is significant variability in allometric relationships at the tree and different-order branch levels, and the variability decreases among levels from trees to first-order branches and, subsequently, to second-order branches. The variability was partially explained by the random effects of site characteristics, stand age, density, and topological position of the internode. Tree- and branch-level-specific allometric models are recommended because they produce unbiased and accurate internode length estimates. The model and method developed in this study are useful for understanding and describing the structure and functioning of trees.

  18. Assessment of wastewater treatment facility compliance with decreasing ammonia discharge limits using a regression tree model.

    Science.gov (United States)

    Suchetana, Bihu; Rajagopalan, Balaji; Silverstein, JoAnn

    2017-11-15

    A regression tree-based diagnostic approach is developed to evaluate factors affecting US wastewater treatment plant compliance with ammonia discharge permit limits using Discharge Monthly Report (DMR) data from a sample of 106 municipal treatment plants for the period of 2004-2008. Predictor variables used to fit the regression tree are selected using random forests, and consist of the previous month's effluent ammonia, influent flow rates and plant capacity utilization. The tree models are first used to evaluate compliance with existing ammonia discharge standards at each facility and then applied assuming more stringent discharge limits, under consideration in many states. The model predicts that the ability to meet both current and future limits depends primarily on the previous month's treatment performance. With more stringent discharge limits predicted ammonia concentration relative to the discharge limit, increases. In-sample validation shows that the regression trees can provide a median classification accuracy of >70%. The regression tree model is validated using ammonia discharge data from an operating wastewater treatment plant and is able to accurately predict the observed ammonia discharge category approximately 80% of the time, indicating that the regression tree model can be applied to predict compliance for individual treatment plants providing practical guidance for utilities and regulators with an interest in controlling ammonia discharges. The proposed methodology is also used to demonstrate how to delineate reliable sources of demand and supply in a point source-to-point source nutrient credit trading scheme, as well as how planners and decision makers can set reasonable discharge limits in future. Copyright © 2017 Elsevier B.V. All rights reserved.

  19. The accuracy of matrix population model projections for coniferous trees in the Sierra Nevada, California

    Science.gov (United States)

    van Mantgem, P.J.; Stephenson, N.L.

    2005-01-01

    1 We assess the use of simple, size-based matrix population models for projecting population trends for six coniferous tree species in the Sierra Nevada, California. We used demographic data from 16 673 trees in 15 permanent plots to create 17 separate time-invariant, density-independent population projection models, and determined differences between trends projected from initial surveys with a 5-year interval and observed data during two subsequent 5-year time steps. 2 We detected departures from the assumptions of the matrix modelling approach in terms of strong growth autocorrelations. We also found evidence of observation errors for measurements of tree growth and, to a more limited degree, recruitment. Loglinear analysis provided evidence of significant temporal variation in demographic rates for only two of the 17 populations. 3 Total population sizes were strongly predicted by model projections, although population dynamics were dominated by carryover from the previous 5-year time step (i.e. there were few cases of recruitment or death). Fractional changes to overall population sizes were less well predicted. Compared with a null model and a simple demographic model lacking size structure, matrix model projections were better able to predict total population sizes, although the differences were not statistically significant. Matrix model projections were also able to predict short-term rates of survival, growth and recruitment. Mortality frequencies were not well predicted. 4 Our results suggest that simple size-structured models can accurately project future short-term changes for some tree populations. However, not all populations were well predicted and these simple models would probably become more inaccurate over longer projection intervals. The predictive ability of these models would also be limited by disturbance or other events that destabilize demographic rates. ?? 2005 British Ecological Society.

  20. Water transport through tall trees: A vertically-explicit, analytical model of xylem hydraulic conductance in stems.

    Science.gov (United States)

    Couvreur, Valentin; Ledder, Glenn; Manzoni, Stefano; Way, Danielle A; Muller, Erik B; Russo, Sabrina E

    2018-05-08

    Trees grow by vertically extending their stems, so accurate stem hydraulic models are fundamental to understanding the hydraulic challenges faced by tall trees. Using a literature survey, we showed that many tree species exhibit continuous vertical variation in hydraulic traits. To examine the effects of this variation on hydraulic function, we developed a spatially-explicit, analytical water transport model for stems. Our model allows Huber ratio, stem-saturated conductivity, pressure at 50% loss of conductivity, leaf area, and transpiration rate to vary continuously along the hydraulic path. Predictions from our model differ from a matric flux potential model parameterized with uniform traits. Analyses show that cavitation is a whole-stem emergent property resulting from nonlinear pressure-conductivity feedbacks that, with gravity, cause impaired water transport to accumulate along the path. Because of the compounding effects of vertical trait variation on hydraulic function, growing proportionally more sapwood and building tapered xylem with height, as well as reducing xylem vulnerability only at branch tips while maintaining transport capacity at the stem base, can compensate for these effects. We therefore conclude that the adaptive significance of vertical variation in stem hydraulic traits is to allow trees to grow tall and tolerate operating near their hydraulic limits. This article is protected by copyright. All rights reserved.

  1. Plasma internal inductance dynamics in a tokamak

    International Nuclear Information System (INIS)

    Romero, J.A.

    2010-01-01

    A lumped parameter model for tokamak plasma current and inductance time evolution as a function of plasma resistance, non-inductive current drive sources and boundary voltage or poloidal field coil current drive is presented. The model includes a novel formulation leading to exact equations for internal inductance and plasma current dynamics. Having in mind its application in a tokamak inductive control system, the model is expressed in state space form, the preferred choice for the design of control systems using modern control systems theory. The choice of system states allows many interesting physical quantities such as plasma current, inductance, magnetic energy, and resistive and inductive fluxes be made available as output equations. The model is derived from energy conservation theorem, and flux balance theorems, together with a first order approximation for flux diffusion dynamics. The validity of this approximation has been checked using experimental data from JET showing an excellent agreement.

  2. Generalized two axes model of a squirrel-cage induction motor for rotor fault diagnosis

    Directory of Open Access Journals (Sweden)

    Samir Hamdani

    2008-01-01

    Full Text Available A generalized two axes model of a squirrel-cage induction motor is developed This model is based on a winding function approach and the coupled magnetic circuit theory and takes into account the stator and the rotor asymmetries due to faults. This paper presents a computer simulation and experimental dynamic characteristics for a healthy induction machine, machine with one broken bar and a machine with two broken bars. The results illustrate good agreement between both simulated and experimental results. Also, the power spectral density PSD was performed to obtain a stator current spectrum.

  3. Modeling whole-tree carbon assimilation rate using observed transpiration rates and needle sugar carbon isotope ratios.

    Science.gov (United States)

    Hu, Jia; Moore, David J P; Riveros-Iregui, Diego A; Burns, Sean P; Monson, Russell K

    2010-03-01

    *Understanding controls over plant-atmosphere CO(2) exchange is important for quantifying carbon budgets across a range of spatial and temporal scales. In this study, we used a simple approach to estimate whole-tree CO(2) assimilation rate (A(Tree)) in a subalpine forest ecosystem. *We analysed the carbon isotope ratio (delta(13)C) of extracted needle sugars and combined it with the daytime leaf-to-air vapor pressure deficit to estimate tree water-use efficiency (WUE). The estimated WUE was then combined with observations of tree transpiration rate (E) using sap flow techniques to estimate A(Tree). Estimates of A(Tree) for the three dominant tree species in the forest were combined with species distribution and tree size to estimate and gross primary productivity (GPP) using an ecosystem process model. *A sensitivity analysis showed that estimates of A(Tree) were more sensitive to dynamics in E than delta(13)C. At the ecosystem scale, the abundance of lodgepole pine trees influenced seasonal dynamics in GPP considerably more than Engelmann spruce and subalpine fir because of its greater sensitivity of E to seasonal climate variation. *The results provide the framework for a nondestructive method for estimating whole-tree carbon assimilation rate and ecosystem GPP over daily-to weekly time scales.

  4. Numerical modeling and design of a disk-type rotating permanent magnet induction pump

    Energy Technology Data Exchange (ETDEWEB)

    Koroteeva, E., E-mail: koroteeva@physics.msu.ru [Institute of Physics of University of Latvia, Salaspils 2169 (Latvia); Lomonosov Moscow State University, Moscow 119991 (Russian Federation); Ščepanskis, M. [Laboratory for Mathematical Modelling of Environmental and Technological Processes, University of Latvia, Rīga 1002 (Latvia); Bucenieks, I.; Platacis, E. [Institute of Physics of University of Latvia, Salaspils 2169 (Latvia)

    2016-05-15

    Highlights: • The design and performance of a disk-type induction pump are described. • A 3D numerical model based on an iterative coupling between EM and hydrodynamic solvers is developed. • The model is verified by comparing with the experiments in a Pb-Bi loop facility. • The suggestions are given to estimate the pump performance in a Pb-Li loop at high pressures. - Abstract: Electromagnetic induction pumps with rotating permanent magnets appear to be the most promising devices to transport liquid metals in high-temperature applications. Here we present a numerical methodology to simulate the operation of one particular modification of these types of pumps: a disk-type induction pump. The numerical model allows for the calculation and analysis of the flow parameters, including the pressure–flow rate characteristics of the pump. The simulations are based on an iterative fully coupled scheme for electromagnetic and hydrodynamic solvers. The developed model is verified by comparing with experimental data obtained using a Pb-Bi loop test facility, for pressures up to 4 bar and flow rates up to 9 kg/s. The verified model is then expanded to higher pressures, beyond the limits of the experimental loop. Based on the numerical simulations, suggestions are given to extrapolate experimental data to higher (industrially important) pressure ranges. Using the numerical model and analytical estimation, the pump performance for the Pb-Li loop is also examined, and the ability of the designed pump to develop pressure heads over 6 bar and to provide flow rates over 15 kg/s is shown.

  5. Transcription Profiles Reveal Sugar and Hormone Signaling Pathways Mediating Flower Induction in Apple (Malus domestica Borkh.).

    Science.gov (United States)

    Xing, Li-Bo; Zhang, Dong; Li, You-Mei; Shen, Ya-Wen; Zhao, Cai-Ping; Ma, Juan-Juan; An, Na; Han, Ming-Yu

    2015-10-01

    Flower induction in apple (Malus domestica Borkh.) is regulated by complex gene networks that involve multiple signal pathways to ensure flower bud formation in the next year, but the molecular determinants of apple flower induction are still unknown. In this research, transcriptomic profiles from differentiating buds allowed us to identify genes potentially involved in signaling pathways that mediate the regulatory mechanisms of flower induction. A hypothetical model for this regulatory mechanism was obtained by analysis of the available transcriptomic data, suggesting that sugar-, hormone- and flowering-related genes, as well as those involved in cell-cycle induction, participated in the apple flower induction process. Sugar levels and metabolism-related gene expression profiles revealed that sucrose is the initiation signal in flower induction. Complex hormone regulatory networks involved in cytokinin (CK), abscisic acid (ABA) and gibberellic acid pathways also induce apple flower formation. CK plays a key role in the regulation of cell formation and differentiation, and in affecting flowering-related gene expression levels during these processes. Meanwhile, ABA levels and ABA-related gene expression levels gradually increased, as did those of sugar metabolism-related genes, in developing buds, indicating that ABA signals regulate apple flower induction by participating in the sugar-mediated flowering pathway. Furthermore, changes in sugar and starch deposition levels in buds can be affected by ABA content and the expression of the genes involved in the ABA signaling pathway. Thus, multiple pathways, which are mainly mediated by crosstalk between sugar and hormone signals, regulate the molecular network involved in bud growth and flower induction in apple trees. © The Author 2015. Published by Oxford University Press on behalf of Japanese Society of Plant Physiologists.

  6. Comparative analysis of tree classification models for detecting fusarium oxysporum f. sp cubense (TR4) based on multi soil sensor parameters

    Science.gov (United States)

    Estuar, Maria Regina Justina; Victorino, John Noel; Coronel, Andrei; Co, Jerelyn; Tiausas, Francis; Señires, Chiara Veronica

    2017-09-01

    Use of wireless sensor networks and smartphone integration design to monitor environmental parameters surrounding plantations is made possible because of readily available and affordable sensors. Providing low cost monitoring devices would be beneficial, especially to small farm owners, in a developing country like the Philippines, where agriculture covers a significant amount of the labor market. This study discusses the integration of wireless soil sensor devices and smartphones to create an application that will use multidimensional analysis to detect the presence or absence of plant disease. Specifically, soil sensors are designed to collect soil quality parameters in a sink node from which the smartphone collects data from via Bluetooth. Given these, there is a need to develop a classification model on the mobile phone that will report infection status of a soil. Though tree classification is the most appropriate approach for continuous parameter-based datasets, there is a need to determine whether tree models will result to coherent results or not. Soil sensor data that resides on the phone is modeled using several variations of decision tree, namely: decision tree (DT), best-fit (BF) decision tree, functional tree (FT), Naive Bayes (NB) decision tree, J48, J48graft and LAD tree, where decision tree approaches the problem by considering all sensor nodes as one. Results show that there are significant differences among soil sensor parameters indicating that there are variances in scores between the infected and uninfected sites. Furthermore, analysis of variance in accuracy, recall, precision and F1 measure scores from tree classification models homogeneity among NBTree, J48graft and J48 tree classification models.

  7. Ethnographic Decision Tree Modeling: A Research Method for Counseling Psychology.

    Science.gov (United States)

    Beck, Kirk A.

    2005-01-01

    This article describes ethnographic decision tree modeling (EDTM; C. H. Gladwin, 1989) as a mixed method design appropriate for counseling psychology research. EDTM is introduced and located within a postpositivist research paradigm. Decision theory that informs EDTM is reviewed, and the 2 phases of EDTM are highlighted. The 1st phase, model…

  8. Three-dimensional numerical modeling of an induction heated injection molding tool with flow visualization

    DEFF Research Database (Denmark)

    Guerrier, Patrick; Tosello, Guido; Nielsen, Kaspar Kirstein

    2016-01-01

    , comparison of the induction heating and filling of the cavity is compared and validated with simulations. Two polymer materials ABS and HVPC were utilized during the injection molding experiments carried out in this work. A nonlinear electromagnetic model was employed to establish an effective linear......Using elevated mold temperature is known to have a positive influence of final injection molded parts. Induction heating is a method that allow obtaining a rapid thermal cycle, so the overall molding cycle time is not increased. In the present research work, an integrated multi-turn induction...... heating coil has been developed and assembled into an injection molding tool provided with a glass window, so the effect of induction heating can directly be captured by a high speed camera. In addition, thermocouples and pressure sensors are also installed, and together with the high speed videos...

  9. Model-Based Design of Tree WSNs for Decentralized Detection

    Directory of Open Access Journals (Sweden)

    Ashraf Tantawy

    2015-08-01

    Full Text Available The classical decentralized detection problem of finding the optimal decision rules at the sensor and fusion center, as well as variants that introduce physical channel impairments have been studied extensively in the literature. The deployment of WSNs in decentralized detection applications brings new challenges to the field. Protocols for different communication layers have to be co-designed to optimize the detection performance. In this paper, we consider the communication network design problem for a tree WSN. We pursue a system-level approach where a complete model for the system is developed that captures the interactions between different layers, as well as different sensor quality measures. For network optimization, we propose a hierarchical optimization algorithm that lends itself to the tree structure, requiring only local network information. The proposed design approach shows superior performance over several contentionless and contention-based network design approaches.

  10. ROOT HYDRAULIC CONDUCTIVITY AND PHOTOSYNTHETIC CAPACITY OF EUCALYPT CLONAL CUTTINGS WITH ROOT MALFORMATION INDUCTIONS

    Directory of Open Access Journals (Sweden)

    Fábio Afonso Mazzei Moura de Assis Figueiredo

    2014-06-01

    Full Text Available http://dx.doi.org/10.5902/1980509814566The gain reduction of wood biomass in trees has been assigned to root deformations even in the nursery phase. The objective of this work was the evaluation of the root system hydraulic conductivity, gas exchanges and photochemical efficiency of eucalypt clonal cuttings with and without root deformation inductions. The treatments were: 1 operational cuttings without root malformation inductions (grown according to the used methodology of Fibria Cellulose S.A.; 2 root deformation inductions. These inductions did not promote decrease in the root volume. However, the deformations brought reduction of the root system hydraulic conductivity. Lower photosynthetic rates were also observed along the day in the cuttings in the root deformed cuttings. This decreasing rate is connected to stomatal and non stomatal factors.

  11. Sub-pixel estimation of tree cover and bare surface densities using regression tree analysis

    Directory of Open Access Journals (Sweden)

    Carlos Augusto Zangrando Toneli

    2011-09-01

    Full Text Available Sub-pixel analysis is capable of generating continuous fields, which represent the spatial variability of certain thematic classes. The aim of this work was to develop numerical models to represent the variability of tree cover and bare surfaces within the study area. This research was conducted in the riparian buffer within a watershed of the São Francisco River in the North of Minas Gerais, Brazil. IKONOS and Landsat TM imagery were used with the GUIDE algorithm to construct the models. The results were two index images derived with regression trees for the entire study area, one representing tree cover and the other representing bare surface. The use of non-parametric and non-linear regression tree models presented satisfactory results to characterize wetland, deciduous and savanna patterns of forest formation.

  12. Modelling and simulation of multiple single - phase induction motor in parallel connection

    Directory of Open Access Journals (Sweden)

    Sujitjorn, S.

    2006-11-01

    Full Text Available A mathematical model for parallel connected n-multiple single-phase induction motors in generalized state-space form is proposed in this paper. The motor group draws electric power from one inverter. The model is developed by the dq-frame theory and was tested against four loading scenarios in which satisfactory results were obtained.

  13. Modelling in 3D the olive trees cultures in order to establish the forces (interval) needed for automatic harvesting

    Science.gov (United States)

    Babanatsas, T.; Glăvan, D. O.; Babanatis Merce, R. M.; Maris, S. A.

    2018-01-01

    The purpose of this study is to bring as much as possible, close to real situation the 3D modelling for the olive trees in order to establish the necessary forces for automatic harvesting (harvesting robots). To fulfil our goal we have at our disposal different ways to do modelling very close to the real situation. One way is to use reality capture software (its results being photos) that are converted into a real 3D model, the disadvantage of the method being a mesh model that is not accurate enough. The reasonable alternative is to develop an experiment by measuring a sample orchard of olive trees (experiment who took place in Halkidiki, Greece, measuring over 120 trees). After establishing the real dimensions, we adopted as model the media that we have measured (the height of the tree, the thickness of branches, number of branches, etc.), model which we consider closer to the reality and therefor more suitable for our simulation.

  14. Dynamic model of cage induction motor with number of rotor bars as parameter

    Directory of Open Access Journals (Sweden)

    Gojko Joksimović

    2017-05-01

    Full Text Available A dynamic mathematical model, using number of rotor bars as parameter, is reached for cage induction motors through the use of coupled-circuits and the concept of winding functions. The exact MMFs waveforms are accounted for by the model which is derived in natural frames of reference. By knowing the initial motor parameters for a priori adopted number of stator slots and rotor bars model allows change of rotor bars number what results in new model parameters. During this process, the rated machine power, number of stator slots and stator winding scheme remain the same. Although presented model has a potentially broad application area it is primarily suitable for the analysis of the different stator/rotor slot combination on motor behaviour during the transients or in steady-state regime. The model is significant in its potential to provide analysis of dozen of different number of rotor bars in a few tens of minutes. Numerical example on cage rotor induction motor exemplifies this application, including three variants of number of rotor bars.

  15. Forecasting Shaharchay River Flow in Lake Urmia Basin using Genetic Programming and M5 Model Tree

    Directory of Open Access Journals (Sweden)

    S. Samadianfard

    2017-01-01

    Full Text Available Introduction: Precise prediction of river flows is the key factor for proper planning and management of water resources. Thus, obtaining the reliable methods for predicting river flows has great importance in water resource engineering. In the recent years, applications of intelligent methods such as artificial neural networks, fuzzy systems and genetic programming in water science and engineering have been grown extensively. These mentioned methods are able to model nonlinear process of river flows without any need to geometric properties. A huge number of studies have been reported in the field of using intelligent methods in water resource engineering. For example, Noorani and Salehi (23 presented a model for predicting runoff in Lighvan basin using adaptive neuro-fuzzy network and compared the performance of it with neural network and fuzzy inference methods in east Azerbaijan, Iran. Nabizadeh et al. (21 used fuzzy inference system and adaptive neuro-fuzzy inference system in order to predict river flow in Lighvan river. Khalili et al. (13 proposed a BL-ARCH method for prediction of flows in Shaharchay River in Urmia. Khu et al. (16 used genetic programming for runoff prediction in Orgeval catchment in France. Firat and Gungor (11 evaluated the fuzzy-neural model for predicting Mendes river flow in Turkey. The goal of present study is comparing the performance of genetic programming and M5 model trees for prediction of Shaharchay river flow in the basin of Lake Urmia and obtaining a comprehensive insight of their abilities. Materials and Methods: Shaharchay river as a main source of providing drinking water of Urmia city and agricultural needs of surrounding lands and finally one of the main input sources of Lake Urmia is quite important in the region. For obtaining the predetermined goals of present study, average monthly flows of Shaharchay River in Band hydrometric station has been gathered from 1951 to 2011. Then, two third of mentioned

  16. Ultrasonographic diagnosis of biliary atresia based on a decision-making tree model

    Energy Technology Data Exchange (ETDEWEB)

    Lee, So Mi; Cheon, Jung Eun; Choi, Young Hun; Kim, Woo Sun; Cho, Hyun Hye; Kim, In One; You, Sun Kyoung [Dept. of Radiology, Seoul National University College of Medicine, Seoul (Korea, Republic of)

    2015-12-15

    To assess the diagnostic value of various ultrasound (US) findings and to make a decision-tree model for US diagnosis of biliary atresia (BA). From March 2008 to January 2014, the following US findings were retrospectively evaluated in 100 infants with cholestatic jaundice (BA, n = 46; non-BA, n = 54): length and morphology of the gallbladder, triangular cord thickness, hepatic artery and portal vein diameters, and visualization of the common bile duct. Logistic regression analyses were performed to determine the features that would be useful in predicting BA. Conditional inference tree analysis was used to generate a decision-making tree for classifying patients into the BA or non-BA groups. Multivariate logistic regression analysis showed that abnormal gallbladder morphology and greater triangular cord thickness were significant predictors of BA (p = 0.003 and 0.001; adjusted odds ratio: 345.6 and 65.6, respectively). In the decision-making tree using conditional inference tree analysis, gallbladder morphology and triangular cord thickness (optimal cutoff value of triangular cord thickness, 3.4 mm) were also selected as significant discriminators for differential diagnosis of BA, and gallbladder morphology was the first discriminator. The diagnostic performance of the decision-making tree was excellent, with sensitivity of 100% (46/46), specificity of 94.4% (51/54), and overall accuracy of 97% (97/100). Abnormal gallbladder morphology and greater triangular cord thickness (> 3.4 mm) were the most useful predictors of BA on US. We suggest that the gallbladder morphology should be evaluated first and that triangular cord thickness should be evaluated subsequently in cases with normal gallbladder morphology.

  17. Ultrasonographic diagnosis of biliary atresia based on a decision-making tree model

    International Nuclear Information System (INIS)

    Lee, So Mi; Cheon, Jung Eun; Choi, Young Hun; Kim, Woo Sun; Cho, Hyun Hye; Kim, In One; You, Sun Kyoung

    2015-01-01

    To assess the diagnostic value of various ultrasound (US) findings and to make a decision-tree model for US diagnosis of biliary atresia (BA). From March 2008 to January 2014, the following US findings were retrospectively evaluated in 100 infants with cholestatic jaundice (BA, n = 46; non-BA, n = 54): length and morphology of the gallbladder, triangular cord thickness, hepatic artery and portal vein diameters, and visualization of the common bile duct. Logistic regression analyses were performed to determine the features that would be useful in predicting BA. Conditional inference tree analysis was used to generate a decision-making tree for classifying patients into the BA or non-BA groups. Multivariate logistic regression analysis showed that abnormal gallbladder morphology and greater triangular cord thickness were significant predictors of BA (p = 0.003 and 0.001; adjusted odds ratio: 345.6 and 65.6, respectively). In the decision-making tree using conditional inference tree analysis, gallbladder morphology and triangular cord thickness (optimal cutoff value of triangular cord thickness, 3.4 mm) were also selected as significant discriminators for differential diagnosis of BA, and gallbladder morphology was the first discriminator. The diagnostic performance of the decision-making tree was excellent, with sensitivity of 100% (46/46), specificity of 94.4% (51/54), and overall accuracy of 97% (97/100). Abnormal gallbladder morphology and greater triangular cord thickness (> 3.4 mm) were the most useful predictors of BA on US. We suggest that the gallbladder morphology should be evaluated first and that triangular cord thickness should be evaluated subsequently in cases with normal gallbladder morphology

  18. Ultrasonographic Diagnosis of Biliary Atresia Based on a Decision-Making Tree Model.

    Science.gov (United States)

    Lee, So Mi; Cheon, Jung-Eun; Choi, Young Hun; Kim, Woo Sun; Cho, Hyun-Hae; Cho, Hyun-Hye; Kim, In-One; You, Sun Kyoung

    2015-01-01

    To assess the diagnostic value of various ultrasound (US) findings and to make a decision-tree model for US diagnosis of biliary atresia (BA). From March 2008 to January 2014, the following US findings were retrospectively evaluated in 100 infants with cholestatic jaundice (BA, n = 46; non-BA, n = 54): length and morphology of the gallbladder, triangular cord thickness, hepatic artery and portal vein diameters, and visualization of the common bile duct. Logistic regression analyses were performed to determine the features that would be useful in predicting BA. Conditional inference tree analysis was used to generate a decision-making tree for classifying patients into the BA or non-BA groups. Multivariate logistic regression analysis showed that abnormal gallbladder morphology and greater triangular cord thickness were significant predictors of BA (p = 0.003 and 0.001; adjusted odds ratio: 345.6 and 65.6, respectively). In the decision-making tree using conditional inference tree analysis, gallbladder morphology and triangular cord thickness (optimal cutoff value of triangular cord thickness, 3.4 mm) were also selected as significant discriminators for differential diagnosis of BA, and gallbladder morphology was the first discriminator. The diagnostic performance of the decision-making tree was excellent, with sensitivity of 100% (46/46), specificity of 94.4% (51/54), and overall accuracy of 97% (97/100). Abnormal gallbladder morphology and greater triangular cord thickness (> 3.4 mm) were the most useful predictors of BA on US. We suggest that the gallbladder morphology should be evaluated first and that triangular cord thickness should be evaluated subsequently in cases with normal gallbladder morphology.

  19. Covariation in Natural Causal Induction.

    Science.gov (United States)

    Cheng, Patricia W.; Novick, Laura R.

    1991-01-01

    Biases and models usually offered by cognitive and social psychology and by philosophy to explain causal induction are evaluated with respect to focal sets (contextually determined sets of events over which covariation is computed). A probabilistic contrast model is proposed as underlying covariation computation in natural causal induction. (SLD)

  20. On Tree-Based Phylogenetic Networks.

    Science.gov (United States)

    Zhang, Louxin

    2016-07-01

    A large class of phylogenetic networks can be obtained from trees by the addition of horizontal edges between the tree edges. These networks are called tree-based networks. We present a simple necessary and sufficient condition for tree-based networks and prove that a universal tree-based network exists for any number of taxa that contains as its base every phylogenetic tree on the same set of taxa. This answers two problems posted by Francis and Steel recently. A byproduct is a computer program for generating random binary phylogenetic networks under the uniform distribution model.

  1. Residents’ Support Intentions and Behaviors Regarding Urban Trees Programs: A Structural Equation Modeling-Multi Group Analysis

    Directory of Open Access Journals (Sweden)

    Zheng Zhao

    2018-01-01

    Full Text Available Urban trees are more about people than trees. Urban trees programs need public support and engagement, from the intentions to support to implement actions in supporting the programs. Built upon the theory of planned behavior and Structural Equation Modeling (SEM, this study uses Beijing as a case study to investigate how subjective norm (cognition of urban trees, attitude (benefits residents’ believe urban trees can provide, and perceived behavioral control (the believed ability of what residents can do affect intention and its transformation into implemented of supporting action. A total of 800 residents were interviewed in 2016 and asked about their opinion of neighborhood trees, park trees, and historical trees, and analyzed, respectively. The results show that subjective norm has a significant positive effect on intentions pertaining to historical and neighborhood trees. Attitudes influence intentions, but its overall influence is much lower than that of the subjective norm, indicating that residents are more likely to be influenced by external factors. The perceived behavioral control has the strongest effect among the three, suggesting the importance of public participation in strengthening intention. The transformation from intention to behavior seems relatively small, especially regarding neighborhood trees, suggesting that perceptions and participation need to be strengthened.

  2. Measuring and modelling interception loss by an isolated olive tree in a traditional olive grove - pasture system

    Science.gov (United States)

    Nóbrega, Cristina; Pereira, Fernando L.; Valente, Fernanda

    2015-04-01

    Water losses associated to the rainfall interception process by trees can be an important component of the local hydrologic balance and must be accounted for when implementing any sustainable water management programme. In many dry areas of the Mediterranean region where agro-forestry systems are common, those programmes are crucial to foster adequate water conservation measures. Recent studies have shown that the evaluation of interception loss in sparse forests or tree plantations should be made for individual trees, being the total value determined as the sum of the individual contributions. Following this approach, rainfall interception was measured and modelled over two years, in an isolated Olea europeaea L. tree, in a traditional low-density olive grove in Castelo Branco, central Portugal. Total interception loss over the experimental period was 243.5 mm, on a tree crown projected area basis, corresponding to 18.0% of gross rainfall (Pg). Modelling made for each rainfall event using the sparse version of the Gash model, slightly underestimated interception loss with a value of 240.5 mm, i.e., 17.8 % ofPg. Modelling quality, evaluated according to a number of criteria, was good, allowing the conclusion that the methodology used was adequate. Modelling was also made on a daily basis, i.e., assuming a single storm per rainday. In this case, interception loss was overestimated by 12%, mostly because 72% of all rainfall events lasted for more than a day.

  3. Effect Of Turbulence Modelling In Numerical Analysis Of Melting Process In An Induction Furnace

    Directory of Open Access Journals (Sweden)

    Buliński P.

    2015-09-01

    Full Text Available In this paper, the velocity field and turbulence effects that occur inside a crucible of a typical induction furnace were investigated. In the first part of this work, a free surface shape of the liquid metal was measured in a ceramic crucible. Then a numerical model of aluminium melting process was developed. It took into account coupling of electromagnetic and thermofluid fields that was performed using commercial codes. In the next step, the sensitivity analysis of turbulence modelling in the liquid domain was performed. The obtained numerical results were compared with the measurement data. The performed analysis can be treated as a preliminary approach for more complex mathematical modelling for the melting process optimisation in crucible induction furnaces of different types.

  4. CFD modelling of the aerodynamic effect of trees on urban air pollution dispersion.

    Science.gov (United States)

    Amorim, J H; Rodrigues, V; Tavares, R; Valente, J; Borrego, C

    2013-09-01

    The current work evaluates the impact of urban trees over the dispersion of carbon monoxide (CO) emitted by road traffic, due to the induced modification of the wind flow characteristics. With this purpose, the standard flow equations with a kε closure for turbulence were extended with the capability to account for the aerodynamic effect of trees over the wind field. Two CFD models were used for testing this numerical approach. Air quality simulations were conducted for two periods of 31h in selected areas of Lisbon and Aveiro, in Portugal, for distinct relative wind directions: approximately 45° and nearly parallel to the main avenue, respectively. The statistical evaluation of modelling performance and uncertainty revealed a significant improvement of results with trees, as shown by the reduction of the NMSE from 0.14 to 0.10 in Lisbon, and from 0.14 to 0.04 in Aveiro, which is independent from the CFD model applied. The consideration of the plant canopy allowed to fulfil the data quality objectives for ambient air quality modelling established by the Directive 2008/50/EC, with an important decrease of the maximum deviation between site measurements and CFD results. In the non-aligned wind situation an average 12% increase of the CO concentrations in the domain was observed as a response to the aerodynamic action of trees over the vertical exchange rates of polluted air with the above roof-level atmosphere; while for the aligned configuration an average 16% decrease was registered due to the enhanced ventilation of the street canyon. These results show that urban air quality can be optimised based on knowledge-based planning of green spaces. Copyright © 2013 Elsevier B.V. All rights reserved.

  5. Double-bosonization and Majid's conjecture, (I): Rank-inductions of ABCD

    Science.gov (United States)

    Hu, Hongmei; Hu, Naihong

    2015-11-01

    Majid developed in [S. Majid, Math. Proc. Cambridge Philos. Soc. 125, 151-192 (1999)] the double-bosonization theory to construct Uq(𝔤) and expected to generate inductively not just a line but a tree of quantum groups starting from a node. In this paper, the authors confirm Majid's first expectation (see p. 178 [S. Majid, Math. Proc. Cambridge Philos. Soc. 125, 151-192 (1999)]) through giving and verifying the full details of the inductive constructions of Uq(𝔤) for the classical types, i.e., the ABCD series. Some examples in low ranks are given to elucidate that any quantum group of classical type can be constructed from the node corresponding to Uq(𝔰𝔩2).

  6. Rich Interfaces for Dependability: Compositional Methods for Dynamic Fault Trees and Arcade models

    NARCIS (Netherlands)

    Boudali, H.; Crouzen, Pepijn; Haverkort, Boudewijn R.H.M.; Kuntz, G.W.M.; Stoelinga, Mariëlle Ida Antoinette

    This paper discusses two behavioural interfaces for reliability analysis: dynamic fault trees, which model the system reliability in terms of the reliability of its components and Arcade, which models the system reliability at an architectural level. For both formalisms, the reliability is analyzed

  7. A structurally based analytic model for estimation of biomass and fuel loads of woodland trees

    Science.gov (United States)

    Robin J. Tausch

    2009-01-01

    Allometric/structural relationships in tree crowns are a consequence of the physical, physiological, and fluid conduction processes of trees, which control the distribution, efficient support, and growth of foliage in the crown. The structural consequences of these processes are used to develop an analytic model based on the concept of branch orders. A set of...

  8. Modeled PM2.5 removal by trees in ten US cities and associated health effects

    Science.gov (United States)

    David J. Nowak; Satoshi Hirabayashi; Allison Bodine; Robert. Hoehn

    2013-01-01

    Urban particulate air pollution is a serious health issue. Trees within cities can remove fine particles from the atmosphere and consequently improve air quality and human health. Tree effects on PM2.5 concentrations and human health are modeled for 10 U.S. cities. The total amount of PM2.5 removed annually by...

  9. Estimates of live-tree carbon stores in the Pacific Northwest are sensitive to model selection

    Science.gov (United States)

    Susanna L. Melson; Mark E. Harmon; Jeremy S. Fried; James B. Domingo

    2011-01-01

    Estimates of live-tree carbon stores are influenced by numerous uncertainties. One of them is model-selection uncertainty: one has to choose among multiple empirical equations and conversion factors that can be plausibly justified as locally applicable to calculate the carbon store from inventory measurements such as tree height and diameter at breast height (DBH)....

  10. A comparative assessment of decision trees algorithms for flash flood susceptibility modeling at Haraz watershed, northern Iran.

    Science.gov (United States)

    Khosravi, Khabat; Pham, Binh Thai; Chapi, Kamran; Shirzadi, Ataollah; Shahabi, Himan; Revhaug, Inge; Prakash, Indra; Tien Bui, Dieu

    2018-06-15

    Floods are one of the most damaging natural hazards causing huge loss of property, infrastructure and lives. Prediction of occurrence of flash flood locations is very difficult due to sudden change in climatic condition and manmade factors. However, prior identification of flood susceptible areas can be done with the help of machine learning techniques for proper timely management of flood hazards. In this study, we tested four decision trees based machine learning models namely Logistic Model Trees (LMT), Reduced Error Pruning Trees (REPT), Naïve Bayes Trees (NBT), and Alternating Decision Trees (ADT) for flash flood susceptibility mapping at the Haraz Watershed in the northern part of Iran. For this, a spatial database was constructed with 201 present and past flood locations and eleven flood-influencing factors namely ground slope, altitude, curvature, Stream Power Index (SPI), Topographic Wetness Index (TWI), land use, rainfall, river density, distance from river, lithology, and Normalized Difference Vegetation Index (NDVI). Statistical evaluation measures, the Receiver Operating Characteristic (ROC) curve, and Freidman and Wilcoxon signed-rank tests were used to validate and compare the prediction capability of the models. Results show that the ADT model has the highest prediction capability for flash flood susceptibility assessment, followed by the NBT, the LMT, and the REPT, respectively. These techniques have proven successful in quickly determining flood susceptible areas. Copyright © 2018 Elsevier B.V. All rights reserved.

  11. Model and performance of current sensor observers for a doubly fed induction generator

    DEFF Research Database (Denmark)

    Li, Hui; Yang, Chao; Hu, Yaogang

    2014-01-01

    . A stator and rotor current observer model, which is based on the state-space models of doubly fed induction generators, is then derived by using the stator and rotor voltage signals as inputs. To demonstrate the effectiveness of the proposed current observer, its dynamic performance is simulated using...

  12. Chemical modeling of a high-density inductively-coupled plasma reactor containing silane

    NARCIS (Netherlands)

    Kovalgin, Alexeij Y.; Boogaard, A.; Brunets, I.; Holleman, J.; Schmitz, Jurriaan

    We carried out the modeling of chemical reactions in a silane-containing remote Inductively Coupled Plasma Enhanced Chemical Vapor Deposition (ICPECVD) system, intended for deposition of silicon, silicon oxide, and silicon nitride layers. The required electron densities and Electron Energy

  13. Simulation of Drought-induced Tree Mortality Using a New Individual and Hydraulic Trait-based Model (S-TEDy)

    Science.gov (United States)

    Sinha, T.; Gangodagamage, C.; Ale, S.; Frazier, A. G.; Giambelluca, T. W.; Kumagai, T.; Nakai, T.; Sato, H.

    2017-12-01

    Drought-related tree mortality at a regional scale causes drastic shifts in carbon and water cycling in Southeast Asian tropical rainforests, where severe droughts are projected to occur more frequently, especially under El Niño conditions. To provide a useful tool for projecting the tropical rainforest dynamics under climate change conditions, we developed the Spatially Explicit Individual-Based (SEIB) Dynamic Global Vegetation Model (DGVM) applicable to simulating mechanistic tree mortality induced by the climatic impacts via individual-tree-scale ecophysiology such as hydraulic failure and carbon starvation. In this study, we present the new model, SEIB-originated Terrestrial Ecosystem Dynamics (S-TEDy) model, and the computation results were compared with observations collected at a field site in a Bornean tropical rainforest. Furthermore, after validating the model's performance, numerical experiments addressing a future of the tropical rainforest were conducted using some global climate model (GCM) simulation outputs.

  14. Applications of rule-induction in the derivation of quantitative structure-activity relationships

    Science.gov (United States)

    A-Razzak, Mohammed; Glen, Robert C.

    1992-08-01

    Recently, methods have been developed in the field of Artificial Intelligence (AI), specifically in the expert systems area using rule-induction, designed to extract rules from data. We have applied these methods to the analysis of molecular series with the objective of generating rules which are predictive and reliable. The input to rule-induction consists of a number of examples with known outcomes (a training set) and the output is a tree-structured series of rules. Unlike most other analysis methods, the results of the analysis are in the form of simple statements which can be easily interpreted. These are readily applied to new data giving both a classification and a probability of correctness. Rule-induction has been applied to in-house generated and published QSAR datasets and the methodology, application and results of these analyses are discussed. The results imply that in some cases it would be advantageous to use rule-induction as a complementary technique in addition to conventional statistical and pattern-recognition methods.

  15. Refining discordant gene trees.

    Science.gov (United States)

    Górecki, Pawel; Eulenstein, Oliver

    2014-01-01

    Evolutionary studies are complicated by discordance between gene trees and the species tree in which they evolved. Dealing with discordant trees often relies on comparison costs between gene and species trees, including the well-established Robinson-Foulds, gene duplication, and deep coalescence costs. While these costs have provided credible results for binary rooted gene trees, corresponding cost definitions for non-binary unrooted gene trees, which are frequently occurring in practice, are challenged by biological realism. We propose a natural extension of the well-established costs for comparing unrooted and non-binary gene trees with rooted binary species trees using a binary refinement model. For the duplication cost we describe an efficient algorithm that is based on a linear time reduction and also computes an optimal rooted binary refinement of the given gene tree. Finally, we show that similar reductions lead to solutions for computing the deep coalescence and the Robinson-Foulds costs. Our binary refinement of Robinson-Foulds, gene duplication, and deep coalescence costs for unrooted and non-binary gene trees together with the linear time reductions provided here for computing these costs significantly extends the range of trees that can be incorporated into approaches dealing with discordance.

  16. Compartment model for long-term contamination prediction in deciduous fruit trees after a nuclear accident

    International Nuclear Information System (INIS)

    Antonopoulos-Domis, M.; Clouvas, A.; Gagianas, A.

    1990-01-01

    Radiocesium contamination from the Chernobyl accident of different parts (fruits, leaves, and shoots) of selected apricot trees in North Greece was systematically measured in 1987 and 1988. The results are presented and discussed in the framework of a simple compartment model describing the long-term contamination uptake mechanism of deciduous fruit trees after a nuclear accident

  17. A review of logistic regression models used to predict post-fire tree mortality of western North American conifers

    Science.gov (United States)

    Travis Woolley; David C. Shaw; Lisa M. Ganio; Stephen. Fitzgerald

    2012-01-01

    Logistic regression models used to predict tree mortality are critical to post-fire management, planning prescribed bums and understanding disturbance ecology. We review literature concerning post-fire mortality prediction using logistic regression models for coniferous tree species in the western USA. We include synthesis and review of: methods to develop, evaluate...

  18. Generic Ising trees

    DEFF Research Database (Denmark)

    Durhuus, Bergfinnur Jøgvan; Napolitano, George Maria

    2012-01-01

    The Ising model on a class of infinite random trees is defined as a thermodynamiclimit of finite systems. A detailed description of the corresponding distribution of infinite spin configurations is given. As an application, we study the magnetization properties of such systems and prove that they......The Ising model on a class of infinite random trees is defined as a thermodynamiclimit of finite systems. A detailed description of the corresponding distribution of infinite spin configurations is given. As an application, we study the magnetization properties of such systems and prove...... that they exhibit no spontaneous magnetization. Furthermore, the values of the Hausdorff and spectral dimensions of the underlying trees are calculated and found to be, respectively,¯dh =2 and¯ds = 4/3....

  19. Breaking the fault tree circular logic

    International Nuclear Information System (INIS)

    Lankin, M.

    2000-01-01

    Event tree - fault tree approach to model failures of nuclear plants as well as of other complex facilities is noticeably dominant now. This approach implies modeling an object in form of unidirectional logical graph - tree, i.e. graph without circular logic. However, genuine nuclear plants intrinsically demonstrate quite a few logical loops (circular logic), especially where electrical systems are involved. This paper shows the incorrectness of existing practice of circular logic breaking by elimination of part of logical dependencies and puts forward a formal algorithm, which enables the analyst to correctly model the failure of complex object, which involves logical dependencies between system and components, in form of fault tree. (author)

  20. Dependencies in event trees analyzed by Petri nets

    International Nuclear Information System (INIS)

    Nývlt, Ondřej; Rausand, Marvin

    2012-01-01

    This paper discusses how non-marked Petri nets can be used to model and analyze event trees where the pivotal (branching) events are dependent and modeled by fault trees. The dependencies may, for example, be caused by shared utilities, shared components, or general common cause failures that are modeled by beta-factor models. These dependencies are cumbersome to take into account when using standard event-/fault tree modeling techniques, and may lead to significant errors in the calculated end-state probabilities of the event tree if they are not properly analyzed. A new approach is proposed in this paper, where the whole event tree is modeled by a non-marked Petri net and where P-invariants, representing the structural properties of the Petri net, are used to obtain the frequency of each end-state of the event tree with dependencies. The new approach is applied to a real example of an event tree analysis of the Strahov highway tunnel in Prague, Czech Republic, including two types of dependencies (shared Programmable Logic Controllers and Common Cause Failures). - Highlights: ► In this paper, we model and analyze event trees (ET) using Petri nets. ► The pivotal events of the modeled event trees are dependent (e.g., shared PLCs, CCF). ► A new method based on P-invariants to obtain probabilities of end states is proposed. ► Method is shown in the case study of the Stahov tunnel in the Czech Republic.

  1. An improved model of induction motors for diagnosis purposes - Slot skewing effect and air-gap eccentricity faults

    Energy Technology Data Exchange (ETDEWEB)

    Ghoggal, A.; Zouzou, S.E.; Sahraoui, M. [Laboratoire de genie electrique de Biskra, Departement d' electrotechnique, Universite Mohamed Khider, BP 145, Biskra (Algeria); Razik, H. [Groupe de Recherche en Electrotechnique et Electronique de Nancy, Universite Henri Poincare, Faculte des Sciences et Techniques, BP 239, F-54506 Vandoeuvre-les-Nancy (France); Khezzar, A. [Laboratoire d' Electrotechnique de Constantine, Universite Mentouri, Constantine (Algeria)

    2009-05-15

    This paper describes an improved method for the modeling of axial and radial eccentricities in induction motors (IM). The model is based on an extension of the modified winding function approach (MWFA) which allows for all harmonics of the magnetomotive force (MMF) to be taken into account. It is shown that a plane view of IM gets easily the motor inductances and reduces considerably the calculation process. The described technique includes accurately the slot skewing effect and leads to pure analytical expressions of the inductances in case of radial eccentricity. In order to model the static, dynamic or mixed axial eccentricity, three suitable alternatives are explained. Unlike the previous proposals, the discussed alternatives take into account all the harmonics of the inverse of air-gap function without any development in Fourier series. Simulation results as well as experimental verifications prove the usefulness and the effectiveness of the proposed model. (author)

  2. An improved model of induction motors for diagnosis purposes - Slot skewing effect and air-gap eccentricity faults

    International Nuclear Information System (INIS)

    Ghoggal, A.; Zouzou, S.E.; Razik, H.; Sahraoui, M.; Khezzar, A.

    2009-01-01

    This paper describes an improved method for the modeling of axial and radial eccentricities in induction motors (IM). The model is based on an extension of the modified winding function approach (MWFA) which allows for all harmonics of the magnetomotive force (MMF) to be taken into account. It is shown that a plane view of IM gets easily the motor inductances and reduces considerably the calculation process. The described technique includes accurately the slot skewing effect and leads to pure analytical expressions of the inductances in case of radial eccentricity. In order to model the static, dynamic or mixed axial eccentricity, three suitable alternatives are explained. Unlike the previous proposals, the discussed alternatives take into account all the harmonics of the inverse of air-gap function without any development in Fourier series. Simulation results as well as experimental verifications prove the usefulness and the effectiveness of the proposed model.

  3. Electrical Activity in a Time-Delay Four-Variable Neuron Model under Electromagnetic Induction

    Directory of Open Access Journals (Sweden)

    Keming Tang

    2017-11-01

    Full Text Available To investigate the effect of electromagnetic induction on the electrical activity of neuron, the variable for magnetic flow is used to improve Hindmarsh–Rose neuron model. Simultaneously, due to the existence of time-delay when signals are propagated between neurons or even in one neuron, it is important to study the role of time-delay in regulating the electrical activity of the neuron. For this end, a four-variable neuron model is proposed to investigate the effects of electromagnetic induction and time-delay. Simulation results suggest that the proposed neuron model can show multiple modes of electrical activity, which is dependent on the time-delay and external forcing current. It means that suitable discharge mode can be obtained by selecting the time-delay or external forcing current, which could be helpful for further investigation of electromagnetic radiation on biological neuronal system.

  4. [Quantitative models between canopy hyperspectrum and its component features at apple tree prosperous fruit stage].

    Science.gov (United States)

    Wang, Ling; Zhao, Geng-xing; Zhu, Xi-cun; Lei, Tong; Dong, Fang

    2010-10-01

    Hyperspectral technique has become the basis of quantitative remote sensing. Hyperspectrum of apple tree canopy at prosperous fruit stage consists of the complex information of fruits, leaves, stocks, soil and reflecting films, which was mostly affected by component features of canopy at this stage. First, the hyperspectrum of 18 sample apple trees with reflecting films was compared with that of 44 trees without reflecting films. It could be seen that the impact of reflecting films on reflectance was obvious, so the sample trees with ground reflecting films should be separated to analyze from those without ground films. Secondly, nine indexes of canopy components were built based on classified digital photos of 44 apple trees without ground films. Thirdly, the correlation between the nine indexes and canopy reflectance including some kinds of conversion data was analyzed. The results showed that the correlation between reflectance and the ratio of fruit to leaf was the best, among which the max coefficient reached 0.815, and the correlation between reflectance and the ratio of leaf was a little better than that between reflectance and the density of fruit. Then models of correlation analysis, linear regression, BP neural network and support vector regression were taken to explain the quantitative relationship between the hyperspectral reflectance and the ratio of fruit to leaf with the softwares of DPS and LIBSVM. It was feasible that all of the four models in 611-680 nm characteristic band are feasible to be used to predict, while the model accuracy of BP neural network and support vector regression was better than one-variable linear regression and multi-variable regression, and the accuracy of support vector regression model was the best. This study will be served as a reliable theoretical reference for the yield estimation of apples based on remote sensing data.

  5. Induction and pruning of classification rules for prediction of microseismic hazards in coal mines

    Energy Technology Data Exchange (ETDEWEB)

    Sikora, M. [Silesian Technical University, Gliwice (Poland)

    2011-06-15

    The paper presents results of application of a rule induction and pruning algorithm for classification of a microseismic hazard state in coal mines. Due to imbalanced distribution of examples describing states 'hazardous' and 'safe', the special algorithm was used for induction and rule pruning. The algorithm selects optimal parameters' values influencing rule induction and pruning based on training and tuning sets. A rule quality measure which decides about a form and classification abilities of rules that are induced is the basic parameter of the algorithm. The specificity and sensitivity of a classifier were used to evaluate its quality. Conducted tests show that the admitted method of rules induction and classifier's quality evaluation enables to get better results of classification of microseismic hazards than by methods currently used in mining practice. Results obtained by the rules-based classifier were also compared with results got by a decision tree induction algorithm and by a neuro-fuzzy system.

  6. Stochastic Mixed-Effects Parameters Bertalanffy Process, with Applications to Tree Crown Width Modeling

    Directory of Open Access Journals (Sweden)

    Petras Rupšys

    2015-01-01

    Full Text Available A stochastic modeling approach based on the Bertalanffy law gained interest due to its ability to produce more accurate results than the deterministic approaches. We examine tree crown width dynamic with the Bertalanffy type stochastic differential equation (SDE and mixed-effects parameters. In this study, we demonstrate how this simple model can be used to calculate predictions of crown width. We propose a parameter estimation method and computational guidelines. The primary goal of the study was to estimate the parameters by considering discrete sampling of the diameter at breast height and crown width and by using maximum likelihood procedure. Performance statistics for the crown width equation include statistical indexes and analysis of residuals. We use data provided by the Lithuanian National Forest Inventory from Scots pine trees to illustrate issues of our modeling technique. Comparison of the predicted crown width values of mixed-effects parameters model with those obtained using fixed-effects parameters model demonstrates the predictive power of the stochastic differential equations model with mixed-effects parameters. All results were implemented in a symbolic algebra system MAPLE.

  7. Development of a tree shrew metabolic syndrome model and use of umbilical cord mesenchymal stem cell transplantation for treatment.

    Science.gov (United States)

    Pan, Xing-Hua; Zhu, Lu; Yao, Xiang; Liu, Ju-Fen; Li, Zi-An; Yang, Jian-Yong; Pang, Rong-Qing; Ruan, Guang-Ping

    2016-12-01

    The aim of this study was to establish a tree shrew metabolic syndrome model and demonstrate the utility of MSCs in treating metabolic syndrome. We used tree shrew umbilical cord mesenchymal stem cell (TS-UC-MSC) transplantation for the treatment of metabolic syndrome to demonstrate the clinical application of these stem cells and to provide a theoretical basis and reference methods for this treatment. Tree shrew metabolic syndrome model showed significant insulin resistance, high blood sugar, lipid metabolism disorders, and hypertension, consistent with the diagnostic criteria. TS-UC-MSC transplantation at 16 weeks significantly reduced blood sugar and lipid levels, improved insulin resistance and the regulation of insulin secretion, and reduced the expression levels of the pro-inflammatory cytokines IL-1 and IL-6 (P metabolic syndrome model and showed that MSC migrate in diseased organs and can attenuate metabolic syndrome severity in a tree shrew model.

  8. Are There Infinite Irrigation Trees?

    Science.gov (United States)

    Bernot, M.; Caselles, V.; Morel, J. M.

    2006-08-01

    In many natural or artificial flow systems, a fluid flow network succeeds in irrigating every point of a volume from a source. Examples are the blood vessels, the bronchial tree and many irrigation and draining systems. Such systems have raised recently a lot of interest and some attempts have been made to formalize their description, as a finite tree of tubes, and their scaling laws [25], [26]. In contrast, several mathematical models [5], [22], [10], propose an idealization of these irrigation trees, where a countable set of tubes irrigates any point of a volume with positive Lebesgue measure. There is no geometric obstruction to this infinitesimal model and general existence and structure theorems have been proved. As we show, there may instead be an energetic obstruction. Under Poiseuille law R(s) = s -2 for the resistance of tubes with section s, the dissipated power of a volume irrigating tree cannot be finite. In other terms, infinite irrigation trees seem to be impossible from the fluid mechanics viewpoint. This also implies that the usual principle analysis performed for the biological models needs not to impose a minimal size for the tubes of an irrigating tree; the existence of the minimal size can be proven from the only two obvious conditions for such irrigation trees, namely the Kirchhoff and Poiseuille laws.

  9. How eco-evolutionary principles can guide tree breeding and tree biotechnology for enhanced productivity.

    Science.gov (United States)

    Franklin, Oskar; Palmroth, Sari; Näsholm, Torgny

    2014-11-01

    Tree breeding and biotechnology can enhance forest productivity and help alleviate the rising pressure on forests from climate change and human exploitation. While many physiological processes and genes are targeted in search of genetically improved tree productivity, an overarching principle to guide this search is missing. Here, we propose a method to identify the traits that can be modified to enhance productivity, based on the differences between trees shaped by natural selection and 'improved' trees with traits optimized for productivity. We developed a tractable model of plant growth and survival to explore such potential modifications under a range of environmental conditions, from non-water limited to severely drought-limited sites. We show how key traits are controlled by a trade-off between productivity and survival, and that productivity can be increased at the expense of long-term survival by reducing isohydric behavior (stomatal regulation of leaf water potential) and allocation to defense against pests compared with native trees. In contrast, at dry sites occupied by naturally drought-resistant trees, the model suggests a better strategy may be to select trees with slightly lower wood density than the native trees and to augment isohydric behavior and allocation to defense. Thus, which traits to modify, and in which direction, depend on the original tree species or genotype, the growth environment and wood-quality versus volume production preferences. In contrast to this need for customization of drought and pest resistances, consistent large gains in productivity for all genotypes can be obtained if root traits can be altered to reduce competition for water and nutrients. Our approach illustrates the potential of using eco-evolutionary theory and modeling to guide plant breeding and genetic technology in selecting target traits in the quest for higher forest productivity. © The Author 2014. Published by Oxford University Press. All rights reserved

  10. Comparison of event tree, fault tree and Markov methods for probabilistic safety assessment and application to accident mitigation

    International Nuclear Information System (INIS)

    James, H.; Harris, M.J.; Hall, S.F.

    1992-01-01

    Probabilistic safety assessment (PSA) is used extensively in the nuclear industry. The main stages of PSA and the traditional event tree method are described. Focussing on hydrogen explosions, an event tree model is compared to a novel Markov model and a fault tree, and unexpected implication for accident mitigation is revealed. (author)

  11. Tree growth and competition in an old-growth Picea abies forest of boreal Sweden: influence of tree spatial patterning

    Science.gov (United States)

    Fraver, Shawn; D'Amato, Anthony W.; Bradford, John B.; Jonsson, Bengt Gunnar; Jönsson, Mari; Esseen, Per-Anders

    2013-01-01

    Question: What factors best characterize tree competitive environments in this structurally diverse old-growth forest, and do these factors vary spatially within and among stands? Location: Old-growth Picea abies forest of boreal Sweden. Methods: Using long-term, mapped permanent plot data augmented with dendrochronological analyses, we evaluated the effect of neighbourhood competition on focal tree growth by means of standard competition indices, each modified to include various metrics of trees size, neighbour mortality weighting (for neighbours that died during the inventory period), and within-neighbourhood tree clustering. Candidate models were evaluated using mixed-model linear regression analyses, with mean basal area increment as the response variable. We then analysed stand-level spatial patterns of competition indices and growth rates (via kriging) to determine if the relationship between these patterns could further elucidate factors influencing tree growth. Results: Inter-tree competition clearly affected growth rates, with crown volume being the size metric most strongly influencing the neighbourhood competitive environment. Including neighbour tree mortality weightings in models only slightly improved descriptions of competitive interactions. Although the within-neighbourhood clustering index did not improve model predictions, competition intensity was influenced by the underlying stand-level tree spatial arrangement: stand-level clustering locally intensified competition and reduced tree growth, whereas in the absence of such clustering, inter-tree competition played a lesser role in constraining tree growth. Conclusions: Our findings demonstrate that competition continues to influence forest processes and structures in an old-growth system that has not experienced major disturbances for at least two centuries. The finding that the underlying tree spatial pattern influenced the competitive environment suggests caution in interpreting traditional tree

  12. Event and fault tree model for reliability analysis of the greek research reactor

    International Nuclear Information System (INIS)

    Albuquerque, Tob R.; Guimaraes, Antonio C.F.; Moreira, Maria de Lourdes

    2013-01-01

    Fault trees and event trees are widely used in industry to model and to evaluate the reliability of safety systems. Detailed analyzes in nuclear installations require the combination of these two techniques. This work uses the methods of fault tree (FT) and event tree (ET) to perform the Probabilistic Safety Assessment (PSA) in research reactors. The PSA according to IAEA (International Atomic Energy Agency) is divided into Level 1, Level 2 and level 3. At Level 1, conceptually safety systems act to prevent the accident, at Level 2, the accident occurred and seeks to minimize the consequences, known as stage management of the accident, and at Level 3 are determined consequences. This paper focuses on Level 1 studies, and searches through the acquisition of knowledge consolidation of methodologies for future reliability studies. The Greek Research Reactor, GRR - 1, was used as a case example. The LOCA (Loss of Coolant Accident) was chosen as the initiating event and from there were developed the possible accident sequences, using event tree, which could lead damage to the core. Furthermore, for each of the affected systems, the possible accidents sequences were made fault tree and evaluated the probability of each event top of the FT. The studies were conducted using a commercial computational tool SAPHIRE. The results thus obtained, performance or failure to act of the systems analyzed were considered satisfactory. This work is directed to the Greek Research Reactor due to data availability. (author)

  13. Event and fault tree model for reliability analysis of the greek research reactor

    Energy Technology Data Exchange (ETDEWEB)

    Albuquerque, Tob R.; Guimaraes, Antonio C.F.; Moreira, Maria de Lourdes, E-mail: atalbuquerque@ien.gov.br, E-mail: btony@ien.gov.br, E-mail: malu@ien.gov.br [Instituto de Engenharia Nuclear (IEN/CNEN-RJ), Rio de Janeiro, RJ (Brazil)

    2013-07-01

    Fault trees and event trees are widely used in industry to model and to evaluate the reliability of safety systems. Detailed analyzes in nuclear installations require the combination of these two techniques. This work uses the methods of fault tree (FT) and event tree (ET) to perform the Probabilistic Safety Assessment (PSA) in research reactors. The PSA according to IAEA (International Atomic Energy Agency) is divided into Level 1, Level 2 and level 3. At Level 1, conceptually safety systems act to prevent the accident, at Level 2, the accident occurred and seeks to minimize the consequences, known as stage management of the accident, and at Level 3 are determined consequences. This paper focuses on Level 1 studies, and searches through the acquisition of knowledge consolidation of methodologies for future reliability studies. The Greek Research Reactor, GRR - 1, was used as a case example. The LOCA (Loss of Coolant Accident) was chosen as the initiating event and from there were developed the possible accident sequences, using event tree, which could lead damage to the core. Furthermore, for each of the affected systems, the possible accidents sequences were made fault tree and evaluated the probability of each event top of the FT. The studies were conducted using a commercial computational tool SAPHIRE. The results thus obtained, performance or failure to act of the systems analyzed were considered satisfactory. This work is directed to the Greek Research Reactor due to data availability. (author)

  14. A MATHEMATICAL MODEL OF THERMAL POWER PLANTS SMOKE EXHAUSTERS INDUCTION MOTORS SYSTEM OPERATION MODES

    Directory of Open Access Journals (Sweden)

    K. M. Vasyliv

    2017-06-01

    Full Text Available Purpose. Development of a model-software complex (MSC for computer analysis of modes of the system of induction motors (IM of smoke exhausters of thermal power plant (TPP, the basic elements of which are mathematical models and corresponding software written in the programming language FORTRAN. Methodology. Mathematical model serves as a system of differential equations of electrical and mechanical condition. The equation of electric state is written in phase coordinates based on Kirchhoff's laws, and mechanical condition described by the d'Alembert equation. Mathematical model focuses on explicit numerical integration methods. Scientific novelty. The equation of state of electrical connections takes into account the mutual electromagnetic circuits for transformer of own needs (TON and induction motors and interdependence (in all possible combinations between: TON (from which motors powered and each of the two IM and blood pressure between themselves. The complex allows to simulate electromagnetic and electromechanical processes in transitional and steady, symmetric and asymmetric modes including modes of self-induction motors. Results. Complex is used for computer analysis of electromagnetic and electromechanical processes and established the basic laws of motion modes of starting, stopping and self-start of IM of smoke exhausters of the TPP unit. Practical value. The complex is suitable for computer analysis of modes of other similar units of own needs of thermal power plants.

  15. Vector control of induction machines

    CERN Document Server

    Robyns, Benoit

    2012-01-01

    After a brief introduction to the main law of physics and fundamental concepts inherent in electromechanical conversion, ""Vector Control of Induction Machines"" introduces the standard mathematical models for induction machines - whichever rotor technology is used - as well as several squirrel-cage induction machine vector-control strategies. The use of causal ordering graphs allows systematization of the design stage, as well as standardization of the structure of control devices. ""Vector Control of Induction Machines"" suggests a unique approach aimed at reducing parameter sensitivity for

  16. An induction Linac driven heavy-ion fusion systems model

    International Nuclear Information System (INIS)

    Zuckerman, D.S.; Driemeyer, D.E.; Waganer, L.M.; Dudziak, D.J.

    1988-01-01

    A computerized systems model of a heavy-ion fusion (HIF) reactor power plant is presented. The model can be used to analyze the behavior and projected costs of a commercial power plant using an induction linear accelerator (Linac) as a driver. Each major component of the model (targets, reactor cavity, Linac, beam transport, power flow, balance of plant, and costing) is discussed. Various target, reactor cavity, Linac, and beam transport schemes are examined and compared. The preferred operating regime for such a power plant is also examined. The results show that HIF power plants can compete with other advanced energy concepts at the 1000-MW (electric) power level [cost of electricity (COE) -- 50 mill/kW . h] provided that the cost savings predicted for Linacs using higher charge-state ions (+3) can be realized

  17. MB3-Miner: efficiently mining eMBedded subTREEs using Tree Model Guided candidate generation

    NARCIS (Netherlands)

    Tan, H.; Dillon, T.; Hadzic, F.; Chang, E.; Feng, L.

    2005-01-01

    Tree mining has many useful applications in areas such as Bioinformatics, XML mining, Web mining, etc. In general, most of the formally represented information in these domains is a tree structured form. In this paper we focus on mining frequent embedded subtrees from databases of rooted labeled

  18. Phase Transitions for Quantum XY-Model on the Cayley Tree of Order Three in Quantum Markov Chain Scheme

    International Nuclear Information System (INIS)

    Mukhamedov, Farrukh; Saburov, Mansoor

    2010-06-01

    In the present paper we study forward Quantum Markov Chains (QMC) defined on a Cayley tree. Using the tree structure of graphs, we give a construction of quantum Markov chains on a Cayley tree. By means of such constructions we prove the existence of a phase transition for the XY-model on a Cayley tree of order three in QMC scheme. By the phase transition we mean the existence of two distinct QMC for the given family of interaction operators {K }. (author)

  19. A discriminative method for family-based protein remote homology detection that combines inductive logic programming and propositional models.

    Science.gov (United States)

    Bernardes, Juliana S; Carbone, Alessandra; Zaverucha, Gerson

    2011-03-23

    Remote homology detection is a hard computational problem. Most approaches have trained computational models by using either full protein sequences or multiple sequence alignments (MSA), including all positions. However, when we deal with proteins in the "twilight zone" we can observe that only some segments of sequences (motifs) are conserved. We introduce a novel logical representation that allows us to represent physico-chemical properties of sequences, conserved amino acid positions and conserved physico-chemical positions in the MSA. From this, Inductive Logic Programming (ILP) finds the most frequent patterns (motifs) and uses them to train propositional models, such as decision trees and support vector machines (SVM). We use the SCOP database to perform our experiments by evaluating protein recognition within the same superfamily. Our results show that our methodology when using SVM performs significantly better than some of the state of the art methods, and comparable to other. However, our method provides a comprehensible set of logical rules that can help to understand what determines a protein function. The strategy of selecting only the most frequent patterns is effective for the remote homology detection. This is possible through a suitable first-order logical representation of homologous properties, and through a set of frequent patterns, found by an ILP system, that summarizes essential features of protein functions.

  20. AUTOMATIC TREE-CROWN DETECTION IN CHALLENGING SCENARIOS

    Directory of Open Access Journals (Sweden)

    D. Bulatov

    2016-06-01

    Full Text Available In this paper, a new procedure for individual tree detection and modeling is presented. The input of this procedure consists of a normalized digital surface model NDSM, and a possibly error-prone classification result. The procedure is modular so that the functionality, the advantages and the disadvantages for every single module will be explained. The most important technical contributions of the paper are: Employing watershed transformation combined with classification results, applying hotspots detectors for identifying treetops in groups of trees, and correcting NDSM by detecting and geometric reconstruction of small anomalies, such as earth walls. Two minor contributions are made up by a detailed literature research on available methods for individual tree detection and estimation of tree-crowns for clearly identified trees in order to reduce arbitrariness by assigning trees to one of the few types in the output model.

  1. Are self-thinning constraints needed in a tree-specific mortality model?

    Science.gov (United States)

    Robert A. Monserud; Thomas Ledermann; Hubert. Sterba

    2005-01-01

    Can a tree-specific mortality model elicit expected forest stand density dynamics without imposing stand-level constraints such as Reineke's maximum stand density index (SDImax) or the -3/2 power law of self-thinning? We examine this emergent properties question using the Austrian stand simulator PROGNAUS. This simulator was chosen...

  2. Minimum variance rooting of phylogenetic trees and implications for species tree reconstruction.

    Science.gov (United States)

    Mai, Uyen; Sayyari, Erfan; Mirarab, Siavash

    2017-01-01

    Phylogenetic trees inferred using commonly-used models of sequence evolution are unrooted, but the root position matters both for interpretation and downstream applications. This issue has been long recognized; however, whether the potential for discordance between the species tree and gene trees impacts methods of rooting a phylogenetic tree has not been extensively studied. In this paper, we introduce a new method of rooting a tree based on its branch length distribution; our method, which minimizes the variance of root to tip distances, is inspired by the traditional midpoint rerooting and is justified when deviations from the strict molecular clock are random. Like midpoint rerooting, the method can be implemented in a linear time algorithm. In extensive simulations that consider discordance between gene trees and the species tree, we show that the new method is more accurate than midpoint rerooting, but its relative accuracy compared to using outgroups to root gene trees depends on the size of the dataset and levels of deviations from the strict clock. We show high levels of error for all methods of rooting estimated gene trees due to factors that include effects of gene tree discordance, deviations from the clock, and gene tree estimation error. Our simulations, however, did not reveal significant differences between two equivalent methods for species tree estimation that use rooted and unrooted input, namely, STAR and NJst. Nevertheless, our results point to limitations of existing scalable rooting methods.

  3. Distance-independent individual tree diameter-increment model for Thuya [Tetraclinis articulata (VAHL.) MAST.] stands in Tunisia

    OpenAIRE

    T. Sghaier; M. Tome; J. Tome; M. Sanchez-Gonzalez; I. Cañellas; R. Calama

    2013-01-01

    Aim of study: The aim of the work was to develop an individual tree diameter-increment model for Thuya (Tetraclinis articulata) in Tunisia.Area of study: The natural Tetraclinis articulata stands at Jbel Lattrech in north-eastern of Tunisia.Material and methods:  Data came from 200 trees located in 50 sample plots. The diameter at age t and the diameter increment for the last five years obtained from cores taken at breast height were measured for each tree. Four difference equations derived f...

  4. Detecting Difference between Process Models Based on the Refined Process Structure Tree

    Directory of Open Access Journals (Sweden)

    Jing Fan

    2017-01-01

    Full Text Available The development of mobile workflow management systems (mWfMS leads to large number of business process models. In the meantime, the location restriction embedded in mWfMS may result in different process models for a single business process. In order to help users quickly locate the difference and rebuild the process model, detecting the difference between different process models is needed. Existing detection methods either provide a dissimilarity value to represent the difference or use predefined difference template to generate the result, which cannot reflect the entire composition of the difference. Hence, in this paper, we present a new approach to solve this problem. Firstly, we parse the process models to their corresponding refined process structure trees (PSTs, that is, decomposing a process model into a hierarchy of subprocess models. Then we design a method to convert the PST to its corresponding task based process structure tree (TPST. As a consequence, the problem of detecting difference between two process models is transformed to detect difference between their corresponding TPSTs. Finally, we obtain the difference between two TPSTs based on the divide and conquer strategy, where the difference is described by an edit script and we make the cost of the edit script close to minimum. The extensive experimental evaluation shows that our method can meet the real requirements in terms of precision and efficiency.

  5. Fault tree graphics

    International Nuclear Information System (INIS)

    Bass, L.; Wynholds, H.W.; Porterfield, W.R.

    1975-01-01

    Described is an operational system that enables the user, through an intelligent graphics terminal, to construct, modify, analyze, and store fault trees. With this system, complex engineering designs can be analyzed. This paper discusses the system and its capabilities. Included is a brief discussion of fault tree analysis, which represents an aspect of reliability and safety modeling

  6. New efficient utility upper bounds for the fully adaptive model of attack trees

    NARCIS (Netherlands)

    Buldas, Ahto; Lenin, Aleksandr

    2013-01-01

    We present a new fully adaptive computational model for attack trees that allows attackers to repeat atomic attacks if they fail and to play on if they are caught and have to pay penalties. The new model allows safer conclusions about the security of real-life systems and is somewhat

  7. Mathematical Model and Computational Analysis of Selected Transient States of Cylindrical Linear Induction Motor Fed via Frequency Converter

    Directory of Open Access Journals (Sweden)

    Andrzej Rusek

    2008-01-01

    Full Text Available The mathematical model of cylindrical linear induction motor (C-LIM fed via frequency converter is presented in the paper. The model was developed in order to analyze numerically the transient states. Problems concerning dynamics of ac-machines especially linear induction motor are presented in [1 – 7]. Development of C-LIM mathematical model is based on circuit method and analogy to rotary induction motor. The analogy between both: (a stator and rotor windings of rotary induction motor and (b winding of primary part of C-LIM (inductor and closed current circuits in external secondary part of C-LIM (race is taken into consideration. The equations of C-LIM mathematical model are presented as matrix together with equations expressing each vector separately. A computational analysis of selected transient states of C-LIM fed via frequency converter is presented in the paper. Two typical examples of C-LIM operation are considered for the analysis: (a starting the motor at various static loads and various synchronous velocities and (b reverse of the motor at the same operation conditions. Results of simulation are presented as transient responses including transient electromagnetic force, transient linear velocity and transient phase current.

  8. DLRS: gene tree evolution in light of a species tree.

    Science.gov (United States)

    Sjöstrand, Joel; Sennblad, Bengt; Arvestad, Lars; Lagergren, Jens

    2012-11-15

    PrIME-DLRS (or colloquially: 'Delirious') is a phylogenetic software tool to simultaneously infer and reconcile a gene tree given a species tree. It accounts for duplication and loss events, a relaxed molecular clock and is intended for the study of homologous gene families, for example in a comparative genomics setting involving multiple species. PrIME-DLRS uses a Bayesian MCMC framework, where the input is a known species tree with divergence times and a multiple sequence alignment, and the output is a posterior distribution over gene trees and model parameters. PrIME-DLRS is available for Java SE 6+ under the New BSD License, and JAR files and source code can be downloaded from http://code.google.com/p/jprime/. There is also a slightly older C++ version available as a binary package for Ubuntu, with download instructions at http://prime.sbc.su.se. The C++ source code is available upon request. joel.sjostrand@scilifelab.se or jens.lagergren@scilifelab.se. PrIME-DLRS is based on a sound probabilistic model (Åkerborg et al., 2009) and has been thoroughly validated on synthetic and biological datasets (Supplementary Material online).

  9. Microwave sensing of tree trunks

    Science.gov (United States)

    Jezova, Jana; Mertens, Laurence; Lambot, Sebastien

    2015-04-01

    The main subject of this research is the observation of the inner part of living tree trunks using ground-penetrating radar (GPR). Trees are everyday part of human life and therefore it is important to pay attention to the tree conditions. The most obvious consequence of the poor tree condition is dead or injury caused by falling tree. The trunk internal structure is divided into three main parts: heartwood, sapwood and bark, which make this medium highly anisotropic and heterogeneous. Furthermore, the properties of the wood are not only specie-dependent but also depend on genetic and on environmental conditions. In urban areas the main problem for the stability of the trees relies in the apparition of decays provoked by fungi, insect or birds. This results in cavities or decreasing of the support capacity of the tree. GPR has proved itself to be a very powerful electromagnetic tool for non-destructive detection of buried objects. Since the beginning of the 20th century it has been used in several different areas (archaeology, landmine detection, civil engineering, ...). GPR uses the principle of the scattering of the electromagnetic waves that are radiated from a transmitting antenna. Then the waves propagate through the medium and are reflected from the object and then they are received by a receiving antenna. The velocity of the scattered signal is determined primarily by the permittivity of the material. The optimal functionality of the GPR was investigated using the numerical simulation tool gprMax2D. This tool is based on a Finite-Difference Time-Domain (FDTD) numerical model. Subsequently, the GPR functionality was tested using the laboratory model of a decayed tree trunk. Afterwards, the results and lessons learnt in the simplified tests will be used in the processing of the real data and will help to achieve deeper understanding of them. The laboratory model of the tree trunk was made by plastic or carton pipes and filled by sand. Space inside the model

  10. Variation across mitochondrial gene trees provides evidence for systematic error: How much gene tree variation is biological?

    Science.gov (United States)

    Richards, Emilie J; Brown, Jeremy M; Barley, Anthony J; Chong, Rebecca A; Thomson, Robert C

    2018-02-19

    The use of large genomic datasets in phylogenetics has highlighted extensive topological variation across genes. Much of this discordance is assumed to result from biological processes. However, variation among gene trees can also be a consequence of systematic error driven by poor model fit, and the relative importance of biological versus methodological factors in explaining gene tree variation is a major unresolved question. Using mitochondrial genomes to control for biological causes of gene tree variation, we estimate the extent of gene tree discordance driven by systematic error and employ posterior prediction to highlight the role of model fit in producing this discordance. We find that the amount of discordance among mitochondrial gene trees is similar to the amount of discordance found in other studies that assume only biological causes of variation. This similarity suggests that the role of systematic error in generating gene tree variation is underappreciated and critical evaluation of fit between assumed models and the data used for inference is important for the resolution of unresolved phylogenetic questions.

  11. Development and Evaluation of Models for the Relationship between Tree Height and Diameter at Breast Height for Chinese-Fir Plantations in Subtropical China.

    Science.gov (United States)

    Li, Yan-qiong; Deng, Xiang-wen; Huang, Zhi-hong; Xiang, Wen-hua; Yan, Wen-de; Lei, Pi-feng; Zhou, Xiao-lu; Peng, Chang-hui

    2015-01-01

    Tree diameter at breast height (dbh) and height are the most important variables used in forest inventory and management as well as forest carbon-stock estimation. In order to identify the key stand variables that influence the tree height-dbh relationship and to develop and validate a suit of models for predicting tree height, data from 5961 tree samples aged from 6 years to 53 years and collected from 80 Chinese-fir plantation plots were used to fit 39 models, including 33 nonlinear models and 6 linear models, were developed and evaluated into two groups. The results showed that composite models performed better in height estimate than one-independent-variable models. Nonlinear composite Model 34 and linear composite Model 6 were recommended for predicting tree height in Chinese fir plantations with a dbh range between 4 cm and 40 cm when the dbh data for each tree and the quadratic mean dbh of the stand (Dq) and mean height of the stand (Hm) were available. Moreover, Hm could be estimated by using the formula Hm = 11.707 × l n(Dq)-18.032. Clearly, Dq was the primary stand variable that influenced the height-dbh relationship. The parameters of the models varied according to stand age and site. The inappropriate application of provincial or regional height-dbh models for predicting small tree height at local scale may result in larger uncertainties. The method and the recommended models developed in this study were statistically reliable for applications in growth and yield estimation for even-aged Chinese-fir plantation in Huitong and Changsha. The models could be extended to other regions and to other tree species only after verification in subtropical China.

  12. Supersonic induction plasma jet modeling

    International Nuclear Information System (INIS)

    Selezneva, S.E.; Boulos, M.I.

    2001-01-01

    Numerical simulations have been applied to study the argon plasma flow downstream of the induction plasma torch. It is shown that by means of the convergent-divergent nozzle adjustment and chamber pressure reduction, a supersonic plasma jet can be obtained. We investigate the supersonic and a more traditional subsonic plasma jets impinging onto a normal substrate. Comparing to the subsonic jet, the supersonic one is narrower and much faster. Near-substrate velocity and temperature boundary layers are thinner, so the heat flux near the stagnation point is higher in the supersonic jet. The supersonic plasma jet is characterized by the electron overpopulation and the domination of the recombination over the dissociation, resulting into the heating of the electron gas. Because of these processes, the supersonic induction plasma permits to separate spatially different functions (dissociation and ionization, transport and deposition) and to optimize each of them. The considered configuration can be advantageous in some industrial applications, such as plasma-assisted chemical vapor deposition of diamond and polymer-like films and in plasma spraying of nanoscaled powders

  13. Repetitive Reaction and Restitution (R3) induction of drought hardiness in conifer container seedlings

    Science.gov (United States)

    Jol Hodgson

    2011-01-01

    Planting failures are often attributed to unexpectedly harsh conditions after planting. Characterization of soil water at the planting site, along with associated influences of site preparation and soil texture, is recommended. Additionally, tree planting technique and seedling biology should be targeted to site conditions. A nursery regime for induction of drought...

  14. Prospective identification of adolescent suicide ideation using classification tree analysis: Models for community-based screening.

    Science.gov (United States)

    Hill, Ryan M; Oosterhoff, Benjamin; Kaplow, Julie B

    2017-07-01

    Although a large number of risk markers for suicide ideation have been identified, little guidance has been provided to prospectively identify adolescents at risk for suicide ideation within community settings. The current study addressed this gap in the literature by utilizing classification tree analysis (CTA) to provide a decision-making model for screening adolescents at risk for suicide ideation. Participants were N = 4,799 youth (Mage = 16.15 years, SD = 1.63) who completed both Waves 1 and 2 of the National Longitudinal Study of Adolescent to Adult Health. CTA was used to generate a series of decision rules for identifying adolescents at risk for reporting suicide ideation at Wave 2. Findings revealed 3 distinct solutions with varying sensitivity and specificity for identifying adolescents who reported suicide ideation. Sensitivity of the classification trees ranged from 44.6% to 77.6%. The tree with greatest specificity and lowest sensitivity was based on a history of suicide ideation. The tree with moderate sensitivity and high specificity was based on depressive symptoms, suicide attempts or suicide among family and friends, and social support. The most sensitive but least specific tree utilized these factors and gender, ethnicity, hours of sleep, school-related factors, and future orientation. These classification trees offer community organizations options for instituting large-scale screenings for suicide ideation risk depending on the available resources and modality of services to be provided. This study provides a theoretically and empirically driven model for prospectively identifying adolescents at risk for suicide ideation and has implications for preventive interventions among at-risk youth. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  15. Interplay between field observations and numerical modeling to understand temporal pulsing of tree root throw processes, Canadian Rockies, Canada

    Science.gov (United States)

    Martin, Y. E.; Johnson, E. A.; Chaikina, O.

    2013-10-01

    During the cycle of forest disturbance, regeneration, and maturity, tree mortality leading to topple is a regular occurrence. When tree topple occurs relatively soon after mortality and if the tree has attained some threshold diameter at breast height (dbh) at the time of death, then notable amounts of soil may be upheaved along with the root wad. This upheaval may result in sediment transfers and soil production. A combination of field evidence and numerical modeling is used herein to gain insights regarding the temporal dynamics of tree topple, associated root throw processes, and pit-mound microtopography. Results from our model of tree population dynamics demonstrate temporal patterns in root throw processes in subalpine forests of the Canadian Rockies, a region in which forests are affected largely by wildfire disturbance. As the forest regenerates after disturbance, the new cohort of trees has to reach a critical dbh before significant root plate upheaval can occur; in the subalpine forests of the Canadian Rockies, this may take up to ~ 102 years. Once trees begin to reach this critical dbh for root plate upheaval, a period of sporadic root throw arises that is caused by mortality of trees during competition. In due course, another wildfire will occur on the landscape and a period of much increased root throw activity then takes place for the next several decades; tree sizes and, therefore, the amount of sediment disturbance will be greater the longer the time period since the previous fire. Results of previous root throw studies covering a number of regional settings are used to guide an exercise in diffusion modeling with the aim of defining a range of reasonable diffusion coefficients for pit-mound degradation; the most appropriate values to fit the field data ranged from 0.01 m2 y- 1 to 0.1 m2 y- 1. A similar exercise is then undertaken that is guided by our field observations in subalpine forests of the Canadian Rockies. For these forests, the most

  16. Specific and generic stem biomass and volume models of tree species in a West African tropical semi-deciduous forest

    DEFF Research Database (Denmark)

    Goussanou, Cédric A.; Guendehou, Sabin; Assogbadjo, Achille E.

    2016-01-01

    The quantification of the contribution of tropical forests to global carbon stocks and climate change mitigation requires availability of data and tools such as allometric equations. This study made available volume and biomass models for eighteen tree species in a semi-deciduous tropical forest...... in West Africa. Generic models were also developed for the forest ecosystem, and basic wood density determined for the tree species. Non-destructive sampling approach was carried out on five hundred and one sample trees to analyse stem volume and biomass. From the modelling of volume and biomass...... enabled to conclude that the non-destructive sampling was a good approach to determining reliable basic wood density. The comparative analysis of species-specific models in this study with selected generic models for tropical forests indicated low probability to identify effective generic models with good...

  17. About rats and jackfruit trees: modeling the carrying capacity of a Brazilian Atlantic Forest spiny-rat Trinomys dimidiatus (Günther, 1877) - Rodentia, Echimyidae - population with varying jackfruit tree (Artocarpus heterophyllus L.) abundances.

    Science.gov (United States)

    Mello, J H F; Moulton, T P; Raíces, D S L; Bergallo, H G

    2015-01-01

    We carried out a six-year study aimed at evaluating if and how a Brazilian Atlantic Forest small mammal community responded to the presence of the invasive exotic species Artocarpus heterophyllus, the jackfruit tree. In the surroundings of Vila Dois Rios, Ilha Grande, RJ, 18 grids were established, 10 where the jackfruit tree was present and eight were it was absent. Previous results indicated that the composition and abundance of this small mammal community were altered by the presence and density of A. heterophyllus. One observed effect was the increased population size of the spiny-rat Trinomys dimidiatus within the grids where the jackfruit trees were present. Therefore we decided to create a mathematical model for this species, based on the Verhulst-Pearl logistic equation. Our objectives were i) to calculate the carrying capacity K based on real data of the involved species and the environment; ii) propose and evaluate a mathematical model to estimate the population size of T. dimidiatus based on the monthly seed production of jackfruit tree, Artocarpus heterophyllus and iii) determinate the minimum jackfruit tree seed production to maintain at least two T. dimidiatus individuals in one study grid. Our results indicated that the predicted values by the model for the carrying capacity K were significantly correlated with real data. The best fit was found considering 20~35% energy transfer efficiency between trophic levels. Within the scope of assumed premises, our model showed itself to be an adequate simulator for Trinomys dimidiatus populations where the invasive jackfruit tree is present.

  18. Pricing Options and Equity-Indexed Annuities in a Regime-switching Model by Trinomial Tree Method

    Directory of Open Access Journals (Sweden)

    Fei Lung Yuen

    2011-12-01

    Full Text Available In this paper we summarize the main idea and results of Yuen and Yang (2009, 2010a, 2010b and provide some results on pricing of Parisian options under the Markov regime-switching model (MRSM. The MRSM allows the parameters of the market model depending on a Markovian process, and the model can reflect the information of the market environment which cannot be modeled solely by linear Gaussian process. However, when the parameters of the stock price model are not constant but governed by a Markovian process, the pricing of the options becomes complex. We present a fast and simple trinomial tree model to price options in MRSM. In recent years, the pricing of modern insurance products, such as Equity-Indexed annuity (EIA and variable annuities (VAs, has become a popular topic. We show here that our trinomial tree model can been used to price EIA with strong path dependent exotic options in the regime switching model.

  19. Monitoring small pioneer trees in the forest-tundra ecotone: using multi-temporal airborne laser scanning data to model height growth.

    Science.gov (United States)

    Hauglin, Marius; Bollandsås, Ole Martin; Gobakken, Terje; Næsset, Erik

    2017-12-08

    Monitoring of forest resources through national forest inventory programmes is carried out in many countries. The expected climate changes will affect trees and forests and might cause an expansion of trees into presently treeless areas, such as above the current alpine tree line. It is therefore a need to develop methods that enable the inclusion of also these areas into monitoring programmes. Airborne laser scanning (ALS) is an established tool in operational forest inventories, and could be a viable option for monitoring tasks. In the present study, we used multi-temporal ALS data with point density of 8-15 points per m 2 , together with field measurements from single trees in the forest-tundra ecotone along a 1500-km-long transect in Norway. The material comprised 262 small trees with an average height of 1.78 m. The field-measured height growth was derived from height measurements at two points in time. The elapsed time between the two measurements was 4 years. Regression models were then used to model the relationship between ALS-derived variables and tree heights as well as the height growth. Strong relationships between ALS-derived variables and tree heights were found, with R 2 values of 0.93 and 0.97 for the two points in time. The relationship between the ALS data and the field-derived height growth was weaker, with R 2 values of 0.36-0.42. A cross-validation gave corresponding results, with root mean square errors of 19 and 11% for the ALS height models and 60% for the model relating ALS data to single-tree height growth.

  20. Are self-thinning contraints needed in a tree-specific mortality model.

    Science.gov (United States)

    Robert A. Monserud; Thomas Ledermann; Hubert. Sterba

    2005-01-01

    Can a tree-specific mortality model elicit expected forest stand density dynamics without imposing stand-level constraints such as Reineke's maximum stand density index (SDI,) or the -312 power law of self-thinning? We examine this emergent properties question using the Austrian stand simulator PROGNAUS. This simulator was chosen specifically because it does not...

  1. The spectral dimension of random trees

    International Nuclear Information System (INIS)

    Destri, Claudio; Donetti, Luca

    2002-01-01

    We present a simple yet rigorous approach to the determination of the spectral dimension of random trees, based on the study of the massless limit of the Gaussian model on such trees. As a by-product, we obtain evidence in favour of a new scaling hypothesis for the Gaussian model on generic bounded graphs and in favour of a previously conjectured exact relation between spectral and connectivity dimensions on more general tree-like structures

  2. Calculation of Individual Tree Water Use in a Bornean Tropical Rain Forest Using Individual-Based Dynamic Vegetation Model SEIB-DGVM

    Science.gov (United States)

    Nakai, T.; Kumagai, T.; Saito, T.; Matsumoto, K.; Kume, T.; Nakagawa, M.; Sato, H.

    2015-12-01

    Bornean tropical rain forests are among the moistest biomes of the world with abundant rainfall throughout the year, and considered to be vulnerable to a change in the rainfall regime; e.g., high tree mortality was reported in such forests induced by a severe drought associated with the ENSO event in 1997-1998. In order to assess the effect (risk) of future climate change on eco-hydrology in such tropical rain forests, it is important to understand the water use of trees individually, because the vulnerability or mortality of trees against climate change can depend on the size of trees. Therefore, we refined the Spatially Explicit Individual-Based Dynamic Global Vegetation Model (SEIB-DGVM) so that the transpiration and its control by stomata are calculated for each individual tree. By using this model, we simulated the transpiration of each tree and its DBH-size dependency, and successfully reproduced the measured data of sap flow of trees and eddy covariance flux data obtained in a Bornean lowland tropical rain forest in Lambir Hills National Park, Sarawak, Malaysia.

  3. Estimating cavity tree and snag abundance using negative binomial regression models and nearest neighbor imputation methods

    Science.gov (United States)

    Bianca N.I. Eskelson; Hailemariam Temesgen; Tara M. Barrett

    2009-01-01

    Cavity tree and snag abundance data are highly variable and contain many zero observations. We predict cavity tree and snag abundance from variables that are readily available from forest cover maps or remotely sensed data using negative binomial (NB), zero-inflated NB, and zero-altered NB (ZANB) regression models as well as nearest neighbor (NN) imputation methods....

  4. Water, gravity and trees: Relationship of tree-ring widths and total water storage dynamics

    Science.gov (United States)

    Creutzfeldt, B.; Heinrich, I.; Merz, B.; Blume, T.; Güntner, A.

    2012-04-01

    Water stored in the subsurface as groundwater or soil moisture is the main fresh water source not only for drinking water and food production but also for the natural vegetation. In a changing environment water availability becomes a critical issue in many different regions. Long-term observations of the past are needed to improve the understanding of the hydrological system and the prediction of future developments. Tree ring data have repeatedly proved to be valuable sources for reconstructing long-term climate dynamics, e.g. temperature, precipitation and different hydrological variables. In water-limited environments, tree growth is primarily influenced by total water stored in the subsurface and hence, tree-ring records usually contain information about subsurface water storage. The challenge is to retrieve the information on total water storage from tree rings, because a training dataset of water stored in the sub-surface is required for calibration against the tree-ring series. However, measuring water stored in the subsurface is notoriously difficult. We here present high-precision temporal gravimeter measurements which allow for the depth-integrated quantification of total water storage dynamics at the field scale. In this study, we evaluate the relationship of total water storage change and tree ring growth also in the context of the complex interactions of other meteorological forcing factors. A tree-ring chronology was derived from a Norway spruce stand in the Bavarian Forest, Germany. Total water storage dynamics were measured directly by the superconducting gravimeter of the Geodetic Observatory Wettzell for a 9-years period. Time series were extended to 63-years period by a hydrological model using gravity data as the only calibration constrain. Finally, water storage changes were reconstructed based on the relationship between the hydrological model and the tree-ring chronology. Measurement results indicate that tree-ring growth is primarily

  5. A Waterline Extraction Method from Remote Sensing Image Based on Quad-tree and Multiple Active Contour Model

    Directory of Open Access Journals (Sweden)

    YU Jintao

    2016-09-01

    Full Text Available After the characteristics of geodesic active contour model (GAC, Chan-Vese model(CV and local binary fitting model(LBF are analyzed, and the active contour model based on regions and edges is combined with image segmentation method based on quad-tree, a waterline extraction method based on quad-tree and multiple active contour model is proposed in this paper. Firstly, the method provides an initial contour according to quad-tree segmentation. Secondly, a new signed pressure force(SPF function based on global image statistics information of CV model and local image statistics information of LBF model has been defined, and then ,the edge stopping function(ESF is replaced by the proposed SPF function, which solves the problem such as evolution stopped in advance and excessive evolution. Finally, the selective binary and Gaussian filtering level set method is used to avoid reinitializing and regularization to improve the evolution efficiency. The experimental results show that this method can effectively extract the weak edges and serious concave edges, and owns some properties such as sub-pixel accuracy, high efficiency and reliability for waterline extraction.

  6. Data to support "Boosted Regression Tree Models to Explain Watershed Nutrient Concentrations & Biological Condition"

    Data.gov (United States)

    U.S. Environmental Protection Agency — Spreadsheets are included here to support the manuscript "Boosted Regression Tree Models to Explain Watershed Nutrient Concentrations and Biological Condition". This...

  7. A simple, single-substrate model to interpret intra-annual stable isotope signals in tree-ring cellulose

    Science.gov (United States)

    Ogée, J.; Barbour, M. M.; Wingate, L.; Bert, D.; Bosc, A.; Stievenard, M.; Lambrot, C.; Pierre, M.; Bariac, T.; Dewar, R. C.

    2009-04-01

    High-resolution intra-annual measurements of the carbon and oxygen stable isotope composition of cellulose in annual tree rings (δ13Ccellulose and δ18Ocellulose, respectively) reveal well-defined seasonal patterns that could contain valuable records of past climate and tree function. Interpreting these signals is nonetheless complex because they not only record the signature of current assimilates, but also depend on carbon allocation dynamics within the trees. Here, we present a simple, single-substrate model for wood growth containing only 12 main parameters. The model is used to interpret an isotopic intra-annual chronology collected in an even-aged maritime pine plantation growing in the South-West of France, where climate, soil and flux variables were also monitored. The empirical δ13Ccellulose and δ18Ocellulose exhibit dynamic seasonal patterns, with clear differences between years and individuals, that are mostly captured by the model. In particular, the amplitude of both signals is reproduced satisfactorily as well as the sharp 18O enrichment at the beginning of 1997 and the less pronounced 13C and 18O depletion observed at the end of the latewood. Our results suggest that the single-substrate hypothesis is a good approximation for tree ring studies on Pinus pinaster, at least for the environmental conditions covered by this study. A sensitivity analysis revealed that, in the early wood, the model was particularly sensitive to the date when cell wall thickening begins (twt). We therefore propose to use the model to reconstruct time series of twt and explore how climate influences this key parameter of xylogenesis.

  8. Random tree growth by vertex splitting

    International Nuclear Information System (INIS)

    David, F; Dukes, W M B; Jonsson, T; Stefánsson, S Ö

    2009-01-01

    We study a model of growing planar tree graphs where in each time step we separate the tree into two components by splitting a vertex and then connect the two pieces by inserting a new link between the daughter vertices. This model generalizes the preferential attachment model and Ford's α-model for phylogenetic trees. We develop a mean field theory for the vertex degree distribution, prove that the mean field theory is exact in some special cases and check that it agrees with numerical simulations in general. We calculate various correlation functions and show that the intrinsic Hausdorff dimension can vary from 1 to ∞, depending on the parameters of the model

  9. Dynamics of leaf gas exchange, xylem and phloem transport, water potential and carbohydrate concentration in a realistic 3-D model tree crown.

    Science.gov (United States)

    Nikinmaa, Eero; Sievänen, Risto; Hölttä, Teemu

    2014-09-01

    Tree models simulate productivity using general gas exchange responses and structural relationships, but they rarely check whether leaf gas exchange and resulting water and assimilate transport and driving pressure gradients remain within acceptable physical boundaries. This study presents an implementation of the cohesion-tension theory of xylem transport and the Münch hypothesis of phloem transport in a realistic 3-D tree structure and assesses the gas exchange and transport dynamics. A mechanistic model of xylem and phloem transport was used, together with a tested leaf assimilation and transpiration model in a realistic tree architecture to simulate leaf gas exchange and water and carbohydrate transport within an 8-year-old Scots pine tree. The model solved the dynamics of the amounts of water and sucrose solute in the xylem, cambium and phloem using a fine-grained mesh with a system of coupled ordinary differential equations. The simulations predicted the observed patterns of pressure gradients and sugar concentration. Diurnal variation of environmental conditions influenced tree-level gradients in turgor pressure and sugar concentration, which are important drivers of carbon allocation. The results and between-shoot variation were sensitive to structural and functional parameters such as tree-level scaling of conduit size and phloem unloading. Linking whole-tree-level water and assimilate transport, gas exchange and sink activity opens a new avenue for plant studies, as features that are difficult to measure can be studied dynamically with the model. Tree-level responses to local and external conditions can be tested, thus making the approach described here a good test-bench for studies of whole-tree physiology.

  10. Fault-Tree Modeling of Safety-Critical Network Communication in a Digitalized Nuclear Power Plant

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Sang Hun; Kang, Hyun Gook [KAIST, Daejeon (Korea, Republic of)

    2015-10-15

    To achieve technical self-reliance for nuclear I and C systems in Korea, the Advanced Power Reactor 1400 (APR-1400) man-machine interface system (MMIS) architecture was developed by the Korea Atomic Energy Research Institute (KAERI). As one of the systems in the developed MMIS architecture, the Engineered Safety Feature-Component Control System (ESF-CCS) employs a network communication system for the transmission of safety-critical information from group controllers (GCs) to loop controllers (LCs) to effectively accommodate the vast number of field controllers. The developed fault-tree model was then applied to several case studies. As an example of the development of a fault-tree model for ESF-CCS signal failure, the fault-tree model of ESF-CCS signal failure for CS pump PP01A in the CSAS condition was designed by considering the identified hazardous states of network failure that would result in a failure to provide input signals to the corresponding LC. The quantitative results for four case studies demonstrated that the probability of overall network communication failure, which was calculated as the sum of the failure probability associated with each failure cause, contributes up to 1.88% of the probability of ESF-CCS signal failure for the CS pump considered in the case studies.

  11. Behavior and sensitivity of an optimal tree diameter growth model under data uncertainty

    Science.gov (United States)

    Don C. Bragg

    2005-01-01

    Using loblolly pine, shortleaf pine, white oak, and northern red oak as examples, this paper considers the behavior of potential relative increment (PRI) models of optimal tree diameter growth under data uncertainity. Recommendations on intial sample size and the PRI iteractive curve fitting process are provided. Combining different state inventories prior to PRI model...

  12. A systematic fault tree analysis based on multi-level flow modeling

    International Nuclear Information System (INIS)

    Gofuku, Akio; Ohara, Ai

    2010-01-01

    The fault tree analysis (FTA) is widely applied for the safety evaluation of a large-scale and mission-critical system. Because the potential of the FTA, however, strongly depends on human skill of analyzers, problems are pointed out in (1) education and training, (2) unreliable quality, (3) necessity of expertise knowledge, and (4) update of FTA results after the reconstruction of a target system. To get rid of these problems, many techniques to systematize FTA activities by applying computer technologies have been proposed. However, these techniques only use structural information of a target system and do not use functional information that is one of important properties of an artifact. The principle of FTA is to trace comprehensively cause-effect relations from a top undesirable effect to anomaly causes. The tracing is similar to the causality estimation technique that the authors proposed to find plausible counter actions to prevent or to mitigate the undesirable behavior of plants based on the model by a functional modeling technique, Multilevel Flow Modeling (MFM). The authors have extended this systematic technique to construct a fault tree (FT). This paper presents an algorithm of systematic construction of FT based on MFM models and demonstrates the applicability of the extended technique by the FT construction result of a cooling plant of nitric acid. (author)

  13. A novel model for rapid induction of apoptosis in spiral ganglions of mice.

    Science.gov (United States)

    Lee, Ji Eun; Nakagawa, Takayuki; Kim, Tae Soo; Iguchi, Fukuichiro; Endo, Tsuyoshi; Dong, Youyi; Yuki, Kazuo; Naito, Yasushi; Lee, Sang Heun; Ito, Juichi

    2003-06-01

    The survival of the spiral ganglion (SG) is a critical issue in preservation of hearing. Research on topics related to this issue requires a mouse experimental model because such a model has advantages including use of genetic information and knockout or "knockin" mice. Thus, the aim of the study was to establish a mouse model for induction of apoptosis of SG neurons with a definite time course. Laboratory study using experimental animals. C57BL/6 mice were used as experimental animals and were subjected to direct application of cisplatin into the inner ear. Terminal deoxynucleotidyl transferase-mediated dUTP nick-end labeling (TUNEL) assay and immunostaining for Neurofilament 200-kD (NF) and peripherin were used for analysis of SG degeneration. In addition, generation of peroxynitrite in affected spiral ganglions was examined by immunostaining for nitrotyrosine. Cellular location of activated caspase-9 and cytochrome-c in dying SG neurons were examined for analysis of cell death pathway. The TUNEL assay and immunohistochemical analysis for NF and peripherin indicated that type I neurons in spiral ganglions were deleted through the apoptotic pathway over time. Spiral ganglion neurons treated with cisplatin exhibited expression of nitrotyrosine, indicating induction of peroxynitrite by cisplatin. In dying SG neurons, expression of activated caspase-9 and translocation of cytochrome-c from mitochondria to cytoplasm were observed, indicating the mitochondrial pathway of apoptosis. The predictable fashion of induction of apoptosis in SG neurons over a well-defined time course in the model in the study will aid studies of the molecular mechanism of cell death and elucidation of a strategy for prevention of SG degeneration.

  14. An effective fractal-tree closure model for simulating blood flow in large arterial networks.

    Science.gov (United States)

    Perdikaris, Paris; Grinberg, Leopold; Karniadakis, George Em

    2015-06-01

    The aim of the present work is to address the closure problem for hemodynamic simulations by developing a flexible and effective model that accurately distributes flow in the downstream vasculature and can stably provide a physiological pressure outflow boundary condition. To achieve this goal, we model blood flow in the sub-pixel vasculature by using a non-linear 1D model in self-similar networks of compliant arteries that mimic the structure and hierarchy of vessels in the meso-vascular regime (radii [Formula: see text]). We introduce a variable vessel length-to-radius ratio for small arteries and arterioles, while also addressing non-Newtonian blood rheology and arterial wall viscoelasticity effects in small arteries and arterioles. This methodology aims to overcome substantial cut-off radius sensitivities, typically arising in structured tree and linearized impedance models. The proposed model is not sensitive to outflow boundary conditions applied at the end points of the fractal network, and thus does not require calibration of resistance/capacitance parameters typically required for outflow conditions. The proposed model convergences to a periodic state in two cardiac cycles even when started from zero-flow initial conditions. The resulting fractal-trees typically consist of thousands to millions of arteries, posing the need for efficient parallel algorithms. To this end, we have scaled up a Discontinuous Galerkin solver that utilizes the MPI/OpenMP hybrid programming paradigm to thousands of computer cores, and can simulate blood flow in networks of millions of arterial segments at the rate of one cycle per 5 min. The proposed model has been extensively tested on a large and complex cranial network with 50 parent, patient-specific arteries and 21 outlets to which fractal trees where attached, resulting to a network of up to 4,392,484 vessels in total, and a detailed network of the arm with 276 parent arteries and 103 outlets (a total of 702,188 vessels

  15. Macroscopic Models of Clique Tree Growth for Bayesian Networks

    Data.gov (United States)

    National Aeronautics and Space Administration — In clique tree clustering, inference consists of propagation in a clique tree compiled from a Bayesian network. In this paper, we develop an analytical approach to...

  16. Rethinking plant functional types in Earth System Models: pan-tropical analysis of tree survival across environmental gradients

    Science.gov (United States)

    Johnson, D. J.; Needham, J.; Xu, C.; Davies, S. J.; Bunyavejchewin, S.; Giardina, C. P.; Condit, R.; Cordell, S.; Litton, C. M.; Hubbell, S.; Kassim, A. R. B.; Shawn, L. K. Y.; Nasardin, M. B.; Ong, P.; Ostertag, R.; Sack, L.; Tan, S. K. S.; Yap, S.; McDowell, N. G.; McMahon, S.

    2016-12-01

    Terrestrial carbon cycling is a function of the growth and survival of trees. Current model representations of tree growth and survival at a global scale rely on coarse plant functional traits that are parameterized very generally. In view of the large biodiversity in the tropical forests, it is important that we account for the functional diversity in order to better predict tropical forest responses to future climate changes. Several next generation Earth System Models are moving towards a size-structured, trait-based approach to modelling vegetation globally, but the challenge of which and how many traits are necessary to capture forest complexity remains. Additionally, the challenge of collecting sufficient trait data to describe the vast species richness of tropical forests is enormous. We propose a more fundamental approach to these problems by characterizing forests by their patterns of survival. We expect our approach to distill real-world tree survival into a reasonable number of functional types. Using 10 large-area tropical forest plots that span geographic, edaphic and climatic gradients, we model tree survival as a function of tree size for hundreds of species. We found surprisingly few categories of size-survival functions emerge. This indicates some fundamental strategies at play across diverse forests to constrain the range of possible size-survival functions. Initial cluster analysis indicates that four to eight functional forms are necessary to describe variation in size-survival relations. Temporal variation in size-survival functions can be related to local environmental variation, allowing us to parameterize how demographically similar groups of species respond to perturbations in the ecosystem. We believe this methodology will yield a synthetic approach to classifying forest systems that will greatly reduce uncertainty and complexity in global vegetation models.

  17. Allometric convergence in savanna trees and implications for the use of plant scaling models in variable ecosystems.

    Directory of Open Access Journals (Sweden)

    Andrew T Tredennick

    Full Text Available Theoretical models of allometric scaling provide frameworks for understanding and predicting how and why the morphology and function of organisms vary with scale. It remains unclear, however, if the predictions of 'universal' scaling models for vascular plants hold across diverse species in variable environments. Phenomena such as competition and disturbance may drive allometric scaling relationships away from theoretical predictions based on an optimized tree. Here, we use a hierarchical Bayesian approach to calculate tree-specific, species-specific, and 'global' (i.e. interspecific scaling exponents for several allometric relationships using tree- and branch-level data harvested from three savanna sites across a rainfall gradient in Mali, West Africa. We use these exponents to provide a rigorous test of three plant scaling models (Metabolic Scaling Theory (MST, Geometric Similarity, and Stress Similarity in savanna systems. For the allometric relationships we evaluated (diameter vs. length, aboveground mass, stem mass, and leaf mass the empirically calculated exponents broadly overlapped among species from diverse environments, except for the scaling exponents for length, which increased with tree cover and density. When we compare empirical scaling exponents to the theoretical predictions from the three models we find MST predictions are most consistent with our observed allometries. In those situations where observations are inconsistent with MST we find that departure from theory corresponds with expected tradeoffs related to disturbance and competitive interactions. We hypothesize savanna trees have greater length-scaling exponents than predicted by MST due to an evolutionary tradeoff between fire escape and optimization of mechanical stability and internal resource transport. Future research on the drivers of systematic allometric variation could reconcile the differences between observed scaling relationships in variable ecosystems and

  18. Current and potential tree locations in tree line ecotone of Changbai Mountains, Northeast China: the controlling effects of topography.

    Science.gov (United States)

    Zong, Shengwei; Wu, Zhengfang; Xu, Jiawei; Li, Ming; Gao, Xiaofeng; He, Hongshi; Du, Haibo; Wang, Lei

    2014-01-01

    Tree line ecotone in the Changbai Mountains has undergone large changes in the past decades. Tree locations show variations on the four sides of the mountains, especially on the northern and western sides, which has not been fully explained. Previous studies attributed such variations to the variations in temperature. However, in this study, we hypothesized that topographic controls were responsible for causing the variations in the tree locations in tree line ecotone of the Changbai Mountains. To test the hypothesis, we used IKONOS images and WorldView-1 image to identify the tree locations and developed a logistic regression model using topographical variables to identify the dominant controls of the tree locations. The results showed that aspect, wetness, and slope were dominant controls for tree locations on western side of the mountains, whereas altitude, SPI, and aspect were the dominant factors on northern side. The upmost altitude a tree can currently reach was 2140 m asl on the northern side and 2060 m asl on western side. The model predicted results showed that habitats above the current tree line on the both sides were available for trees. Tree recruitments under the current tree line may take advantage of the available habitats at higher elevations based on the current tree location. Our research confirmed the controlling effects of topography on the tree locations in the tree line ecotone of Changbai Mountains and suggested that it was essential to assess the tree response to topography in the research of tree line ecotone.

  19. Potential pitfalls of modelling ribosomal RNA data in phylogenetic tree reconstruction: evidence from case studies in the Metazoa.

    Science.gov (United States)

    Letsch, Harald O; Kjer, Karl M

    2011-05-27

    Failure to account for covariation patterns in helical regions of ribosomal RNA (rRNA) genes has the potential to misdirect the estimation of the phylogenetic signal of the data. Furthermore, the extremes of length variation among taxa, combined with regional substitution rate variation can mislead the alignment of rRNA sequences and thus distort subsequent tree reconstructions. However, recent developments in phylogenetic methodology now allow a comprehensive integration of secondary structures in alignment and tree reconstruction analyses based on rRNA sequences, which has been shown to correct some of these problems. Here, we explore the potentials of RNA substitution models and the interactions of specific model setups with the inherent pattern of covariation in rRNA stems and substitution rate variation among loop regions. We found an explicit impact of RNA substitution models on tree reconstruction analyses. The application of specific RNA models in tree reconstructions is hampered by interaction between the appropriate modelling of covarying sites in stem regions, and excessive homoplasy in some loop regions. RNA models often failed to recover reasonable trees when single-stranded regions are excessively homoplastic, because these regions contribute a greater proportion of the data when covarying sites are essentially downweighted. In this context, the RNA6A model outperformed all other models, including the more parametrized RNA7 and RNA16 models. Our results depict a trade-off between increased accuracy in estimation of interdependencies in helical regions with the risk of magnifying positions lacking phylogenetic signal. We can therefore conclude that caution is warranted when applying rRNA covariation models, and suggest that loop regions be independently screened for phylogenetic signal, and eliminated when they are indistinguishable from random noise. In addition to covariation and homoplasy, other factors, like non-stationarity of substitution rates

  20. Phylogenetic trees in bioinformatics

    Energy Technology Data Exchange (ETDEWEB)

    Burr, Tom L [Los Alamos National Laboratory

    2008-01-01

    Genetic data is often used to infer evolutionary relationships among a collection of viruses, bacteria, animal or plant species, or other operational taxonomic units (OTU). A phylogenetic tree depicts such relationships and provides a visual representation of the estimated branching order of the OTUs. Tree estimation is unique for several reasons, including: the types of data used to represent each OTU; the use ofprobabilistic nucleotide substitution models; the inference goals involving both tree topology and branch length, and the huge number of possible trees for a given sample of a very modest number of OTUs, which implies that fmding the best tree(s) to describe the genetic data for each OTU is computationally demanding. Bioinformatics is too large a field to review here. We focus on that aspect of bioinformatics that includes study of similarities in genetic data from multiple OTUs. Although research questions are diverse, a common underlying challenge is to estimate the evolutionary history of the OTUs. Therefore, this paper reviews the role of phylogenetic tree estimation in bioinformatics, available methods and software, and identifies areas for additional research and development.

  1. Computational model of a whole tree combustor

    Energy Technology Data Exchange (ETDEWEB)

    Bryden, K.M.; Ragland, K.W. [Univ. of Wisconsin, Madison, WI (United States)

    1993-12-31

    A preliminary computational model has been developed for the whole tree combustor and compared to test results. In the simulation model presented hardwood logs, 15 cm in diameter are burned in a 4 m deep fuel bed. Solid and gas temperature, solid and gas velocity, CO, CO{sub 2}, H{sub 2}O, HC and O{sub 2} profiles are calculated. This deep, fixed bed combustor obtains high energy release rates per unit area due to the high inlet air velocity and extended reaction zone. The lowest portion of the overall bed is an oxidizing region and the remainder of the bed acts as a gasification and drying region. The overfire air region completes the combustion. Approximately 40% of the energy is released in the lower oxidizing region. The wood consumption rate obtained from the computational model is 4,110 kg/m{sup 2}-hr which matches well the consumption rate of 3,770 kg/m{sup 2}-hr observed during the peak test period of the Aurora, MN test. The predicted heat release rate is 16 MW/m{sup 2} (5.0*10{sup 6} Btu/hr-ft{sup 2}).

  2. Modeling And Simulation Of Highly Advanced Multilevel Inverter For Speed Control Of Induction Motor

    Directory of Open Access Journals (Sweden)

    Ravi Raj

    2017-02-01

    Full Text Available In this Paper the problem of removing Power dissipation from single phase Induction Motor with DC sources is considered by the speed control of Induction Motor with highly advanced 9-Level multi-level Inverter which having approximate zero Harmonics. As the demand of power is increasing day by day. So that we must introduced very advanced Electrical Instruments which having high efficiency and less dissipation of power. The requirement of very advanced Inverter is necessary. Here we are designing a Multi-level Inverter up to the 9-level using IGBT Insulated-gate bipolar transistor by Mat lab which having negligible total harmonic distortion THD thats why it will control the speed of single phase Induction motor which is presently widely used in our daily needs. Also several informative Simulation results verify the authority and truthiness of the proposed Model.

  3. Using a cylindrical vortex model to assess the induction zone infront of aligned and yawed rotors

    DEFF Research Database (Denmark)

    Branlard, Emmanuel Simon Pierre; Meyer Forsting, Alexander Raul

    2015-01-01

    . The mean relative error is estimated in the induction zone and foundto be below 0.4% for the aligned flows tested and below 1.3% for the yawed test cases. Thecomputational time required by the analytical model is in the order of thousands of timesless than the one required by the actuator disk simulation.......Analytical formulae for the velocity field induced by a cylindrical vortex wake model areapplied to assess the induction zone in front of aligned and yawed rotors. The results arecompared to actuator disk (AD) simulations for different operating conditions, includingfinite tip-speed ratios...

  4. Comparative study of biodegradability prediction of chemicals using decision trees, functional trees, and logistic regression.

    Science.gov (United States)

    Chen, Guangchao; Li, Xuehua; Chen, Jingwen; Zhang, Ya-Nan; Peijnenburg, Willie J G M

    2014-12-01

    Biodegradation is the principal environmental dissipation process of chemicals. As such, it is a dominant factor determining the persistence and fate of organic chemicals in the environment, and is therefore of critical importance to chemical management and regulation. In the present study, the authors developed in silico methods assessing biodegradability based on a large heterogeneous set of 825 organic compounds, using the techniques of the C4.5 decision tree, the functional inner regression tree, and logistic regression. External validation was subsequently carried out by 2 independent test sets of 777 and 27 chemicals. As a result, the functional inner regression tree exhibited the best predictability with predictive accuracies of 81.5% and 81.0%, respectively, on the training set (825 chemicals) and test set I (777 chemicals). Performance of the developed models on the 2 test sets was subsequently compared with that of the Estimation Program Interface (EPI) Suite Biowin 5 and Biowin 6 models, which also showed a better predictability of the functional inner regression tree model. The model built in the present study exhibits a reasonable predictability compared with existing models while possessing a transparent algorithm. Interpretation of the mechanisms of biodegradation was also carried out based on the models developed. © 2014 SETAC.

  5. Comparison of two inductive learning methods: A case study in failed fuel identification

    Energy Technology Data Exchange (ETDEWEB)

    Reifman, J. [Argonne National Lab., IL (United States); Lee, J.C. [Michigan Univ., Ann Arbor, MI (United States). Dept. of Nuclear Engineering

    1992-05-01

    Two inductive learning methods, the ID3 and Rg algorithms, are studied as a means for systematically and automatically constructing the knowledge base of expert systems. Both inductive learning methods are general-purpose and use information entropy as a discriminatory measure in order to group objects of a common class. ID3 constructs a knowledge base by building decision trees that discriminate objects of a data set as a function of their class. Rg constructs a knowledge base by grouping objects of the same class into patterns or clusters. The two inductive methods are applied to the construction of a knowledge base for failed fuel identification in the Experimental Breeder Reactor II. Through analysis of the knowledge bases generated, the ID3 and Rg algorithms are compared for their knowledge representation, data overfitting, feature space partition, feature selection, and search procedure.

  6. Comparison of two inductive learning methods: A case study in failed fuel identification

    Energy Technology Data Exchange (ETDEWEB)

    Reifman, J. (Argonne National Lab., IL (United States)); Lee, J.C. (Michigan Univ., Ann Arbor, MI (United States). Dept. of Nuclear Engineering)

    1992-01-01

    Two inductive learning methods, the ID3 and Rg algorithms, are studied as a means for systematically and automatically constructing the knowledge base of expert systems. Both inductive learning methods are general-purpose and use information entropy as a discriminatory measure in order to group objects of a common class. ID3 constructs a knowledge base by building decision trees that discriminate objects of a data set as a function of their class. Rg constructs a knowledge base by grouping objects of the same class into patterns or clusters. The two inductive methods are applied to the construction of a knowledge base for failed fuel identification in the Experimental Breeder Reactor II. Through analysis of the knowledge bases generated, the ID3 and Rg algorithms are compared for their knowledge representation, data overfitting, feature space partition, feature selection, and search procedure.

  7. Comparison of two inductive learning methods: A case study in failed fuel identification

    International Nuclear Information System (INIS)

    Reifman, J.; Lee, J.C.

    1992-01-01

    Two inductive learning methods, the ID3 and Rg algorithms, are studied as a means for systematically and automatically constructing the knowledge base of expert systems. Both inductive learning methods are general-purpose and use information entropy as a discriminatory measure in order to group objects of a common class. ID3 constructs a knowledge base by building decision trees that discriminate objects of a data set as a function of their class. Rg constructs a knowledge base by grouping objects of the same class into patterns or clusters. The two inductive methods are applied to the construction of a knowledge base for failed fuel identification in the Experimental Breeder Reactor II. Through analysis of the knowledge bases generated, the ID3 and Rg algorithms are compared for their knowledge representation, data overfitting, feature space partition, feature selection, and search procedure

  8. Mapping of Students’ Learning Progression Based on Mental Model in Magnetic Induction Concepts

    Science.gov (United States)

    Hamid, R.; Pabunga, D. B.

    2017-09-01

    The progress of student learning in a learning process has not been fully optimally observed by the teacher. The concept being taught is judged only at the end of learning as a product of thinking, and does not assess the mental processes that occur in students’ thinking. Facilitating students’ thinking through new phenomena can reveal students’ variation in thinking as a mental model of a concept, so that students who are assimilative and or accommodative can be identified in achieving their equilibrium of thought as well as an indicator of progressiveness in the students’ thinking stages. This research data is obtained from the written documents and interviews of students who were learned about the concept of magnetic induction through Constructivist Teaching Sequences (CTS) models. The results of this study indicate that facilitating the students’ thinking processes on the concept of magnetic induction contributes to increasing the number of students thinking within the "progressive change" category, and it can be said that the progress of student learning is more progressive after their mental models were facilitated through a new phenomena by teacher.

  9. Table of 3D organ model IDs and organ names (PART-OF Tree) - BodyParts3D | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available List Contact us BodyParts3D Table of 3D organ model IDs and organ names (PART-OF Tree) Data detail Data name Table of 3D org...an model IDs and organ names (PART-OF Tree) DOI 10.18908/lsdba.nbdc00837-002 Description of ...data contents List of downloadable 3D organ models in a tab-delimited text file format, describing the correspondence between 3D org...an model IDs and organ names available in PART-OF Tree. D...atabase Site Policy | Contact Us Table of 3D organ model IDs and organ names (PART-OF Tree) - BodyParts3D | LSDB Archive ...

  10. Three-dimensional multi-terminal superconductive integrated circuit inductance extraction

    International Nuclear Information System (INIS)

    Fourie, Coenrad J; Wetzstein, Olaf; Kunert, Jürgen; Ortlepp, Thomas

    2011-01-01

    Accurate inductance calculations are critical for the design of both digital and analogue superconductive integrated circuits, and three-dimensional calculations are gaining importance with the advent of inductive biasing, inductive coupling and sky plane shielding for RSFQ cells. InductEx, an extraction programme based on the three-dimensional calculation software FastHenry, was proposed earlier. InductEx uses segmentation techniques designed to accurately model the geometries of superconductive integrated circuit structures. Inductance extraction for complex multi-terminal three-dimensional structures from current distributions calculated by FastHenry is discussed. Results for both a reflection plane modelling an infinite ground plane and a finite segmented ground plane that allows inductive elements to extend over holes in the ground plane are shown. Several SQUIDs were designed for and fabricated with IPHT's 1 kA cm −2 RSFQ1D niobium process. These SQUIDs implement a number of loop structures that span different layers, include vias, inductively coupled control lines and ground plane holes. We measured the loop inductance of these SQUIDs and show how the results are used to calibrate the layer parameters in InductEx and verify the extraction accuracy. We also show that, with proper modelling, FastHenry can be fast enough to be used for the extraction of typical RSFQ cell inductances.

  11. Identification of TPS family members in apple (Malus x domestica Borkh.) and the effect of sucrose sprays on TPS expression and floral induction.

    Science.gov (United States)

    Du, Lisha; Qi, Siyan; Ma, Juanjuan; Xing, Libo; Fan, Sheng; Zhang, Songwen; Li, Youmei; Shen, Yawen; Zhang, Dong; Han, Mingyu

    2017-11-01

    Trehalose (α-D-glucopyranosyl α-D-glucopyranoside) is a non-reducing disaccharide that serves as a carbon source and stress protectant in apple trees. Trehalose-6-phosphate (T6P) is the biosynthetic precursor of trehalose. It functions as a crucial signaling molecule involved in the regulation of floral induction, and is closely related to sucrose. Trehalose-6-phosphate synthase (TPS) family members are pivotal components of the T6P biosynthetic pathway. The present study identified 13 apple TPS family members and characterized their expression patterns in different tissues and in response to exogenous application of sucrose during floral induction. 'Fuji' apple trees were sprayed with sucrose prior to the onset of floral induction. Bud growth, flowering rate, and endogenous sugar levels were then monitored. The expression of genes associated with sucrose metabolism and flowering were also characterized by RT-quantitative PCR. Results revealed that sucrose applications significantly improved flower production and increased bud size and fresh weight, as well as the sucrose content in buds and leaves. Furthermore, the expression of MdTPS1, 2, 4, 10, and 11 was rapidly and significantly up-regulated in response to the sucrose treatments. In addition, the expression levels of flowering-related genes (e.g., SPL genes, FT1, and AP1) also increased in response to the sucrose sprays. In summary, apple TPS family members were identified that may influence the regulation of floral induction and other responses to sucrose. The relationship between sucrose and T6P or TPS during the regulation of floral induction in apple trees is discussed. Copyright © 2017 Elsevier Masson SAS. All rights reserved.

  12. A Metric on Phylogenetic Tree Shapes.

    Science.gov (United States)

    Colijn, C; Plazzotta, G

    2018-01-01

    The shapes of evolutionary trees are influenced by the nature of the evolutionary process but comparisons of trees from different processes are hindered by the challenge of completely describing tree shape. We present a full characterization of the shapes of rooted branching trees in a form that lends itself to natural tree comparisons. We use this characterization to define a metric, in the sense of a true distance function, on tree shapes. The metric distinguishes trees from random models known to produce different tree shapes. It separates trees derived from tropical versus USA influenza A sequences, which reflect the differing epidemiology of tropical and seasonal flu. We describe several metrics based on the same core characterization, and illustrate how to extend the metric to incorporate trees' branch lengths or other features such as overall imbalance. Our approach allows us to construct addition and multiplication on trees, and to create a convex metric on tree shapes which formally allows computation of average tree shapes. © The Author(s) 2017. Published by Oxford University Press, on behalf of the Society of Systematic Biologists.

  13. Double-bosonization and Majid’s conjecture, (I): Rank-inductions of ABCD

    Energy Technology Data Exchange (ETDEWEB)

    Hu, Hongmei, E-mail: hmhu0124@126.com [School of Mathematical Sciences, University of Science and Technology of China, Jin Zhai Road 96, Hefei 230026 (China); Department of Mathematics, Shanghai Key Laboratory of Pure Mathematics and Mathematical Practice, East China Normal University, Minhang Campus, Dong Chuan Road 500, Shanghai 200241 (China); Hu, Naihong, E-mail: nhhu@math.ecnu.edu.cn [Department of Mathematics, Shanghai Key Laboratory of Pure Mathematics and Mathematical Practice, East China Normal University, Minhang Campus, Dong Chuan Road 500, Shanghai 200241 (China)

    2015-11-15

    Majid developed in [S. Majid, Math. Proc. Cambridge Philos. Soc. 125, 151–192 (1999)] the double-bosonization theory to construct U{sub q}(g) and expected to generate inductively not just a line but a tree of quantum groups starting from a node. In this paper, the authors confirm Majid’s first expectation (see p. 178 [S. Majid, Math. Proc. Cambridge Philos. Soc. 125, 151–192 (1999)]) through giving and verifying the full details of the inductive constructions of U{sub q}(g) for the classical types, i.e., the ABCD series. Some examples in low ranks are given to elucidate that any quantum group of classical type can be constructed from the node corresponding to U{sub q}(sl{sub 2})

  14. High autumn temperature delays spring bud burst in boreal trees, counterbalancing the effect of climatic warming.

    Science.gov (United States)

    Heide, O M

    2003-09-01

    The effect of temperature during short-day (SD) dormancy induction was examined in three boreal tree species in a controlled environment. Saplings of Betula pendula Roth, B. pubescens Ehrh. and Alnus glutinosa (L.) Moench. were exposed to 5 weeks of 10-h SD induction at 9, 15 and 21 degrees C followed by chilling at 5 degrees C for 40, 70, 100 and 130 days and subsequent forcing at 15 degrees C in a 24-h photoperiod for 60 days. In all species and with all chilling periods, high temperature during SD dormancy induction significantly delayed bud burst during subsequent flushing at 15 degrees C. In A. glutinosa, high temperature during SD dormancy induction also significantly increased the chilling requirement for dormancy release. Field experiments at 60 degrees N with a range of latitudinal birch populations revealed a highly significant correlation between autumn temperature and days to bud burst in the subsequent spring. September temperature alone explained 20% of the variation between years in time of bud burst. In birch populations from 69 and 71 degrees N, which ceased growing and shed their leaves in August when the mean temperature was 15 degrees C, bud burst occurred later than expected compared with lower latitude populations (56 degrees N) in which dormancy induction took place more than 2 months later at a mean temperature of about 6 degrees C. It is concluded that this autumn temperature response may be important for counterbalancing the potentially adverse effects of higher winter temperatures on dormancy stability of boreal trees during climate warming.

  15. Dormancy release of Norway spruce under climatic warming: testing ecophysiological models of bud burst with a whole-tree chamber experiment.

    Science.gov (United States)

    Hänninen, Heikki; Slaney, Michelle; Linder, Sune

    2007-02-01

    Ecophysiological models predicting timing of bud burst were tested with data gathered from 40-year-old Norway spruce (Picea abies (L.) Karst.) trees growing in northern Sweden in whole-tree chambers under climatic conditions predicted to prevail in 2100. Norway spruce trees, with heights between 5 and 7 m, were enclosed in individual chambers that provided a factorial combination of ambient (365 micromol mol-1) or elevated (700 micromol mol-1) atmospheric CO2 concentration, [CO2], and ambient or elevated air temperature. Temperature elevation above ambient ranged from +2.8 degrees C in summer to +5.6 degrees C in winter. Compared with control trees, elevated air temperature hastened bud burst by 2 to 3 weeks, whereas elevated [CO2] had no effect on the timing of bud burst. A simple model based on the assumption that bud rest completion takes place on a fixed calendar day predicted timing of bud burst more accurately than two more complicated models in which bud rest completion is caused by accumulated chilling. Together with some recent studies, the results suggest that, in adult trees, some additional environmental cues besides chilling are required for bud rest completion. Although it appears that these additional factors will protect trees under predicted climatic warming conditions, increased risk of frost damage associated with earlier bud burst cannot be ruled out. Inconsistent and partially anomalous results obtained in the model fitting show that, in addition to phenological data gathered under field conditions, more specific data from growth chamber and greenhouse experiments are needed for further development and testing of the models.

  16. A simplified description of the three-dimensional structure of agroforestry trees for use with a radiative transfer model

    International Nuclear Information System (INIS)

    Meloni, S.

    1998-01-01

    To simulate transmitted radiation in agroforestry systems, radiative transfer models usually require a detailed three-dimensional description of the tree canopy. We propose here a simplification of the description of the three-dimensional structure of wild cherry trees (Prunus avium). The simplified tree description was tested against the detailed one for five-year-old wild cherry. It allowed accurate simulation of transmitted radiation and avoided tedious measurements of tree structure. The simplified description was then applied to older trees. Allometric relationships were used to compute the parameters not available on free-grown trees. The transmitted radiation in an agroforestry system was simulated at four different ages: 5, 10, 15 and 20 years. The trees were planted on a 5 m square grid. Two row orientations, chosen to provide different transmitted radiation patterns, were tested: north/south and north- east/south-west. The simulations showed that the daily mean transmitted radiation was reduced from 92% of incident radiation under five-year-old trees to 37% under 20-year-old trees. The variability of transmitted radiation increased with tree growth. The row orientation had only small effects on the shaded area at the beginning and end of the day when solar elevation was low. (author)

  17. The North American Drought Atlas: Tree-Ring Reconstructions of Drought Variability for Climate Modeling and Assessment

    Science.gov (United States)

    Cook, E. R.

    2007-05-01

    The North American Drought Atlas describes a detailed reconstruction of drought variability from tree rings over most of North America for the past 500-1000 years. The first version of it, produced over three years ago, was based on a network of 835 tree-ring chronologies and a 286-point grid of instrumental Palmer Drought Severity Indices (PDSI). These gridded PDSI reconstructions have been used in numerous published studies now that range from modeling fire in the American West, to the impact of drought on palaeo-Indian societies, and to the determination of the primary causes of drought over North America through climate modeling experiments. Some examples of these applications will be described to illustrate the scientific value of these large-scale reconstructions of drought. Since the development and free public release of Version 1 of the North American Drought Atlas (see http:iridl.ldeo.columbia.edu/SOURCES/.LDEO/.TRL/.NADA2004/.pdsi-atlas.html), great improvements have been made in the critical tree-ring network used to reconstruct PDSI at each grid point. This network has now been enlarged to 1743 annual tree-ring chronologies, which greatly improves the density of tree-ring records in certain parts of the grid, especially in Canada and Mexico. In addition, the number of tree-ring records that extend back before AD 1400 has been substantially increased. These developments justify the creation of Version 2 of the North American Drought Atlas. In this talk I will describe this new version of the drought atlas and some of its properties that make it a significant improvement over the previous version. The new product provides enhanced resolution of the spatial and temporal variability of prolonged drought such as the late 16th century event that impacted regions of both Mexico and the United States. I will also argue for the North American Drought Atlas being used as a template for the development of large-scale drought reconstructions in other land areas of

  18. Induction and isolation of somatic mutations in vegetatively propagated plants

    International Nuclear Information System (INIS)

    Donini, B.

    1975-01-01

    Research carried out since 1963 concentrated on techniques of mutagenic treatment: problems of exposure, type of radiation (acute irradiation by x- and γ-rays, and chronic exposure in the gamma field), conditions during and after irradiation, mechanisms of mutation induction, and methodology of isolation of somatic mutations. Analyses of somatic mutations included studies on apple, pear, olive, peach, grape and cherry plants. Young trees, dormant and rooted scions, summer and floral buds or seeds were used

  19. An Isometric Mapping Based Co-Location Decision Tree Algorithm

    Science.gov (United States)

    Zhou, G.; Wei, J.; Zhou, X.; Zhang, R.; Huang, W.; Sha, H.; Chen, J.

    2018-05-01

    Decision tree (DT) induction has been widely used in different pattern classification. However, most traditional DTs have the disadvantage that they consider only non-spatial attributes (ie, spectral information) as a result of classifying pixels, which can result in objects being misclassified. Therefore, some researchers have proposed a co-location decision tree (Cl-DT) method, which combines co-location and decision tree to solve the above the above-mentioned traditional decision tree problems. Cl-DT overcomes the shortcomings of the existing DT algorithms, which create a node for each value of a given attribute, which has a higher accuracy than the existing decision tree approach. However, for non-linearly distributed data instances, the euclidean distance between instances does not reflect the true positional relationship between them. In order to overcome these shortcomings, this paper proposes an isometric mapping method based on Cl-DT (called, (Isomap-based Cl-DT), which is a method that combines heterogeneous and Cl-DT together. Because isometric mapping methods use geodetic distances instead of Euclidean distances between non-linearly distributed instances, the true distance between instances can be reflected. The experimental results and several comparative analyzes show that: (1) The extraction method of exposed carbonate rocks is of high accuracy. (2) The proposed method has many advantages, because the total number of nodes, the number of leaf nodes and the number of nodes are greatly reduced compared to Cl-DT. Therefore, the Isomap -based Cl-DT algorithm can construct a more accurate and faster decision tree.

  20. AN ISOMETRIC MAPPING BASED CO-LOCATION DECISION TREE ALGORITHM

    Directory of Open Access Journals (Sweden)

    G. Zhou

    2018-05-01

    Full Text Available Decision tree (DT induction has been widely used in different pattern classification. However, most traditional DTs have the disadvantage that they consider only non-spatial attributes (ie, spectral information as a result of classifying pixels, which can result in objects being misclassified. Therefore, some researchers have proposed a co-location decision tree (Cl-DT method, which combines co-location and decision tree to solve the above the above-mentioned traditional decision tree problems. Cl-DT overcomes the shortcomings of the existing DT algorithms, which create a node for each value of a given attribute, which has a higher accuracy than the existing decision tree approach. However, for non-linearly distributed data instances, the euclidean distance between instances does not reflect the true positional relationship between them. In order to overcome these shortcomings, this paper proposes an isometric mapping method based on Cl-DT (called, (Isomap-based Cl-DT, which is a method that combines heterogeneous and Cl-DT together. Because isometric mapping methods use geodetic distances instead of Euclidean distances between non-linearly distributed instances, the true distance between instances can be reflected. The experimental results and several comparative analyzes show that: (1 The extraction method of exposed carbonate rocks is of high accuracy. (2 The proposed method has many advantages, because the total number of nodes, the number of leaf nodes and the number of nodes are greatly reduced compared to Cl-DT. Therefore, the Isomap -based Cl-DT algorithm can construct a more accurate and faster decision tree.

  1. Mathematical analysis and modeling of epidemics of rubber tree root diseases: Probability of infection of an individual tree

    Energy Technology Data Exchange (ETDEWEB)

    Chadoeuf, J.; Joannes, H.; Nandris, D.; Pierrat, J.C.

    1988-12-01

    The spread of root diseases in rubber tree (Hevea brasiliensis) due to Rigidoporus lignosus and Phellinus noxius was investigated epidemiologically using data collected every 6 month during a 6-year survey in a plantation. The aim of the present study is to see what factors could predict whether a given tree would be infested at the following inspection. Using a qualitative regression method we expressed the probability of pathogenic attack on a tree in terms of three factors: the state of health of the surrounding trees, the method used to clear the forest prior to planting, and evolution with time. The effects of each factor were ranked, and the roles of the various classes of neighbors were established and quantified. Variability between successive inspections was small, and the method of forest clearing was important only while primary inocula in the soil were still infectious. The state of health of the immediate neighbors was most significant; more distant neighbors in the same row had some effect; interrow spread was extremely rare. This investigation dealt only with trees as individuals, and further study of the interrelationships of groups of trees is needed.

  2. Metapopulation modelling of riparian tree species persistence in river networks under climate change.

    Science.gov (United States)

    Van Looy, Kris; Piffady, Jérémy

    2017-11-01

    Floodplain landscapes are highly fragmented by river regulation resulting in habitat degradation and flood regime perturbation, posing risks to population persistence. Climate change is expected to pose supplementary risks in this context of fragmented landscapes, and especially for river systems adaptation management programs are developed. The association of habitat quality and quantity with the landscape dynamics and resilience to human-induced disturbances is still poorly understood in the context of species survival and colonization processes, but essential to prioritize conservation and restoration actions. We present a modelling approach that elucidates network connectivity and landscape dynamics in spatial and temporal context to identify vital corridors and conservation priorities in the Loire river and its tributaries. Alteration of flooding and flow regimes is believed to be critical to population dynamics in river ecosystems. Still, little is known of critical levels of alteration both spatially and temporally. We applied metapopulation modelling approaches for a dispersal-limited tree species, white elm; and a recruitment-limited tree species, black poplar. In different model steps the connectivity and natural dynamics of the river landscape are confronted with physical alterations (dams/dykes) to species survival and then future scenarios for climatic changes and potential adaptation measures are entered in the model and translated in population persistence over the river basin. For the two tree species we highlighted crucial network zones in relation to habitat quality and connectivity. Where the human impact model already shows currently restricted metapopulation development, climate change is projected to aggravate this persistence perspective substantially. For both species a significant drawback to the basin population is observed, with 1/3 for elm and ¼ for poplar after 25 years already. But proposed adaptation measures prove effective to even

  3. Zinc in calcium phosphate mediates bone induction: in vitro and in vivo model

    NARCIS (Netherlands)

    Luo, Xiaoman; Barbieri, D.; Davison, N.; Yan, Y.; de Bruijn, Joost Dick; Yuan, Huipin

    2014-01-01

    Zinc-containing tricalcium phosphate (Zn-TCP) was synthesized to investigate the role of zinc in osteoblastogenesis, osteoclastogenesis and in vivo bone induction in an ectopic implantation model. Zinc ions were readily released in the culture medium. Zn-TCP with the highest zinc content enhanced

  4. Biophysical modelling of intra-ring variations in tracheid features and wood density of Pinus pinaster trees exposed to seasonal droughts

    Science.gov (United States)

    Sarah Wilkinson; Jerome Ogee; Jean-Christophe Domec; Mark Rayment; Lisa Wingate

    2015-01-01

    Process-based models that link seasonally varying environmental signals to morphological features within tree rings are essential tools to predict tree growth response and commercially important wood quality traits under future climate scenarios. This study evaluated model portrayal of radial growth and wood anatomy observations within a mature maritime pine (Pinus...

  5. Investigating the relationship between tree heights derived from SIBBORK forest model and remote sensing measurements

    Science.gov (United States)

    Osmanoglu, B.; Feliciano, E. A.; Armstrong, A. H.; Sun, G.; Montesano, P.; Ranson, K.

    2017-12-01

    Tree heights are one of the most commonly used remote sensing parameters to measure biomass of a forest. In this project, we investigate the relationship between remotely sensed tree heights (e.g. G-LiHT lidar and commercially available high resolution satellite imagery, HRSI) and the SIBBORK modeled tree heights. G-LiHT is a portable, airborne imaging system that simultaneously maps the composition, structure, and function of terrestrial ecosystems using lidar, imaging spectroscopy and thermal mapping. Ground elevation and canopy height models were generated using the lidar data acquired in 2012. A digital surface model was also generated using the HRSI technique from the commercially available WorldView data in 2016. The HRSI derived height and biomass products are available at the plot (10x10m) level. For this study, we parameterized the SIBBORK individual-based gap model for Howland forest, Maine. The parameterization was calibrated using field data for the study site and results show that the simulated forest reproduces the structural complexity of Howland old growth forest, based on comparisons of key variables including, aboveground biomass, forest height and basal area. Furthermore carbon cycle and ecosystem observational capabilities will be enhanced over the next 6 years via the launch of two LiDAR (NASA's GEDI and ICESAT 2) and two SAR (NASA's ISRO NiSAR and ESA's Biomass) systems. Our aim is to present the comparison of canopy height models obtained with SIBBORK forest model and remote sensing techniques, highlighting the synergy between individual-based forest modeling and high-resolution remote sensing.

  6. Induced mutation in dwarf growth habits of apple trees by gamma rays and its evaluation in practical uses

    International Nuclear Information System (INIS)

    Ikeda, Fukio

    1979-01-01

    A series of mutation breeding experiments on apple has been made. The dwarf type mutants having dwarfing rootstock effects on top varieties were developed in the gamma field. In this paper, the induction efficiency that the desirable spur type mutants for top, and the effective dwarf type mutants for rootstocks are produced in a gamma field in comparison with acute irradiation, and some evaluation of the induced mutants for practical purposes are described. A large number of the spur type mutants of apple trees having dwarf growth habit and a desirable tree form for high density planting have been induced by chronic or acute irradiation of gamma-ray since 1962. The mutation with dwarf growth habit including spur types was detected in the grafts on the clonal rootstocks of Marubakaido Malus prunifolia. No useful mutation toward the trees with dwarf growth habit and favorable fruit quality was recognized in the mutants derived from acute irradiation. Chronic treatment has been conducted in the uninjurious area in the gamma field on settled trees. High mutability in the dwarf growth of aged resting buds of settled trees was examined by twice-repeated cutting back treatments. In conclusion, for the induction of useful mutants or effective dwarfing mutants as clonal rootstocks, the artificial mutation breeding with gamma-ray should be conducted under chronic conditions and by planned cutting back treatments, in order to avoid various chromosomal aberrations and intrasomatic selection. (Kato, T.)

  7. A tree-based method to price American options in the Heston model

    NARCIS (Netherlands)

    Vellekoop, M.; Nieuwenhuis, H.

    2009-01-01

    We develop an algorithm to price American options on assets that follow the stochastic volatility model defined by Heston. We use an approach which is based on a modification of a combined tree for stock prices and volatilities, where the number of nodes grows quadratically in the number of time

  8. Decision tree based knowledge acquisition and failure diagnosis using a PWR loop vibration model

    International Nuclear Information System (INIS)

    Bauernfeind, V.; Ding, Y.

    1993-01-01

    An analytical vibration model of the primary system of a 1300 MW PWR was used for simulating mechanical faults. Deviations in the calculated power density spectra and coherence functions are determined and classified. The decision tree technique is then used for a personal computer supported knowledge presentation and for optimizing the logical relationships between the simulated faults and the observed symptoms. The optimized decision tree forms the knowledge base and can be used to diagnose known cases as well as to include new data into the knowledge base if new faults occur. (author)

  9. An Optimal Sample Data Usage Strategy to Minimize Overfitting and Underfitting Effects in Regression Tree Models Based on Remotely-Sensed Data

    Directory of Open Access Journals (Sweden)

    Yingxin Gu

    2016-11-01

    Full Text Available Regression tree models have been widely used for remote sensing-based ecosystem mapping. Improper use of the sample data (model training and testing data may cause overfitting and underfitting effects in the model. The goal of this study is to develop an optimal sampling data usage strategy for any dataset and identify an appropriate number of rules in the regression tree model that will improve its accuracy and robustness. Landsat 8 data and Moderate-Resolution Imaging Spectroradiometer-scaled Normalized Difference Vegetation Index (NDVI were used to develop regression tree models. A Python procedure was designed to generate random replications of model parameter options across a range of model development data sizes and rule number constraints. The mean absolute difference (MAD between the predicted and actual NDVI (scaled NDVI, value from 0–200 and its variability across the different randomized replications were calculated to assess the accuracy and stability of the models. In our case study, a six-rule regression tree model developed from 80% of the sample data had the lowest MAD (MADtraining = 2.5 and MADtesting = 2.4, which was suggested as the optimal model. This study demonstrates how the training data and rule number selections impact model accuracy and provides important guidance for future remote-sensing-based ecosystem modeling.

  10. Whole-tree distribution and temporal variation of non-structural carbohydrates in broadleaf evergreen trees.

    Science.gov (United States)

    Smith, Merryn G; Miller, Rebecca E; Arndt, Stefan K; Kasel, Sabine; Bennett, Lauren T

    2018-04-01

    Non-structural carbohydrates (NSCs) form a fundamental yet poorly quantified carbon pool in trees. Studies of NSC seasonality in forest trees have seldom measured whole-tree NSC stocks and allocation among organs, and are not representative of all tree functional types. Non-structural carbohydrate research has primarily focussed on broadleaf deciduous and coniferous evergreen trees with distinct growing seasons, while broadleaf evergreen trees remain under-studied despite their different growth phenology. We measured whole-tree NSC allocation and temporal variation in Eucalyptus obliqua L'Hér., a broadleaf evergreen tree species typically occurring in mixed-age temperate forests, which has year-round growth and the capacity to resprout after fire. Our overarching objective was to improve the empirical basis for understanding the functional importance of NSC allocation and stock changes at the tree- and organ-level in this tree functional type. Starch was the principal storage carbohydrate and was primarily stored in the stem and roots of young (14-year-old) trees rather than the lignotuber, which did not appear to be a specialized starch storage organ. Whole-tree NSC stocks were depleted during spring and summer due to significant decreases in starch mass in the roots and stem, seemingly to support root and crown growth but potentially exacerbated by water stress in summer. Seasonality of stem NSCs differed between young and mature trees, and was not synchronized with stem basal area increments in mature trees. Our results suggest that the relative magnitude of seasonal NSC stock changes could vary with tree growth stage, and that the main drivers of NSC fluctuations in broadleaf evergreen trees in temperate biomes could be periodic disturbances such as summer drought and fire, rather than growth phenology. These results have implications for understanding post-fire tree recovery via resprouting, and for incorporating NSC pools into carbon models of mixed

  11. Reconstruction of 3D tree stem models from low-cost terrestrial laser scanner data

    Science.gov (United States)

    Kelbe, Dave; Romanczyk, Paul; van Aardt, Jan; Cawse-Nicholson, Kerry

    2013-05-01

    With the development of increasingly advanced airborne sensing systems, there is a growing need to support sensor system design, modeling, and product-algorithm development with explicit 3D structural ground truth commensurate to the scale of acquisition. Terrestrial laser scanning is one such technique which could provide this structural information. Commercial instrumentation to suit this purpose has existed for some time now, but cost can be a prohibitive barrier for some applications. As such we recently developed a unique laser scanning system from readily-available components, supporting low cost, highly portable, and rapid measurement of below-canopy 3D forest structure. Tools were developed to automatically reconstruct tree stem models as an initial step towards virtual forest scene generation. The objective of this paper is to assess the potential of this hardware/algorithm suite to reconstruct 3D stem information for a single scan of a New England hardwood forest site. Detailed tree stem structure (e.g., taper, sweep, and lean) is recovered for trees of varying diameter, species, and range from the sensor. Absolute stem diameter retrieval accuracy is 12.5%, with a 4.5% overestimation bias likely due to the LiDAR beam divergence.

  12. Integrating cyber attacks within fault trees

    International Nuclear Information System (INIS)

    Nai Fovino, Igor; Masera, Marcelo; De Cian, Alessio

    2009-01-01

    In this paper, a new method for quantitative security risk assessment of complex systems is presented, combining fault-tree analysis, traditionally used in reliability analysis, with the recently introduced Attack-tree analysis, proposed for the study of malicious attack patterns. The combined use of fault trees and attack trees helps the analyst to effectively face the security challenges posed by the introduction of modern ICT technologies in the control systems of critical infrastructures. The proposed approach allows considering the interaction of malicious deliberate acts with random failures. Formal definitions of fault tree and attack tree are provided and a mathematical model for the calculation of system fault probabilities is presented.

  13. Integrating cyber attacks within fault trees

    Energy Technology Data Exchange (ETDEWEB)

    Nai Fovino, Igor [Joint Research Centre - EC, Institute for the Protection and Security of the Citizen, Ispra, VA (Italy)], E-mail: igor.nai@jrc.it; Masera, Marcelo [Joint Research Centre - EC, Institute for the Protection and Security of the Citizen, Ispra, VA (Italy); De Cian, Alessio [Department of Electrical Engineering, University di Genova, Genoa (Italy)

    2009-09-15

    In this paper, a new method for quantitative security risk assessment of complex systems is presented, combining fault-tree analysis, traditionally used in reliability analysis, with the recently introduced Attack-tree analysis, proposed for the study of malicious attack patterns. The combined use of fault trees and attack trees helps the analyst to effectively face the security challenges posed by the introduction of modern ICT technologies in the control systems of critical infrastructures. The proposed approach allows considering the interaction of malicious deliberate acts with random failures. Formal definitions of fault tree and attack tree are provided and a mathematical model for the calculation of system fault probabilities is presented.

  14. A model for the inverse 1-median problem on trees under uncertain costs

    Directory of Open Access Journals (Sweden)

    Kien Trung Nguyen

    2016-01-01

    Full Text Available We consider the problem of justifying vertex weights of a tree under uncertain costs so that a prespecified vertex become optimal and the total cost should be optimal in the uncertainty scenario. We propose a model which delivers the information about the optimal cost which respect to each confidence level \\(\\alpha \\in [0,1]\\. To obtain this goal, we first define an uncertain variable with respect to the minimum cost in each confidence level. If all costs are independently linear distributed, we present the inverse distribution function of this uncertain variable in \\(O(n^{2}\\log n\\ time, where \\(n\\ is the number of vertices in the tree.

  15. On an Algebraic Property of the Disordered Phase of the Ising Model with Competing Interactions on a Cayley Tree

    Energy Technology Data Exchange (ETDEWEB)

    Mukhamedov, Farrukh, E-mail: far75m@yandex.ru, E-mail: farrukh.m@uaeu.ac.ae [International Islamic University Malaysia, Department of Computational and Theoretical Sciences, Faculty of Science (Malaysia); Barhoumi, Abdessatar, E-mail: abdessatar.barhoumi@ipein.rnu.tn [Carthage University, Department of Mathematics, Nabeul Preparatory Engineering Institute (Tunisia); Souissi, Abdessatar, E-mail: s.abdessatar@hotmail.fr [Carthage University, Department of Mathematics, Marsa Preparatory Institute for Scientific and Technical Studies (Tunisia)

    2016-12-15

    It is known that the disordered phase of the classical Ising model on the Caley tree is extreme in some region of the temperature. If one considers the Ising model with competing interactions on the same tree, then about the extremity of the disordered phase there is no any information. In the present paper, we first aiming to analyze the correspondence between Gibbs measures and QMC’s on trees. Namely, we establish that states associated with translation invariant Gibbs measures of the model can be seen as diagonal quantum Markov chains on some quasi local algebra. Then as an application of the established correspondence, we study some algebraic property of the disordered phase of the Ising model with competing interactions on the Cayley tree of order two. More exactly, we prove that a state corresponding to the disordered phase is not quasi-equivalent to other states associated with translation invariant Gibbs measures. This result shows how the translation invariant states relate to each other, which is even a new phenomena in the classical setting. To establish the main result we basically employ methods of quantum Markov chains.

  16. The constant failure rate model for fault tree evaluation as a tool for unit protection reliability assessment

    International Nuclear Information System (INIS)

    Vichev, S.; Bogdanov, D.

    2000-01-01

    The purpose of this paper is to introduce the fault tree analysis method as a tool for unit protection reliability estimation. The constant failure rate model applies for making reliability assessment, and especially availability assessment. For that purpose an example for unit primary equipment structure and fault tree example for simplified unit protection system is presented (author)

  17. About rats and jackfruit trees: modeling the carrying capacity of a Brazilian Atlantic Forest spiny-rat Trinomys dimidiatus (Günther, 1877 – Rodentia, Echimyidae – population with varying jackfruit tree (Artocarpus heterophyllus L. abundances

    Directory of Open Access Journals (Sweden)

    JHF Mello

    Full Text Available We carried out a six-year study aimed at evaluating if and how a Brazilian Atlantic Forest small mammal community responded to the presence of the invasive exotic species Artocarpus heterophyllus, the jackfruit tree. In the surroundings of Vila Dois Rios, Ilha Grande, RJ, 18 grids were established, 10 where the jackfruit tree was present and eight were it was absent. Previous results indicated that the composition and abundance of this small mammal community were altered by the presence and density of A. heterophyllus. One observed effect was the increased population size of the spiny-rat Trinomys dimidiatus within the grids where the jackfruit trees were present. Therefore we decided to create a mathematical model for this species, based on the Verhulst-Pearl logistic equation. Our objectives were i to calculate the carrying capacity K based on real data of the involved species and the environment; ii propose and evaluate a mathematical model to estimate the population size of T. dimidiatus based on the monthly seed production of jackfruit tree, Artocarpus heterophyllus and iii determinate the minimum jackfruit tree seed production to maintain at least two T. dimidiatus individuals in one study grid. Our results indicated that the predicted values by the model for the carrying capacity K were significantly correlated with real data. The best fit was found considering 20~35% energy transfer efficiency between trophic levels. Within the scope of assumed premises, our model showed itself to be an adequate simulator for Trinomys dimidiatus populations where the invasive jackfruit tree is present.

  18. Modelling sensory limitation: the role of tree selection, memory and information transfer in bats' roost searching strategies.

    Directory of Open Access Journals (Sweden)

    Ireneusz Ruczyński

    Full Text Available Sensory limitation plays an important role in the evolution of animal behaviour. Animals have to find objects of interest (e.g. food, shelters, predators. When sensory abilities are strongly limited, animals adjust their behaviour to maximize chances for success. Bats are nocturnal, live in complex environments, are capable of flight and must confront numerous perceptual challenges (e.g. limited sensory range, interfering clutter echoes. This makes them an excellent model for studying the role of compensating behaviours to decrease costs of finding resources. Cavity roosting bats are especially interesting because the availability of tree cavities is often limited, and their quality is vital for bats during the breeding season. From a bat's sensory point of view, cavities are difficult to detect and finding them requires time and energy. However, tree cavities are also long lasting, allowing information transfer among conspecifics. Here, we use a simple simulation model to explore the benefits of tree selection, memory and eavesdropping (compensation behaviours to searches for tree cavities by bats with short and long perception range. Our model suggests that memory and correct discrimination of tree suitability are the basic strategies decreasing the cost of roost finding, whereas perceptual range plays a minor role in this process. Additionally, eavesdropping constitutes a buffer that reduces the costs of finding new resources (such as roosts, especially when they occur in low density. We conclude that natural selection may promote different strategies of roost finding in relation to habitat conditions and cognitive skills of animals.

  19. Modelling sensory limitation: the role of tree selection, memory and information transfer in bats' roost searching strategies.

    Science.gov (United States)

    Ruczyński, Ireneusz; Bartoń, Kamil A

    2012-01-01

    Sensory limitation plays an important role in the evolution of animal behaviour. Animals have to find objects of interest (e.g. food, shelters, predators). When sensory abilities are strongly limited, animals adjust their behaviour to maximize chances for success. Bats are nocturnal, live in complex environments, are capable of flight and must confront numerous perceptual challenges (e.g. limited sensory range, interfering clutter echoes). This makes them an excellent model for studying the role of compensating behaviours to decrease costs of finding resources. Cavity roosting bats are especially interesting because the availability of tree cavities is often limited, and their quality is vital for bats during the breeding season. From a bat's sensory point of view, cavities are difficult to detect and finding them requires time and energy. However, tree cavities are also long lasting, allowing information transfer among conspecifics. Here, we use a simple simulation model to explore the benefits of tree selection, memory and eavesdropping (compensation behaviours) to searches for tree cavities by bats with short and long perception range. Our model suggests that memory and correct discrimination of tree suitability are the basic strategies decreasing the cost of roost finding, whereas perceptual range plays a minor role in this process. Additionally, eavesdropping constitutes a buffer that reduces the costs of finding new resources (such as roosts), especially when they occur in low density. We conclude that natural selection may promote different strategies of roost finding in relation to habitat conditions and cognitive skills of animals.

  20. Induced mutations in pomoid trees breeding

    International Nuclear Information System (INIS)

    Hamed, Faysal

    1986-01-01

    Induction of mutations in fruit trees by ionizing radiation complements a cross-breeding program. The objectives are: 1) the improvements of methods of induction, identification and selection of useful mutations, and 2) the initiation of useful mutations either for immediate use as improved cultivars or as a parent material for conventional cross-breeding. The induction of mutants in pomoid fruits, with special emphasis on apple, was realized by gamma-ray treatment of dormant scions subsequently propagated on a rootstoch in the nursery. The aim was to obtain compacts, presuming the feasibility of selecting compact shoots formed by the irradiated scions in the first vegetative generation and also assuming that chance of finding (e.g. fruit mutants) would be thus increased rather than lessened. Selection was carried out on one-season old shoots, formed on the same material for two or three seasons, by using a cut-back at the end of the first and second season. The procedure was highly effective. Moderate exposures, resulting in 60% survival gave high mutation frequencies. Buds 6-10 on the primary shoot gave higher frequencies of recognizable mutations than either buds 1-5 or 11-15. Preliminary results seem to indicate that, at least in some apple cultivars, there is opportunity to obtain compact growth types with good biological characteristics. 8 refs. (author)

  1. A biologically-based individual tree model for managing the longleaf pine ecosystem

    Science.gov (United States)

    Rick Smith; Greg Somers

    1998-01-01

    Duration: 1995-present Objective: Develop a longleaf pine dynamics model and simulation system to define desirable ecosystem management practices in existing and future longleaf pine stands. Methods: Naturally-regenerated longleaf pine trees are being destructively sampled to measure their recent growth and dynamics. Soils and climate data will be combined with the...

  2. APLIKASI KORELASI PEARSON DALAM MEMBANGUN MODEL TREE-AUGMENTED NETWORK (TAN (Studi Kasus Pengenalan Karakter Tulisan Tangan

    Directory of Open Access Journals (Sweden)

    Irwan Budi Santoso

    2013-10-01

    Full Text Available Langkah pertama dalam membangun model pengenalan Tree-Augmented Network (TAN  dengan  mengukur  besarnya  hubungan  diantara  pasangan  fitur  objek.  Salah  satu metode yang dapat digunakan mengukur besarnya keeratan hubungan secara linier diantara pasangan fitur adalah   Korelasi Pearson. Aplikasi Korelasi Pearson  dalam membangun model Tree-Augmented Network (TAN dalam penelitian ini, akan diujicobakan pada kasus membangun  model pengenalan karakter tulisan tangan. Data fitur karakter tulisan tangan untuk kasus ini, diasumsikan mengikuti distribusi gaussian karena estimasi parameter model pengenalannya menggunakan estimator Maximum Likelihood (ML. Hasil eksperimen dengan menggunakan data training yang terdiri dari 5 jenis karakter tulisan tangan, menunjukkan untuk dimensi fitur karakter tulisan tangan 10x30 (30 fitur, akurasi sistem Korelasi Pearson dalam membangun model TAN untuk mengenali karakter tulisan tangan  sebesar 88 %.

  3. Bayesian neural network modeling of tree-ring temperature variability record from the Western Himalayas

    Directory of Open Access Journals (Sweden)

    R. K. Tiwari

    2011-08-01

    Full Text Available A novel technique based on the Bayesian neural network (BNN theory is developed and employed to model the temperature variation record from the Western Himalayas. In order to estimate an a posteriori probability function, the BNN is trained with the Hybrid Monte Carlo (HMC/Markov Chain Monte Carlo (MCMC simulations algorithm. The efficacy of the new algorithm is tested on the well known chaotic, first order autoregressive (AR and random models and then applied to model the temperature variation record decoded from the tree-ring widths of the Western Himalayas for the period spanning over 1226–2000 AD. For modeling the actual tree-ring temperature data, optimum network parameters are chosen appropriately and then cross-validation test is performed to ensure the generalization skill of the network on the new data set. Finally, prediction result based on the BNN model is compared with the conventional artificial neural network (ANN and the AR linear models results. The comparative results show that the BNN based analysis makes better prediction than the ANN and the AR models. The new BNN modeling approach provides a viable tool for climate studies and could also be exploited for modeling other kinds of environmental data.

  4. Discontinuity of mode transition and hysteresis in hydrogen inductively coupled plasma via a fluid model

    International Nuclear Information System (INIS)

    Xu Hui-Jing; Shu-Xia Zhao; Gao Fei; Zhang Yu-Ru; Li Xue-Chun; Wang You-Nian

    2015-01-01

    A new type of two-dimensional self-consistent fluid model that couples an equivalent circuit module is used to investigate the mode transition characteristics and hysteresis in hydrogen inductively coupled plasmas at different pressures, by varying the series capacitance of the matching box. The variations of the electron density, temperature, and the circuit electrical properties are presented. As cycling the matching capacitance, at high pressure both the discontinuity and hysteresis appear for the plasma parameters and the transferred impedances of both the inductive and capacitive discharge components, while at low pressure only the discontinuity is seen. The simulations predict that the sheath plays a determinative role on the presence of discontinuity and hysteresis at high pressure, by influencing the inductive coupling efficiency of applied power. Moreover, the values of the plasma transferred impedances at different pressures are compared, and the larger plasma inductance at low pressure due to less collision frequency, as analyzed, is the reason why the hysteresis is not seen at low pressure, even with a wider sheath. Besides, the behaviors of the coil voltage and current parameters during the mode transitions are investigated. They both increase (decrease) at the E to H (H to E) mode transition, indicating an improved (worsened) inductive power coupling efficiency. (paper)

  5. A realistic approach to modeling an in-duct desulfurization process based on an experimental pilot plant study

    Energy Technology Data Exchange (ETDEWEB)

    Ortiz, F.J.G.; Ollero, P. [University of Seville, Seville (Spain)

    2008-07-15

    This paper has been written to provide a realistic approach to modeling an in-duct desulfurization process and because of the disagreement between the results predicted by published kinetic models of the reaction between hydrated lime and SO{sub 2} at low temperature and the experimental results obtained in pilot plants where this process takes place. Results were obtained from an experimental program carried out in a 3-MWe pilot plant. Additionally, five kinetic models, from the literature, of the reaction of sulfation of Ca(OH){sub 2} at low temperatures were assessed by simulation and indicate that the desulfurization efficiencies predicted by them are clearly lower than those experimentally obtained in our own pilot plant as well as others. Next, a general model was fitted by minimizing the difference between the calculated and the experimental results from the pilot plant, using Matlab{sup TM}. The parameters were reduced as much as possible, to only two. Finally, after implementing this model in a simulation tool of the in-duct sorbent injection process, it was validated and it was shown to yield a realistic approach useful for both analyzing results and aiding in the design of an in-duct desulfurization process.

  6. Phylogenetic trees and Euclidean embeddings.

    Science.gov (United States)

    Layer, Mark; Rhodes, John A

    2017-01-01

    It was recently observed by de Vienne et al. (Syst Biol 60(6):826-832, 2011) that a simple square root transformation of distances between taxa on a phylogenetic tree allowed for an embedding of the taxa into Euclidean space. While the justification for this was based on a diffusion model of continuous character evolution along the tree, here we give a direct and elementary explanation for it that provides substantial additional insight. We use this embedding to reinterpret the differences between the NJ and BIONJ tree building algorithms, providing one illustration of how this embedding reflects tree structures in data.

  7. tropiTree: An NGS-Based EST-SSR Resource for 24 Tropical Tree Species

    Science.gov (United States)

    Russell, Joanne R.; Hedley, Peter E.; Cardle, Linda; Dancey, Siobhan; Morris, Jenny; Booth, Allan; Odee, David; Mwaura, Lucy; Omondi, William; Angaine, Peter; Machua, Joseph; Muchugi, Alice; Milne, Iain; Kindt, Roeland; Jamnadass, Ramni; Dawson, Ian K.

    2014-01-01

    The development of genetic tools for non-model organisms has been hampered by cost, but advances in next-generation sequencing (NGS) have created new opportunities. In ecological research, this raises the prospect for developing molecular markers to simultaneously study important genetic processes such as gene flow in multiple non-model plant species within complex natural and anthropogenic landscapes. Here, we report the use of bar-coded multiplexed paired-end Illumina NGS for the de novo development of expressed sequence tag-derived simple sequence repeat (EST-SSR) markers at low cost for a range of 24 tree species. Each chosen tree species is important in complex tropical agroforestry systems where little is currently known about many genetic processes. An average of more than 5,000 EST-SSRs was identified for each of the 24 sequenced species, whereas prior to analysis 20 of the species had fewer than 100 nucleotide sequence citations. To make results available to potential users in a suitable format, we have developed an open-access, interactive online database, tropiTree (http://bioinf.hutton.ac.uk/tropiTree), which has a range of visualisation and search facilities, and which is a model for the efficient presentation and application of NGS data. PMID:25025376

  8. Analysis of Logic Programs Using Regular Tree Languages

    DEFF Research Database (Denmark)

    Gallagher, John Patrick

    2012-01-01

    The eld of nite tree automata provides fundamental notations and tools for reasoning about set of terms called regular or recognizable tree languages. We consider two kinds of analysis using regular tree languages, applied to logic programs. The rst approach is to try to discover automatically...... a tree automaton from a logic program, approximating its minimal Herbrand model. In this case the input for the analysis is a program, and the output is a tree automaton. The second approach is to expose or check properties of the program that can be expressed by a given tree automaton. The input...... to the analysis is a program and a tree automaton, and the output is an abstract model of the program. These two contrasting abstract interpretations can be used in a wide range of analysis and verication problems....

  9. Numerical modeling of flow and pollutant dispersion in street canyons with tree planting

    NARCIS (Netherlands)

    Balczó, M.; Gromke, C.B.; Ruck, B.

    2009-01-01

    Numerical simulations of the impact of tree planting on airflow and traffic pollutant dispersion in urban street canyons have been performed using the commercial CFD (Computational Fluid Dynamics) code MISKAM. A k-e turbulence model including additional terms for the treatment of vegetation, has

  10. An Efficient Method of Vibration Diagnostics For Rotating Machinery Using a Decision Tree

    Directory of Open Access Journals (Sweden)

    Bo Suk Yang

    2000-01-01

    Full Text Available This paper describes an efficient method to automatize vibration diagnosis for rotating machinery using a decision tree, which is applicable to vibration diagnosis expert system. Decision tree is a widely known formalism for expressing classification knowledge and has been used successfully in many diverse areas such as character recognition, medical diagnosis, and expert systems, etc. In order to build a decision tree for vibration diagnosis, we have to define classes and attributes. A set of cases based on past experiences is also needed. This training set is inducted using a result-cause matrix newly developed in the present work instead of using a conventionally implemented cause-result matrix. This method was applied to diagnostics for various cases taken from published work. It is found that the present method predicts causes of the abnormal vibration for test cases with high reliability.

  11. The risk factors of laryngeal pathology in Korean adults using a decision tree model.

    Science.gov (United States)

    Byeon, Haewon

    2015-01-01

    The purpose of this study was to identify risk factors affecting laryngeal pathology in the Korean population and to evaluate the derived prediction model. Cross-sectional study. Data were drawn from the 2008 Korea National Health and Nutritional Examination Survey. The subjects were 3135 persons (1508 male and 2114 female) aged 19 years and older living in the community. The independent variables were age, sex, occupation, smoking, alcohol drinking, and self-reported voice problems. A decision tree analysis was done to identify risk factors for predicting a model of laryngeal pathology. The significant risk factors of laryngeal pathology were age, gender, occupation, smoking, and self-reported voice problem in decision tree model. Four significant paths were identified in the decision tree model for the prediction of laryngeal pathology. Those identified as high risk groups for laryngeal pathology included those who self-reported a voice problem, those who were males in their 50s who did not recognize a voice problem, those who were not economically active males in their 40s, and male workers aged 19 and over and under 50 or 60 and over who currently smoked. The results of this study suggest that individual risk factors, such as age, sex, occupation, health behavior, and self-reported voice problem, affect the onset of laryngeal pathology in a complex manner. Based on the results of this study, early management of the high-risk groups is needed for the prevention of laryngeal pathology. Copyright © 2015 The Voice Foundation. Published by Elsevier Inc. All rights reserved.

  12. Blocked edges on Eulerian maps and mobiles: application to spanning trees, hard particles and the Ising model

    International Nuclear Information System (INIS)

    Bouttier, J; Francesco, P Di; Guitter, E

    2007-01-01

    We introduce Eulerian maps with blocked edges as a general way to implement statistical matter models on random maps by a modification of intrinsic distances. We show how to code these dressed maps by means of mobiles, i.e. decorated trees with labelled vertices, leading to a closed system of recursion relations for their generating functions. We discuss particular solvable cases in detail, as well as various applications of our method to several statistical systems such as spanning trees on quadrangulations, mutually excluding particles on Eulerian triangulations or the Ising model on quadrangulations

  13. Process-based modeling of species' responses to climate change - a proof of concept using western North American trees

    Science.gov (United States)

    Evans, M. E.; Merow, C.; Record, S.; Menlove, J.; Gray, A.; Cundiff, J.; McMahon, S.; Enquist, B. J.

    2013-12-01

    Current attempts to forecast how species' distributions will change in response to climate change suffer under a fundamental trade-off: between modeling many species superficially vs. few species in detail (between correlative vs. mechanistic models). The goals of this talk are two-fold: first, we present a Bayesian multilevel modeling framework, dynamic range modeling (DRM), for building process-based forecasts of many species' distributions at a time, designed to address the trade-off between detail and number of distribution forecasts. In contrast to 'species distribution modeling' or 'niche modeling', which uses only species' occurrence data and environmental data, DRMs draw upon demographic data, abundance data, trait data, occurrence data, and GIS layers of climate in a single framework to account for two processes known to influence range dynamics - demography and dispersal. The vision is to use extensive databases on plant demography, distributions, and traits - in the Botanical Information and Ecology Network, the Forest Inventory and Analysis database (FIA), and the International Tree Ring Data Bank - to develop DRMs for North American trees. Second, we present preliminary results from building the core submodel of a DRM - an integral projection model (IPM) - for a sample of dominant tree species in western North America. IPMs are used to infer demographic niches - i.e., the set of environmental conditions under which population growth rate is positive - and project population dynamics through time. Based on >550,000 data points derived from FIA for nine tree species in western North America, we show IPM-based models of their current and future distributions, and discuss how IPMs can be used to forecast future forest productivity, mortality patterns, and inform efforts at assisted migration.

  14. The value of urban tree cover: A hedonic property price model in Ramsey and Dakota Counties, Minnesota, USA

    Science.gov (United States)

    Heather Sander; Stephen Polasky; Robert. Haight

    2010-01-01

    Urban tree cover benefits communities. These benefits' economic values, however, are poorly recognized and often ignored by landowners and planners. We use hedonic property price modeling to estimate urban tree cover's value in Dakota and Ramsey Counties, MN, USA, predicting housing value as a function of structural, neighborhood, and environmental variables...

  15. The hydrological vulnerability of western North American boreal tree species based on ground-based observations of tree mortality

    Science.gov (United States)

    Hember, R. A.; Kurz, W. A.; Coops, N. C.

    2017-12-01

    Several studies indicate that climate change has increased rates of tree mortality, adversely affecting timber supply and carbon storage in western North American boreal forests. Statistical models of tree mortality can play a complimentary role in detecting and diagnosing forest change. Yet, such models struggle to address real-world complexity, including expectations that hydrological vulnerability arises from both drought stress and excess-water stress, and that these effects vary by species, tree size, and competitive status. Here, we describe models that predict annual probability of tree mortality (Pm) of common boreal tree species based on tree height (H), biomass of larger trees (BLT), soil water content (W), reference evapotranspiration (E), and two-way interactions. We show that interactions among H and hydrological variables are consistently significant. Vulnerability to extreme droughts consistently increases as H approaches maximum observed values of each species, while some species additionally show increasing vulnerability at low H. Some species additionally show increasing vulnerability to low W under high BLT, or increasing drought vulnerability under low BLT. These results suggest that vulnerability of trees to increasingly severe droughts depends on the hydraulic efficiency, competitive status, and microclimate of individual trees. Static simulations of Pm across a 1-km grid (i.e., with time-independent inputs of H, BLT, and species composition) indicate complex spatial patterns in the time trends during 1965-2014 and a mean change in Pm of 42 %. Lastly, we discuss how the size-dependence of hydrological vulnerability, in concert with increasingly severe drought events, may shape future responses of stand-level biomass production to continued warming and increasing carbon dioxide concentration in the region.

  16. Mathematical models of flat linear induction motors used in mining drives

    Energy Technology Data Exchange (ETDEWEB)

    Tall, M

    1984-01-01

    Design parameters are calculated for electric flat linear induction motors, widely employed in the coal and ore mining industries in Poland. A mathematical model of this motor with a single-layer ferromagnetic secondary part is presented. A three-dimensional electromagnetic field analysis is carried out, taking relative magnetic permeability variation, discrete winding distribution, influence of armature grooving and pulsating field influence into account. A computer calculation algorithm is proposed for determining motor characteristics. 17 refs.

  17. Modeling and Simulation of a Wind Turbine Driven Induction Generator Using Bond Graph

    Directory of Open Access Journals (Sweden)

    Lachouri Abderrazak

    2015-12-01

    Full Text Available The objective of this paper is to investigate the modelling and simulation of wind turbine applied on induction generator with bond graph methodology as   a graphical and multi domain approach. They provide a precise and unambiguous modelling tool, which allows for the specification of hierarchical physical structures. The paper begins with an introduction to the bond graphs technique, followed by an implementation of the wind turbine model. Simulation results illustrate the simplified system response obtained using the 20-sim software.

  18. Tree decline and the future of Australian farmland biodiversity.

    Science.gov (United States)

    Fischer, Joern; Zerger, Andre; Gibbons, Phil; Stott, Jenny; Law, Bradley S

    2010-11-09

    Farmland biodiversity is greatly enhanced by the presence of trees. However, farmland trees are declining worldwide, including in North America, Central America, and parts of southern Europe. We show that tree decline and its likely consequences are particularly severe in Australia's temperate agricultural zone, which is a threatened ecoregion. Using field data on trees, remotely sensed imagery, and a demographic model for trees, we predict that by 2100, the number of trees on an average farm will contract to two-thirds of its present level. Statistical habitat models suggest that this tree decline will negatively affect many currently common animal species, with predicted declines in birds and bats of up to 50% by 2100. Declines were predicted for 24 of 32 bird species modeled and for all of six bat species modeled. Widespread declines in trees, birds, and bats may lead to a reduction in economically important ecosystem services such as shade provision for livestock and pest control. Moreover, many other species for which we have no empirical data also depend on trees, suggesting that fundamental changes in ecosystem functioning are likely. We conclude that Australia's temperate agricultural zone has crossed a threshold and no longer functions as a self-sustaining woodland ecosystem. A regime shift is occurring, with a woodland system deteriorating into a treeless pasture system. Management options exist to reverse tree decline, but new policy settings are required to encourage their widespread adoption.

  19. Integrodifferential model of induction heating of nonmagneticcylindrical billet rotating in uniform magnetic field

    Czech Academy of Sciences Publication Activity Database

    Donátová, M.; Karban, P.; Doležel, Ivo; Ulrych, B.

    2009-01-01

    Roč. 85, č. 4 (2009), s. 16-18 ISSN 0033-2097 R&D Projects: GA ČR(CZ) GA102/07/0496 Institutional research plan: CEZ:AV0Z20570509 Keywords : induction heating * integrodifferential model * electromagnetic field Subject RIV: JA - Electronics ; Optoelectronics, Electrical Engineering Impact factor: 0.196, year: 2009

  20. Cafts: computer aided fault tree analysis

    International Nuclear Information System (INIS)

    Poucet, A.

    1985-01-01

    The fault tree technique has become a standard tool for the analysis of safety and reliability of complex system. In spite of the costs, which may be high for a complete and detailed analysis of a complex plant, the fault tree technique is popular and its benefits are fully recognized. Due to this applications of these codes have mostly been restricted to simple academic examples and rarely concern complex, real world systems. In this paper an interactive approach to fault tree construction is presented. The aim is not to replace the analyst, but to offer him an intelligent tool which can assist him in modeling complex systems. Using the CAFTS-method, the analyst interactively constructs a fault tree in two phases: (1) In a first phase he generates an overall failure logic structure of the system; the macrofault tree. In this phase, CAFTS features an expert system approach to assist the analyst. It makes use of a knowledge base containing generic rules on the behavior of subsystems and components; (2) In a second phase the macrofault tree is further refined and transformed in a fully detailed and quantified fault tree. In this phase a library of plant-specific component failure models is used