Sample records for k-median outlier miner

  1. Spatio-temporal Outlier Detection in Precipitation Data

    NASA Astrophysics Data System (ADS)

    Wu, Elizabeth; Liu, Wei; Chawla, Sanjay

    The detection of outliers from spatio-temporal data is an important task due to the increasing amount of spatio-temporal data available and the need to understand and interpret it. Due to the limitations of current data mining techniques, new techniques to handle this data need to be developed. We propose a spatio-temporal outlier detection algorithm called Outstretch, which discovers the outlier movement patterns of the top-k spatial outliers over several time periods. The top-k spatial outliers are found using the Exact-Grid Top- k and Approx-Grid Top- k algorithms, which are an extension of algorithms developed by Agarwal et al. [1]. Since they use the Kulldorff spatial scan statistic, they are capable of discovering all outliers, unaffected by neighbouring regions that may contain missing values. After generating the outlier sequences, we show one way they can be interpreted, by comparing them to the phases of the El Niño Southern Oscilliation (ENSO) weather phenomenon to provide a meaningful analysis of the results.

  2. Penalized unsupervised learning with outliers

    PubMed Central

    Witten, Daniela M.

    2013-01-01

    We consider the problem of performing unsupervised learning in the presence of outliers – that is, observations that do not come from the same distribution as the rest of the data. It is known that in this setting, standard approaches for unsupervised learning can yield unsatisfactory results. For instance, in the presence of severe outliers, K-means clustering will often assign each outlier to its own cluster, or alternatively may yield distorted clusters in order to accommodate the outliers. In this paper, we take a new approach to extending existing unsupervised learning techniques to accommodate outliers. Our approach is an extension of a recent proposal for outlier detection in the regression setting. We allow each observation to take on an “error” term, and we penalize the errors using a group lasso penalty in order to encourage most of the observations’ errors to exactly equal zero. We show that this approach can be used in order to develop extensions of K-means clustering and principal components analysis that result in accurate outlier detection, as well as improved performance in the presence of outliers. These methods are illustrated in a simulation study and on two gene expression data sets, and connections with M-estimation are explored. PMID:23875057

  3. A simple transformation independent method for outlier definition.

    PubMed

    Johansen, Martin Berg; Christensen, Peter Astrup

    2018-04-10

    Definition and elimination of outliers is a key element for medical laboratories establishing or verifying reference intervals (RIs). Especially as inclusion of just a few outlying observations may seriously affect the determination of the reference limits. Many methods have been developed for definition of outliers. Several of these methods are developed for the normal distribution and often data require transformation before outlier elimination. We have developed a non-parametric transformation independent outlier definition. The new method relies on drawing reproducible histograms. This is done by using defined bin sizes above and below the median. The method is compared to the method recommended by CLSI/IFCC, which uses Box-Cox transformation (BCT) and Tukey's fences for outlier definition. The comparison is done on eight simulated distributions and an indirect clinical datasets. The comparison on simulated distributions shows that without outliers added the recommended method in general defines fewer outliers. However, when outliers are added on one side the proposed method often produces better results. With outliers on both sides the methods are equally good. Furthermore, it is found that the presence of outliers affects the BCT, and subsequently affects the determined limits of current recommended methods. This is especially seen in skewed distributions. The proposed outlier definition reproduced current RI limits on clinical data containing outliers. We find our simple transformation independent outlier detection method as good as or better than the currently recommended methods.

  4. A comparison of latent class, K-means, and K-median methods for clustering dichotomous data.

    PubMed

    Brusco, Michael J; Shireman, Emilie; Steinley, Douglas

    2017-09-01

    The problem of partitioning a collection of objects based on their measurements on a set of dichotomous variables is a well-established problem in psychological research, with applications including clinical diagnosis, educational testing, cognitive categorization, and choice analysis. Latent class analysis and K-means clustering are popular methods for partitioning objects based on dichotomous measures in the psychological literature. The K-median clustering method has recently been touted as a potentially useful tool for psychological data and might be preferable to its close neighbor, K-means, when the variable measures are dichotomous. We conducted simulation-based comparisons of the latent class, K-means, and K-median approaches for partitioning dichotomous data. Although all 3 methods proved capable of recovering cluster structure, K-median clustering yielded the best average performance, followed closely by latent class analysis. We also report results for the 3 methods within the context of an application to transitive reasoning data, in which it was found that the 3 approaches can exhibit profound differences when applied to real data. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  5. On the predictability of outliers in ensemble forecasts

    NASA Astrophysics Data System (ADS)

    Siegert, S.; Bröcker, J.; Kantz, H.

    2012-03-01

    In numerical weather prediction, ensembles are used to retrieve probabilistic forecasts of future weather conditions. We consider events where the verification is smaller than the smallest, or larger than the largest ensemble member of a scalar ensemble forecast. These events are called outliers. In a statistically consistent K-member ensemble, outliers should occur with a base rate of 2/(K+1). In operational ensembles this base rate tends to be higher. We study the predictability of outlier events in terms of the Brier Skill Score and find that forecast probabilities can be calculated which are more skillful than the unconditional base rate. This is shown analytically for statistically consistent ensembles. Using logistic regression, forecast probabilities for outlier events in an operational ensemble are calculated. These probabilities exhibit positive skill which is quantitatively similar to the analytical results. Possible causes of these results as well as their consequences for ensemble interpretation are discussed.

  6. Accurate Diabetes Risk Stratification Using Machine Learning: Role of Missing Value and Outliers.

    PubMed

    Maniruzzaman, Md; Rahman, Md Jahanur; Al-MehediHasan, Md; Suri, Harman S; Abedin, Md Menhazul; El-Baz, Ayman; Suri, Jasjit S

    2018-04-10

    Diabetes mellitus is a group of metabolic diseases in which blood sugar levels are too high. About 8.8% of the world was diabetic in 2017. It is projected that this will reach nearly 10% by 2045. The major challenge is that when machine learning-based classifiers are applied to such data sets for risk stratification, leads to lower performance. Thus, our objective is to develop an optimized and robust machine learning (ML) system under the assumption that missing values or outliers if replaced by a median configuration will yield higher risk stratification accuracy. This ML-based risk stratification is designed, optimized and evaluated, where: (i) the features are extracted and optimized from the six feature selection techniques (random forest, logistic regression, mutual information, principal component analysis, analysis of variance, and Fisher discriminant ratio) and combined with ten different types of classifiers (linear discriminant analysis, quadratic discriminant analysis, naïve Bayes, Gaussian process classification, support vector machine, artificial neural network, Adaboost, logistic regression, decision tree, and random forest) under the hypothesis that both missing values and outliers when replaced by computed medians will improve the risk stratification accuracy. Pima Indian diabetic dataset (768 patients: 268 diabetic and 500 controls) was used. Our results demonstrate that on replacing the missing values and outliers by group median and median values, respectively and further using the combination of random forest feature selection and random forest classification technique yields an accuracy, sensitivity, specificity, positive predictive value, negative predictive value and area under the curve as: 92.26%, 95.96%, 79.72%, 91.14%, 91.20%, and 0.93, respectively. This is an improvement of 10% over previously developed techniques published in literature. The system was validated for its stability and reliability. RF-based model showed the best

  7. Microfluidic Leaching of Soil Minerals: Release of K+ from K Feldspar

    PubMed Central

    Ciceri, Davide; Allanore, Antoine

    2015-01-01

    The rate of K+ leaching from soil minerals such as K-feldspar is believed to be too slow to provide agronomic benefit. Currently, theories and methods available to interpret kinetics of mineral processes in soil fail to consider its microfluidic nature. In this study, we measure the leaching rate of K+ ions from a K-feldspar-bearing rock (syenite) in a microfluidic environment, and demonstrate that at the spatial and temporal scales experienced by crop roots, K+ is available at a faster rate than that measured with conventional apparatuses. We present a device to investigate kinetics of mineral leaching at an unprecedented simultaneous resolution of space (~101-102 μm), time (~101-102 min) and fluid volume (~100-101 mL). Results obtained from such a device challenge the notion that silicate minerals cannot be used as alternative fertilizers for tropical soils. PMID:26485160

  8. Analysis of lightning outliers in the EUCLID network

    NASA Astrophysics Data System (ADS)

    Poelman, Dieter R.; Schulz, Wolfgang; Kaltenboeck, Rudolf; Delobbe, Laurent

    2017-11-01

    Lightning data as observed by the European Cooperation for Lightning Detection (EUCLID) network are used in combination with radar data to retrieve the temporal and spatial behavior of lightning outliers, i.e., discharges located in a wrong place, over a 5-year period from 2011 to 2016. Cloud-to-ground (CG) stroke and intracloud (IC) pulse data are superimposed on corresponding 5 min radar precipitation fields in two topographically different areas, Belgium and Austria, in order to extract lightning outliers based on the distance between each lightning event and the nearest precipitation. It is shown that the percentage of outliers is sensitive to changes in the network and to the location algorithm itself. The total percentage of outliers for both regions varies over the years between 0.8 and 1.7 % for a distance to the nearest precipitation of 2 km, with an average of approximately 1.2 % in Belgium and Austria. Outside the European summer thunderstorm season, the percentage of outliers tends to increase somewhat. The majority of all the outliers are low peak current events with absolute values falling between 0 and 10 kA. More specifically, positive cloud-to-ground strokes are more likely to be classified as outliers compared to all other types of discharges. Furthermore, it turns out that the number of sensors participating in locating a lightning discharge is different for outliers versus correctly located events, with outliers having the lowest amount of sensors participating. In addition, it is shown that in most cases the semi-major axis (SMA) assigned to a lightning discharge as a confidence indicator in the location accuracy (LA) is smaller for correctly located events compared to the semi-major axis of outliers.

  9. Statistics and Machine Learning based Outlier Detection Techniques for Exoplanets

    NASA Astrophysics Data System (ADS)

    Goel, Amit; Montgomery, Michele

    2015-08-01

    Architectures of planetary systems are observable snapshots in time that can indicate formation and dynamic evolution of planets. The observable key parameters that we consider are planetary mass and orbital period. If planet masses are significantly less than their host star masses, then Keplerian Motion is defined as P^2 = a^3 where P is the orbital period in units of years and a is the orbital period in units of Astronomical Units (AU). Keplerian motion works on small scales such as the size of the Solar System but not on large scales such as the size of the Milky Way Galaxy. In this work, for confirmed exoplanets of known stellar mass, planetary mass, orbital period, and stellar age, we analyze Keplerian motion of systems based on stellar age to seek if Keplerian motion has an age dependency and to identify outliers. For detecting outliers, we apply several techniques based on statistical and machine learning methods such as probabilistic, linear, and proximity based models. In probabilistic and statistical models of outliers, the parameters of a closed form probability distributions are learned in order to detect the outliers. Linear models use regression analysis based techniques for detecting outliers. Proximity based models use distance based algorithms such as k-nearest neighbour, clustering algorithms such as k-means, or density based algorithms such as kernel density estimation. In this work, we will use unsupervised learning algorithms with only the proximity based models. In addition, we explore the relative strengths and weaknesses of the various techniques by validating the outliers. The validation criteria for the outliers is if the ratio of planetary mass to stellar mass is less than 0.001. In this work, we present our statistical analysis of the outliers thus detected.

  10. Iterative outlier removal: A method for identifying outliers in laboratory recalibration studies

    PubMed Central

    Parrinello, Christina M.; Grams, Morgan E.; Sang, Yingying; Couper, David; Wruck, Lisa M.; Li, Danni; Eckfeldt, John H.; Selvin, Elizabeth; Coresh, Josef

    2016-01-01

    Background Extreme values that arise for any reason, including through non-laboratory measurement procedure-related processes (inadequate mixing, evaporation, mislabeling), lead to outliers and inflate errors in recalibration studies. We present an approach termed iterative outlier removal (IOR) for identifying such outliers. Methods We previously identified substantial laboratory drift in uric acid measurements in the Atherosclerosis Risk in Communities (ARIC) Study over time. Serum uric acid was originally measured in 1990–92 on a Coulter DACOS instrument using an uricase-based measurement procedure. To recalibrate previous measured concentrations to a newer enzymatic colorimetric measurement procedure, uric acid was re-measured in 200 participants from stored plasma in 2011–13 on a Beckman Olympus 480 autoanalyzer. To conduct IOR, we excluded data points >3 standard deviations (SDs) from the mean difference. We continued this process using the resulting data until no outliers remained. Results IOR detected more outliers and yielded greater precision in simulation. The original mean difference (SD) in uric acid was 1.25 (0.62) mg/dL. After four iterations, 9 outliers were excluded, and the mean difference (SD) was 1.23 (0.45) mg/dL. Conducting only one round of outlier removal (standard approach) would have excluded 4 outliers (mean difference [SD] = 1.22 [0.51] mg/dL). Applying the recalibration (derived from Deming regression) from each approach to the original measurements, the prevalence of hyperuricemia (>7 mg/dL) was 28.5% before IOR and 8.5% after IOR. Conclusion IOR is a useful method for removal of extreme outliers irrelevant to recalibrating laboratory measurements, and identifies more extraneous outliers than the standard approach. PMID:27197675

  11. Identifying Outliers of Non-Gaussian Groundwater State Data Based on Ensemble Estimation for Long-Term Trends

    NASA Astrophysics Data System (ADS)

    Park, E.; Jeong, J.; Choi, J.; Han, W. S.; Yun, S. T.

    2016-12-01

    Three modified outlier identification methods: the three sigma rule (3s), inter quantile range (IQR) and median absolute deviation (MAD), which take advantage of the ensemble regression method are proposed. For validation purposes, the performance of the methods is compared using simulated and actual groundwater data with a few hypothetical conditions. In the validations using simulated data, all of the proposed methods reasonably identify outliers at a 5% outlier level; whereas, only the IQR method performs well for identifying outliers at a 30% outlier level. When applying the methods to real groundwater data, the outlier identification performance of the IQR method is found to be superior to the other two methods. However, the IQR method is found to have a limitation in the false identification of excessive outliers, which may be supplemented by joint applications with the other methods (i.e., the 3s rule and MAD methods). The proposed methods can be also applied as a potential tool for future anomaly detection by model training based on currently available data.

  12. A framework for periodic outlier pattern detection in time-series sequences.

    PubMed

    Rasheed, Faraz; Alhajj, Reda

    2014-05-01

    Periodic pattern detection in time-ordered sequences is an important data mining task, which discovers in the time series all patterns that exhibit temporal regularities. Periodic pattern mining has a large number of applications in real life; it helps understanding the regular trend of the data along time, and enables the forecast and prediction of future events. An interesting related and vital problem that has not received enough attention is to discover outlier periodic patterns in a time series. Outlier patterns are defined as those which are different from the rest of the patterns; outliers are not noise. While noise does not belong to the data and it is mostly eliminated by preprocessing, outliers are actual instances in the data but have exceptional characteristics compared with the majority of the other instances. Outliers are unusual patterns that rarely occur, and, thus, have lesser support (frequency of appearance) in the data. Outlier patterns may hint toward discrepancy in the data such as fraudulent transactions, network intrusion, change in customer behavior, recession in the economy, epidemic and disease biomarkers, severe weather conditions like tornados, etc. We argue that detecting the periodicity of outlier patterns might be more important in many sequences than the periodicity of regular, more frequent patterns. In this paper, we present a robust and time efficient suffix tree-based algorithm capable of detecting the periodicity of outlier patterns in a time series by giving more significance to less frequent yet periodic patterns. Several experiments have been conducted using both real and synthetic data; all aspects of the proposed approach are compared with the existing algorithm InfoMiner; the reported results demonstrate the effectiveness and applicability of the proposed approach.

  13. Carbon K-edge spectra of carbonate minerals.

    PubMed

    Brandes, Jay A; Wirick, Sue; Jacobsen, Chris

    2010-09-01

    Carbon K-edge X-ray spectroscopy has been applied to the study of a wide range of organic samples, from polymers and coals to interstellar dust particles. Identification of carbonaceous materials within these samples is accomplished by the pattern of resonances in the 280-320 eV energy region. Carbonate minerals are often encountered in the study of natural samples, and have been identified by a distinctive resonance at 290.3 eV. Here C K-edge and Ca L-edge spectra from a range of carbonate minerals are presented. Although all carbonates exhibit a sharp 290 eV resonance, both the precise position of this resonance and the positions of other resonances vary among minerals. The relative strengths of the different carbonate resonances also vary with crystal orientation to the linearly polarized X-ray beam. Intriguingly, several carbonate minerals also exhibit a strong 288.6 eV resonance, consistent with the position of a carbonyl resonance rather than carbonate. Calcite and aragonite, although indistinguishable spectrally at the C K-edge, exhibited significantly different spectra at the Ca L-edge. The distinctive spectral fingerprints of carbonates provide an identification tool, allowing for the examination of such processes as carbon sequestration in minerals, Mn substitution in marine calcium carbonates (dolomitization) and serpentinization of basalts.

  14. Identifying outliers of non-Gaussian groundwater state data based on ensemble estimation for long-term trends

    NASA Astrophysics Data System (ADS)

    Jeong, Jina; Park, Eungyu; Han, Weon Shik; Kim, Kueyoung; Choung, Sungwook; Chung, Il Moon

    2017-05-01

    A hydrogeological dataset often includes substantial deviations that need to be inspected. In the present study, three outlier identification methods - the three sigma rule (3σ), inter quantile range (IQR), and median absolute deviation (MAD) - that take advantage of the ensemble regression method are proposed by considering non-Gaussian characteristics of groundwater data. For validation purposes, the performance of the methods is compared using simulated and actual groundwater data with a few hypothetical conditions. In the validations using simulated data, all of the proposed methods reasonably identify outliers at a 5% outlier level; whereas, only the IQR method performs well for identifying outliers at a 30% outlier level. When applying the methods to real groundwater data, the outlier identification performance of the IQR method is found to be superior to the other two methods. However, the IQR method shows limitation by identifying excessive false outliers, which may be overcome by its joint application with other methods (for example, the 3σ rule and MAD methods). The proposed methods can be also applied as potential tools for the detection of future anomalies by model training based on currently available data.

  15. An online outlier identification and removal scheme for improving fault detection performance.

    PubMed

    Ferdowsi, Hasan; Jagannathan, Sarangapani; Zawodniok, Maciej

    2014-05-01

    Measured data or states for a nonlinear dynamic system is usually contaminated by outliers. Identifying and removing outliers will make the data (or system states) more trustworthy and reliable since outliers in the measured data (or states) can cause missed or false alarms during fault diagnosis. In addition, faults can make the system states nonstationary needing a novel analytical model-based fault detection (FD) framework. In this paper, an online outlier identification and removal (OIR) scheme is proposed for a nonlinear dynamic system. Since the dynamics of the system can experience unknown changes due to faults, traditional observer-based techniques cannot be used to remove the outliers. The OIR scheme uses a neural network (NN) to estimate the actual system states from measured system states involving outliers. With this method, the outlier detection is performed online at each time instant by finding the difference between the estimated and the measured states and comparing its median with its standard deviation over a moving time window. The NN weight update law in OIR is designed such that the detected outliers will have no effect on the state estimation, which is subsequently used for model-based fault diagnosis. In addition, since the OIR estimator cannot distinguish between the faulty or healthy operating conditions, a separate model-based observer is designed for fault diagnosis, which uses the OIR scheme as a preprocessing unit to improve the FD performance. The stability analysis of both OIR and fault diagnosis schemes are introduced. Finally, a three-tank benchmarking system and a simple linear system are used to verify the proposed scheme in simulations, and then the scheme is applied on an axial piston pump testbed. The scheme can be applied to nonlinear systems whose dynamics and underlying distribution of states are subjected to change due to both unknown faults and operating conditions.

  16. Accuracy of GIPSY PPP from version 6.2: a robust method to remove outliers

    NASA Astrophysics Data System (ADS)

    Hayal, Adem G.; Ugur Sanli, D.

    2014-05-01

    In this paper, we figure out the accuracy of GIPSY PPP from the latest version, version 6.2. As the research community prepares for the real-time PPP, it would be interesting to revise the accuracy of static GPS from the latest version of well established research software, the first among its kinds. Although the results do not significantly differ from the previous version, version 6.1.1, we still observe the slight improvement on the vertical component due to an enhanced second order ionospheric modeling which came out with the latest version. However, in this study, we rather turned our attention into outlier detection. Outliers usually occur among the solutions from shorter observation sessions and degrade the quality of the accuracy modeling. In our previous analysis from version 6.1.1, we argued that the elimination of outliers was cumbersome with the traditional method since repeated trials were needed, and subjectivity that could affect the statistical significance of the solutions might have been existed among the results (Hayal and Sanli, 2013). Here we overcome this problem using a robust outlier elimination method. Median is perhaps the simplest of the robust outlier detection methods in terms of applicability. At the same time, it might be considered to be the most efficient one with its highest breakdown point. In our analysis, we used a slightly different version of the median as introduced in Tut et al. 2013. Hence, we were able to remove suspected outliers at one run; which were, with the traditional methods, more problematic to remove this time from the solutions produced using the latest version of the software. References Hayal, AG, Sanli DU, Accuracy of GIPSY PPP from version 6, GNSS Precise Point Positioning Workshop: Reaching Full Potential, Vol. 1, pp. 41-42, (2013) Tut,İ., Sanli D.U., Erdogan B., Hekimoglu S., Efficiency of BERNESE single baseline rapid static positioning solutions with SEARCH strategy, Survey Review, Vol. 45, Issue 331

  17. Detecting measurement outliers: remeasure efficiently

    NASA Astrophysics Data System (ADS)

    Ullrich, Albrecht

    2010-09-01

    Shrinking structures, advanced optical proximity correction (OPC) and complex measurement strategies continually challenge critical dimension (CD) metrology tools and recipe creation processes. One important quality ensuring task is the control of measurement outlier behavior. Outliers could trigger false positive alarm for specification violations impacting cycle time or potentially yield. Constant high level of outliers not only deteriorates cycle time but also puts unnecessary stress on tool operators leading eventually to human errors. At tool level the sources of outliers are natural variations (e.g. beam current etc.), drifts, contrast conditions, focus determination or pattern recognition issues, etc. Some of these can result from suboptimal or even wrong recipe settings, like focus position or measurement box size. Such outliers, created by an automatic recipe creation process faced with more complicated structures, would manifest itself rather as systematic variation of measurements than the one caused by 'pure' tool variation. I analyzed several statistical methods to detect outliers. These range from classical outlier tests for extrema, robust metrics like interquartile range (IQR) to methods evaluating the distribution of different populations of measurement sites, like the Cochran test. The latter suits especially the detection of systematic effects. The next level of outlier detection entwines additional information about the mask and the manufacturing process with the measurement results. The methods were reviewed for measured variations assumed to be normally distributed with zero mean but also for the presence of a statistically significant spatial process signature. I arrive at the conclusion that intelligent outlier detection can influence the efficiency and cycle time of CD metrology greatly. In combination with process information like target, typical platform variation and signature, one can tailor the detection to the needs of the photomask

  18. 42 CFR 413.237 - Outliers.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ...-only drugs effective January 1, 2014. (2) Adult predicted ESRD outlier services Medicare allowable... furnished to an adult beneficiary by an ESRD facility. (3) Pediatric predicted ESRD outlier services... outlier services furnished to a pediatric beneficiary by an ESRD facility. (4) Adult fixed dollar loss...

  19. Outliers: A Potential Data Problem.

    ERIC Educational Resources Information Center

    Douzenis, Cordelia; Rakow, Ernest A.

    Outliers, extreme data values relative to others in a sample, may distort statistics that assume internal levels of measurement and normal distribution. The outlier may be a valid value or an error. Several procedures are available for identifying outliers, and each may be applied to errors of prediction from the regression lines for utility in a…

  20. Outlier Removal and the Relation with Reporting Errors and Quality of Psychological Research

    PubMed Central

    Bakker, Marjan; Wicherts, Jelte M.

    2014-01-01

    Background The removal of outliers to acquire a significant result is a questionable research practice that appears to be commonly used in psychology. In this study, we investigated whether the removal of outliers in psychology papers is related to weaker evidence (against the null hypothesis of no effect), a higher prevalence of reporting errors, and smaller sample sizes in these papers compared to papers in the same journals that did not report the exclusion of outliers from the analyses. Methods and Findings We retrieved a total of 2667 statistical results of null hypothesis significance tests from 153 articles in main psychology journals, and compared results from articles in which outliers were removed (N = 92) with results from articles that reported no exclusion of outliers (N = 61). We preregistered our hypotheses and methods and analyzed the data at the level of articles. Results show no significant difference between the two types of articles in median p value, sample sizes, or prevalence of all reporting errors, large reporting errors, and reporting errors that concerned the statistical significance. However, we did find a discrepancy between the reported degrees of freedom of t tests and the reported sample size in 41% of articles that did not report removal of any data values. This suggests common failure to report data exclusions (or missingness) in psychological articles. Conclusions We failed to find that the removal of outliers from the analysis in psychological articles was related to weaker evidence (against the null hypothesis of no effect), sample size, or the prevalence of errors. However, our control sample might be contaminated due to nondisclosure of excluded values in articles that did not report exclusion of outliers. Results therefore highlight the importance of more transparent reporting of statistical analyses. PMID:25072606

  1. Phosphorus K-edge XANES spectroscopy of mineral standards

    PubMed Central

    Ingall, Ellery D.; Brandes, Jay A.; Diaz, Julia M.; de Jonge, Martin D.; Paterson, David; McNulty, Ian; Elliott, W. Crawford; Northrup, Paul

    2011-01-01

    Phosphorus K-edge X-ray absorption near-edge structure (XANES) spectroscopy was performed on phosphate mineral specimens including (a) twelve specimens from the apatite group covering a range of compositional variation and crystallinity; (b) six non-apatite calcium-rich phosphate minerals; (c) 15 aluminium-rich phosphate minerals; (d) ten phosphate minerals rich in either reduced iron or manganese; (e) four phosphate minerals rich in either oxidized iron or manganese; (f) eight phosphate minerals rich in either magnesium, copper, lead, zinc or rare-earth elements; and (g) four uranium phosphate minerals. The identity of all minerals examined in this study was independently confirmed using X-ray powder diffraction. Minerals were distinguished using XANES spectra with a combination of pre-edge features, edge position, peak shapes and post-edge features. Shared spectral features were observed in minerals with compositions dominated by the same specific cation. Analyses of apatite-group minerals indicate that XANES spectral patterns are not strongly affected by variations in composition and crystallinity typical of natural mineral specimens. PMID:21335905

  2. The good, the bad and the outliers: automated detection of errors and outliers from groundwater hydrographs

    NASA Astrophysics Data System (ADS)

    Peterson, Tim J.; Western, Andrew W.; Cheng, Xiang

    2018-03-01

    Suspicious groundwater-level observations are common and can arise for many reasons ranging from an unforeseen biophysical process to bore failure and data management errors. Unforeseen observations may provide valuable insights that challenge existing expectations and can be deemed outliers, while monitoring and data handling failures can be deemed errors, and, if ignored, may compromise trend analysis and groundwater model calibration. Ideally, outliers and errors should be identified but to date this has been a subjective process that is not reproducible and is inefficient. This paper presents an approach to objectively and efficiently identify multiple types of errors and outliers. The approach requires only the observed groundwater hydrograph, requires no particular consideration of the hydrogeology, the drivers (e.g. pumping) or the monitoring frequency, and is freely available in the HydroSight toolbox. Herein, the algorithms and time-series model are detailed and applied to four observation bores with varying dynamics. The detection of outliers was most reliable when the observation data were acquired quarterly or more frequently. Outlier detection where the groundwater-level variance is nonstationary or the absolute trend increases rapidly was more challenging, with the former likely to result in an under-estimation of the number of outliers and the latter an overestimation in the number of outliers.

  3. Adaptive vector validation in image velocimetry to minimise the influence of outlier clusters

    NASA Astrophysics Data System (ADS)

    Masullo, Alessandro; Theunissen, Raf

    2016-03-01

    The universal outlier detection scheme (Westerweel and Scarano in Exp Fluids 39:1096-1100, 2005) and the distance-weighted universal outlier detection scheme for unstructured data (Duncan et al. in Meas Sci Technol 21:057002, 2010) are the most common PIV data validation routines. However, such techniques rely on a spatial comparison of each vector with those in a fixed-size neighbourhood and their performance subsequently suffers in the presence of clusters of outliers. This paper proposes an advancement to render outlier detection more robust while reducing the probability of mistakenly invalidating correct vectors. Velocity fields undergo a preliminary evaluation in terms of local coherency, which parametrises the extent of the neighbourhood with which each vector will be compared subsequently. Such adaptivity is shown to reduce the number of undetected outliers, even when implemented in the afore validation schemes. In addition, the authors present an alternative residual definition considering vector magnitude and angle adopting a modified Gaussian-weighted distance-based averaging median. This procedure is able to adapt the degree of acceptable background fluctuations in velocity to the local displacement magnitude. The traditional, extended and recommended validation methods are numerically assessed on the basis of flow fields from an isolated vortex, a turbulent channel flow and a DNS simulation of forced isotropic turbulence. The resulting validation method is adaptive, requires no user-defined parameters and is demonstrated to yield the best performances in terms of outlier under- and over-detection. Finally, the novel validation routine is applied to the PIV analysis of experimental studies focused on the near wake behind a porous disc and on a supersonic jet, illustrating the potential gains in spatial resolution and accuracy.

  4. Silicon K-edge XANES spectra of silicate minerals

    NASA Astrophysics Data System (ADS)

    Li, Dien; Bancroft, G. M.; Fleet, M. E.; Feng, X. H.

    1995-03-01

    Silicon K-edge x-ray absorption near-edge structure (XANES) spectra of a selection of silicate and aluminosilicate minerals have been measured using synchrotron radiation (SR). The spectra are qualitatively interpreted based on MO calculation of the tetrahedral SiO{4/4-}cluster. The Si K-edge generally shifts to higher energy with increased polymerization of silicates by about 1.3 eV, but with considerable overlap for silicates of different polymerization types. The substitution of Al for Si shifts the Si K-edge to lower energy. The chemical shift of Si K-edge is also sensitive to cations in more distant atom shells; for example, the Si K-edge shifts to lower energy with the substitution of Al for Mg in octahedral sites. The shifts of the Si K-edge show weak correlation with average Si-O bond distance (dSi-O), Si-O bond valence (sSi-O) and distortion of SiO4 tetrahedra, due to the crystal structure complexity of silicate minerals and multiple factors effecting the x-ray absorption processes.

  5. Identification of Hospital Outliers in Bleeding Complications After Percutaneous Coronary Intervention

    PubMed Central

    Hess, Connie N.; Rao, Sunil V.; McCoy, Lisa A.; Neely, Megan L.; Singh, Mandeep; Spertus, John A.; Krone, Ronald J.; Weaver, W. Douglas; Peterson, Eric D.

    2014-01-01

    Background Post-percutaneous coronary intervention (PCI) bleeding complications are an important quality metric. We sought to characterize site-level variation in post-PCI bleeding and explore the influence of patient and procedural factors on hospital bleeding performance. Methods and Results Hospital-level bleeding performance was compared pre- and post-adjustment using the newly-revised CathPCI Registry® bleeding risk model (c-index 0.77) among 1,292 NCDR® hospitals performing >50 PCIs from 7/2009–9/2012 (n=1,984,998 procedures). Using random effects models, outlier sites were identified based on 95% confidence intervals around the hospital’s random intercept. Bleeding 72 hours post-PCI was defined as: arterial access site, retroperitoneal, gastrointestinal, or genitourinary bleeding; intracranial hemorrhage; cardiac tamponade; non-bypass surgery-related blood transfusion with pre-procedure hemoglobin ≥8 g/dl; or absolute decrease in hemoglobin value ≥3g/dl with pre-procedure hemoglobin ≤16 g/dl. Overall, the median unadjusted post-PCI bleeding rate was 5.2% and varied among hospitals from 2.6%–10.4% (5th, 95th percentiles). Center-level bleeding variation persisted after case-mix adjustment (2.8%–9.5%; 5th, 95th percentiles). While hospitals’ observed and risk-adjusted bleeding ranks were correlated (Spearman’s rho 0.88), individual rankings shifted after risk-adjustment (median Δ rank order ± 91.5; IQR 37.0, 185.5). Outlier classification changed post-adjustment for 29.3%, 16.1%, and 26.5% of low-, non-, and high-outlier sites, respectively. Hospital use of bleeding avoidance strategies (bivalirudin, radial access, or vascular closure device) was associated with risk-adjusted bleeding rates. Conclusions Despite adjustment for patient case-mix, there is wide variation in rates of hospital PCI-related bleeding in the United States. Opportunities may exist for best performers to share practices with other sites. PMID:25424242

  6. Two Examples of Transformations When There Are Possible Outliers.

    DTIC Science & Technology

    1981-01-01

    potential outliers and, as in Carroll (1980), the influence function of A Is not bounded if k is monotone, A word of caution about "Hampel" is in order...normal linear model fits well. An acceptable analysis would thus estimate X as somewhere near I. As predicted by the influence function calculations in

  7. Query-Based Outlier Detection in Heterogeneous Information Networks.

    PubMed

    Kuck, Jonathan; Zhuang, Honglei; Yan, Xifeng; Cam, Hasan; Han, Jiawei

    2015-03-01

    Outlier or anomaly detection in large data sets is a fundamental task in data science, with broad applications. However, in real data sets with high-dimensional space, most outliers are hidden in certain dimensional combinations and are relative to a user's search space and interest. It is often more effective to give power to users and allow them to specify outlier queries flexibly, and the system will then process such mining queries efficiently. In this study, we introduce the concept of query-based outlier in heterogeneous information networks, design a query language to facilitate users to specify such queries flexibly, define a good outlier measure in heterogeneous networks, and study how to process outlier queries efficiently in large data sets. Our experiments on real data sets show that following such a methodology, interesting outliers can be defined and uncovered flexibly and effectively in large heterogeneous networks.

  8. Query-Based Outlier Detection in Heterogeneous Information Networks

    PubMed Central

    Kuck, Jonathan; Zhuang, Honglei; Yan, Xifeng; Cam, Hasan; Han, Jiawei

    2015-01-01

    Outlier or anomaly detection in large data sets is a fundamental task in data science, with broad applications. However, in real data sets with high-dimensional space, most outliers are hidden in certain dimensional combinations and are relative to a user’s search space and interest. It is often more effective to give power to users and allow them to specify outlier queries flexibly, and the system will then process such mining queries efficiently. In this study, we introduce the concept of query-based outlier in heterogeneous information networks, design a query language to facilitate users to specify such queries flexibly, define a good outlier measure in heterogeneous networks, and study how to process outlier queries efficiently in large data sets. Our experiments on real data sets show that following such a methodology, interesting outliers can be defined and uncovered flexibly and effectively in large heterogeneous networks. PMID:27064397

  9. Visualizing Big Data Outliers through Distributed Aggregation.

    PubMed

    Wilkinson, Leland

    2017-08-29

    Visualizing outliers in massive datasets requires statistical pre-processing in order to reduce the scale of the problem to a size amenable to rendering systems like D3, Plotly or analytic systems like R or SAS. This paper presents a new algorithm, called hdoutliers, for detecting multidimensional outliers. It is unique for a) dealing with a mixture of categorical and continuous variables, b) dealing with big-p (many columns of data), c) dealing with big-n (many rows of data), d) dealing with outliers that mask other outliers, and e) dealing consistently with unidimensional and multidimensional datasets. Unlike ad hoc methods found in many machine learning papers, hdoutliers is based on a distributional model that allows outliers to be tagged with a probability. This critical feature reduces the likelihood of false discoveries.

  10. Outlier Detection in Urban Air Quality Sensor Networks.

    PubMed

    van Zoest, V M; Stein, A; Hoek, G

    2018-01-01

    Low-cost urban air quality sensor networks are increasingly used to study the spatio-temporal variability in air pollutant concentrations. Recently installed low-cost urban sensors, however, are more prone to result in erroneous data than conventional monitors, e.g., leading to outliers. Commonly applied outlier detection methods are unsuitable for air pollutant measurements that have large spatial and temporal variations as occur in urban areas. We present a novel outlier detection method based upon a spatio-temporal classification, focusing on hourly NO 2 concentrations. We divide a full year's observations into 16 spatio-temporal classes, reflecting urban background vs. urban traffic stations, weekdays vs. weekends, and four periods per day. For each spatio-temporal class, we detect outliers using the mean and standard deviation of the normal distribution underlying the truncated normal distribution of the NO 2 observations. Applying this method to a low-cost air quality sensor network in the city of Eindhoven, the Netherlands, we found 0.1-0.5% of outliers. Outliers could reflect measurement errors or unusual high air pollution events. Additional evaluation using expert knowledge is needed to decide on treatment of the identified outliers. We conclude that our method is able to detect outliers while maintaining the spatio-temporal variability of air pollutant concentrations in urban areas.

  11. Bayesian methods for outliers detection in GNSS time series

    NASA Astrophysics Data System (ADS)

    Qianqian, Zhang; Qingming, Gui

    2013-07-01

    This article is concerned with the problem of detecting outliers in GNSS time series based on Bayesian statistical theory. Firstly, a new model is proposed to simultaneously detect different types of outliers based on the conception of introducing different types of classification variables corresponding to the different types of outliers; the problem of outlier detection is converted into the computation of the corresponding posterior probabilities, and the algorithm for computing the posterior probabilities based on standard Gibbs sampler is designed. Secondly, we analyze the reasons of masking and swamping about detecting patches of additive outliers intensively; an unmasking Bayesian method for detecting additive outlier patches is proposed based on an adaptive Gibbs sampler. Thirdly, the correctness of the theories and methods proposed above is illustrated by simulated data and then by analyzing real GNSS observations, such as cycle slips detection in carrier phase data. Examples illustrate that the Bayesian methods for outliers detection in GNSS time series proposed by this paper are not only capable of detecting isolated outliers but also capable of detecting additive outlier patches. Furthermore, it can be successfully used to process cycle slips in phase data, which solves the problem of small cycle slips.

  12. Exact intervals and tests for median when one sample value possibly an outliner

    NASA Technical Reports Server (NTRS)

    Keller, G. J.; Walsh, J. E.

    1973-01-01

    Available are independent observations (continuous data) that are believed to be a random sample. Desired are distribution-free confidence intervals and significance tests for the population median. However, there is the possibility that either the smallest or the largest observation is an outlier. Then, use of a procedure for rejection of an outlying observation might seem appropriate. Such a procedure would consider that two alternative situations are possible and would select one of them. Either (1) the n observations are truly a random sample, or (2) an outlier exists and its removal leaves a random sample of size n-1. For either situation, confidence intervals and tests are desired for the median of the population yielding the random sample. Unfortunately, satisfactory rejection procedures of a distribution-free nature do not seem to be available. Moreover, all rejection procedures impose undesirable conditional effects on the observations, and also, can select the wrong one of the two above situations. It is found that two-sided intervals and tests based on two symmetrically located order statistics (not the largest and smallest) of the n observations have this property.

  13. Baseline Estimation and Outlier Identification for Halocarbons

    NASA Astrophysics Data System (ADS)

    Wang, D.; Schuck, T.; Engel, A.; Gallman, F.

    2017-12-01

    The aim of this paper is to build a baseline model for halocarbons and to statistically identify the outliers under specific conditions. In this paper, time series of regional CFC-11 and Chloromethane measurements was discussed, which taken over the last 4 years at two locations, including a monitoring station at northwest of Frankfurt am Main (Germany) and Mace Head station (Ireland). In addition to analyzing time series of CFC-11 and Chloromethane, more importantly, a statistical approach of outlier identification is also introduced in this paper in order to make a better estimation of baseline. A second-order polynomial plus harmonics are fitted to CFC-11 and chloromethane mixing ratios data. Measurements with large distance to the fitting curve are regard as outliers and flagged. Under specific requirement, the routine is iteratively adopted without the flagged measurements until no additional outliers are found. Both model fitting and the proposed outlier identification method are realized with the help of a programming language, Python. During the period, CFC-11 shows a gradual downward trend. And there is a slightly upward trend in the mixing ratios of Chloromethane. The concentration of chloromethane also has a strong seasonal variation, mostly due to the seasonal cycle of OH. The usage of this statistical method has a considerable effect on the results. This method efficiently identifies a series of outliers according to the standard deviation requirements. After removing the outliers, the fitting curves and trend estimates are more reliable.

  14. Factors influencing hospital high length of stay outliers

    PubMed Central

    2012-01-01

    Background The study of length of stay (LOS) outliers is important for the management and financing of hospitals. Our aim was to study variables associated with high LOS outliers and their evolution over time. Methods We used hospital administrative data from inpatient episodes in public acute care hospitals in the Portuguese National Health Service (NHS), with discharges between years 2000 and 2009, together with some hospital characteristics. The dependent variable, LOS outliers, was calculated for each diagnosis related group (DRG) using a trim point defined for each year by the geometric mean plus two standard deviations. Hospitals were classified on the basis of administrative, economic and teaching characteristics. We also studied the influence of comorbidities and readmissions. Logistic regression models, including a multivariable logistic regression, were used in the analysis. All the logistic regressions were fitted using generalized estimating equations (GEE). Results In near nine million inpatient episodes analysed we found a proportion of 3.9% high LOS outliers, accounting for 19.2% of total inpatient days. The number of hospital patient discharges increased between years 2000 and 2005 and slightly decreased after that. The proportion of outliers ranged between the lowest value of 3.6% (in years 2001 and 2002) and the highest value of 4.3% in 2009. Teaching hospitals with over 1,000 beds have significantly more outliers than other hospitals, even after adjustment to readmissions and several patient characteristics. Conclusions In the last years both average LOS and high LOS outliers are increasing in Portuguese NHS hospitals. As high LOS outliers represent an important proportion in the total inpatient days, this should be seen as an important alert for the management of hospitals and for national health policies. As expected, age, type of admission, and hospital type were significantly associated with high LOS outliers. The proportion of high outliers

  15. Outlier Detection in Infrared Signatures

    DTIC Science & Technology

    1992-01-01

    for model idcntification. Gnanadcsikan (1977) pointed out that Hampci’s influence function (Huampcl (1974)) can bc used to estimate the effect...individual outliers have on sample estimates of parameters. Chernick noted that the influence function for parameters of intcrcst to the users of a data...important outliers, while those with amall estimated influence are not). In this way the influence function provides a "distance" measure for multi

  16. Patterns of Care for Biologic-Dosing Outliers and Nonoutliers in Biologic-Naive Patients with Rheumatoid Arthritis.

    PubMed

    Delate, Thomas; Meyer, Roxanne; Jenkins, Daniel

    2017-08-01

    Although most biologic medications for patients with rheumatoid arthritis (RA) have recommended fixed dosing, actual biologic dosing may vary among real-world patients, since some patients can receive higher (high-dose outliers) or lower (low-dose outliers) doses than what is recommended in medication package inserts. To describe the patterns of care for biologic-dosing outliers and nonoutliers in biologic-naive patients with RA. This was a retrospective, longitudinal cohort study of patients with RA who were not pregnant and were aged ≥ 18 and < 90 years from an integrated health care delivery system. Patients were newly initiated on adalimumab (ADA), etanercept (ETN), or infliximab (IFX) as index biologic therapy between July 1, 2006, and February 28, 2014. Outlier status was defined as a patient having received at least 1 dose < 90% or > 110% of the approved dose in the package insert at any time during the study period. Baseline patient profiles, treatment exposures, and outcomes were collected during the 180 days before and up to 2 years after biologic initiation and compared across index biologic outlier groups. Patients were followed for at least 1 year, with a subanalysis of those patients who remained as members for 2 years. This study included 434 RA patients with 1 year of follow-up and 372 RA patients with 2 years of follow-up. Overall, the vast majority of patients were female (≈75%) and had similar baseline characteristics. Approximately 10% of patients were outliers in both follow-up cohorts. ETN patients were least likely to become outliers, and ADA patients were most likely to become outliers. Of all outliers during the 1-year follow-up, patients were more likely to be a high-dose outlier (55%) than a low-dose outlier (45%). Median 1- and 2-year adjusted total biologic costs (based on wholesale acquisition costs) were higher for ADA and ETA nonoutliers than for IFX nonoutliers. Biologic persistence was highest for IFX patients. Charlson

  17. Outlier detection in contamination control

    NASA Astrophysics Data System (ADS)

    Weintraub, Jeffrey; Warrick, Scott

    2018-03-01

    A machine-learning model is presented that effectively partitions historical process data into outlier and inlier subpopulations. This is necessary in order to avoid using outlier data to build a model for detecting process instability. Exact control limits are given without recourse to approximations and the error characteristics of the control model are derived. A worked example for contamination control is presented along with the machine learning algorithm used and all the programming statements needed for implementation.

  18. The Outlier Detection for Ordinal Data Using Scalling Technique of Regression Coefficients

    NASA Astrophysics Data System (ADS)

    Adnan, Arisman; Sugiarto, Sigit

    2017-06-01

    The aims of this study is to detect the outliers by using coefficients of Ordinal Logistic Regression (OLR) for the case of k category responses where the score from 1 (the best) to 8 (the worst). We detect them by using the sum of moduli of the ordinal regression coefficients calculated by jackknife technique. This technique is improved by scalling the regression coefficients to their means. R language has been used on a set of ordinal data from reference distribution. Furthermore, we compare this approach by using studentised residual plots of jackknife technique for ANOVA (Analysis of Variance) and OLR. This study shows that the jackknifing technique along with the proper scaling may lead us to reveal outliers in ordinal regression reasonably well.

  19. Stratification-Based Outlier Detection over the Deep Web.

    PubMed

    Xian, Xuefeng; Zhao, Pengpeng; Sheng, Victor S; Fang, Ligang; Gu, Caidong; Yang, Yuanfeng; Cui, Zhiming

    2016-01-01

    For many applications, finding rare instances or outliers can be more interesting than finding common patterns. Existing work in outlier detection never considers the context of deep web. In this paper, we argue that, for many scenarios, it is more meaningful to detect outliers over deep web. In the context of deep web, users must submit queries through a query interface to retrieve corresponding data. Therefore, traditional data mining methods cannot be directly applied. The primary contribution of this paper is to develop a new data mining method for outlier detection over deep web. In our approach, the query space of a deep web data source is stratified based on a pilot sample. Neighborhood sampling and uncertainty sampling are developed in this paper with the goal of improving recall and precision based on stratification. Finally, a careful performance evaluation of our algorithm confirms that our approach can effectively detect outliers in deep web.

  20. Stratification-Based Outlier Detection over the Deep Web

    PubMed Central

    Xian, Xuefeng; Zhao, Pengpeng; Sheng, Victor S.; Fang, Ligang; Gu, Caidong; Yang, Yuanfeng; Cui, Zhiming

    2016-01-01

    For many applications, finding rare instances or outliers can be more interesting than finding common patterns. Existing work in outlier detection never considers the context of deep web. In this paper, we argue that, for many scenarios, it is more meaningful to detect outliers over deep web. In the context of deep web, users must submit queries through a query interface to retrieve corresponding data. Therefore, traditional data mining methods cannot be directly applied. The primary contribution of this paper is to develop a new data mining method for outlier detection over deep web. In our approach, the query space of a deep web data source is stratified based on a pilot sample. Neighborhood sampling and uncertainty sampling are developed in this paper with the goal of improving recall and precision based on stratification. Finally, a careful performance evaluation of our algorithm confirms that our approach can effectively detect outliers in deep web. PMID:27313603

  1. How Significant Is a Boxplot Outlier?

    ERIC Educational Resources Information Center

    Dawson, Robert

    2011-01-01

    It is common to consider Tukey's schematic ("full") boxplot as an informal test for the existence of outliers. While the procedure is useful, it should be used with caution, as at least 30% of samples from a normally-distributed population of any size will be flagged as containing an outlier, while for small samples (N less than 10) even extreme…

  2. Detection of Outliers in Spatial-Temporal Data

    ERIC Educational Resources Information Center

    Rogers, James P.

    2010-01-01

    Outlier detection is an important data mining task that is focused on the discovery of objects that deviate significantly when compared with a set of observations that are considered typical. Outlier detection can reveal objects that behave anomalously with respect to other observations, and these objects may highlight current or future problems. …

  3. Unsupervised Outlier Profile Analysis

    PubMed Central

    Ghosh, Debashis; Li, Song

    2014-01-01

    In much of the analysis of high-throughput genomic data, “interesting” genes have been selected based on assessment of differential expression between two groups or generalizations thereof. Most of the literature focuses on changes in mean expression or the entire distribution. In this article, we explore the use of C(α) tests, which have been applied in other genomic data settings. Their use for the outlier expression problem, in particular with continuous data, is problematic but nevertheless motivates new statistics that give an unsupervised analog to previously developed outlier profile analysis approaches. Some simulation studies are used to evaluate the proposal. A bivariate extension is described that can accommodate data from two platforms on matched samples. The proposed methods are applied to data from a prostate cancer study. PMID:25452686

  4. Outliers in Questionnaire Data: Can They Be Detected and Should They Be Removed?

    ERIC Educational Resources Information Center

    Zijlstra, Wobbe P.; van der Ark, L. Andries; Sijtsma, Klaas

    2011-01-01

    Outliers in questionnaire data are unusual observations, which may bias statistical results, and outlier statistics may be used to detect such outliers. The authors investigated the effect outliers have on the specificity and the sensitivity of each of six different outlier statistics. The Mahalanobis distance and the item-pair based outlier…

  5. Unsupervised Sequential Outlier Detection With Deep Architectures.

    PubMed

    Lu, Weining; Cheng, Yu; Xiao, Cao; Chang, Shiyu; Huang, Shuai; Liang, Bin; Huang, Thomas

    2017-09-01

    Unsupervised outlier detection is a vital task and has high impact on a wide variety of applications domains, such as image analysis and video surveillance. It also gains long-standing attentions and has been extensively studied in multiple research areas. Detecting and taking action on outliers as quickly as possible are imperative in order to protect network and related stakeholders or to maintain the reliability of critical systems. However, outlier detection is difficult due to the one class nature and challenges in feature construction. Sequential anomaly detection is even harder with more challenges from temporal correlation in data, as well as the presence of noise and high dimensionality. In this paper, we introduce a novel deep structured framework to solve the challenging sequential outlier detection problem. We use autoencoder models to capture the intrinsic difference between outliers and normal instances and integrate the models to recurrent neural networks that allow the learning to make use of previous context as well as make the learners more robust to warp along the time axis. Furthermore, we propose to use a layerwise training procedure, which significantly simplifies the training procedure and hence helps achieve efficient and scalable training. In addition, we investigate a fine-tuning step to update all parameters set by incorporating the temporal correlation in the sequence. We further apply our proposed models to conduct systematic experiments on five real-world benchmark data sets. Experimental results demonstrate the effectiveness of our model, compared with other state-of-the-art approaches.

  6. Investigating outliers to improve conceptual models of bedrock aquifers

    NASA Astrophysics Data System (ADS)

    Worthington, Stephen R. H.

    2018-06-01

    Numerical models play a prominent role in hydrogeology, with simplifying assumptions being inevitable when implementing these models. However, there is a risk of oversimplification, where important processes become neglected. Such processes may be associated with outliers, and consideration of outliers can lead to an improved scientific understanding of bedrock aquifers. Using rigorous logic to investigate outliers can help to explain fundamental scientific questions such as why there are large variations in permeability between different bedrock lithologies.

  7. Detecting Anomalies from End-to-End Internet Performance Measurements (PingER) Using Cluster Based Local Outlier Factor

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ali, Saqib; Wang, Guojun; Cottrell, Roger Leslie

    PingER (Ping End-to-End Reporting) is a worldwide end-to-end Internet performance measurement framework. It was developed by the SLAC National Accelerator Laboratory, Stanford, USA and running from the last 20 years. It has more than 700 monitoring agents and remote sites which monitor the performance of Internet links around 170 countries of the world. At present, the size of the compressed PingER data set is about 60 GB comprising of 100,000 flat files. The data is publicly available for valuable Internet performance analyses. However, the data sets suffer from missing values and anomalies due to congestion, bottleneck links, queuing overflow, networkmore » software misconfiguration, hardware failure, cable cuts, and social upheavals. Therefore, the objective of this paper is to detect such performance drops or spikes labeled as anomalies or outliers for the PingER data set. In the proposed approach, the raw text files of the data set are transformed into a PingER dimensional model. The missing values are imputed using the k-NN algorithm. The data is partitioned into similar instances using the k-means clustering algorithm. Afterward, clustering is integrated with the Local Outlier Factor (LOF) using the Cluster Based Local Outlier Factor (CBLOF) algorithm to detect the anomalies or outliers from the PingER data. Lastly, anomalies are further analyzed to identify the time frame and location of the hosts generating the major percentage of the anomalies in the PingER data set ranging from 1998 to 2016.« less

  8. Detecting Anomalies from End-to-End Internet Performance Measurements (PingER) Using Cluster Based Local Outlier Factor

    DOE PAGES

    Ali, Saqib; Wang, Guojun; Cottrell, Roger Leslie; ...

    2018-05-28

    PingER (Ping End-to-End Reporting) is a worldwide end-to-end Internet performance measurement framework. It was developed by the SLAC National Accelerator Laboratory, Stanford, USA and running from the last 20 years. It has more than 700 monitoring agents and remote sites which monitor the performance of Internet links around 170 countries of the world. At present, the size of the compressed PingER data set is about 60 GB comprising of 100,000 flat files. The data is publicly available for valuable Internet performance analyses. However, the data sets suffer from missing values and anomalies due to congestion, bottleneck links, queuing overflow, networkmore » software misconfiguration, hardware failure, cable cuts, and social upheavals. Therefore, the objective of this paper is to detect such performance drops or spikes labeled as anomalies or outliers for the PingER data set. In the proposed approach, the raw text files of the data set are transformed into a PingER dimensional model. The missing values are imputed using the k-NN algorithm. The data is partitioned into similar instances using the k-means clustering algorithm. Afterward, clustering is integrated with the Local Outlier Factor (LOF) using the Cluster Based Local Outlier Factor (CBLOF) algorithm to detect the anomalies or outliers from the PingER data. Lastly, anomalies are further analyzed to identify the time frame and location of the hosts generating the major percentage of the anomalies in the PingER data set ranging from 1998 to 2016.« less

  9. Treatment of Outliers via Interpolation Method with Neural Network Forecast Performances

    NASA Astrophysics Data System (ADS)

    Wahir, N. A.; Nor, M. E.; Rusiman, M. S.; Gopal, K.

    2018-04-01

    Outliers often lurk in many datasets, especially in real data. Such anomalous data can negatively affect statistical analyses, primarily normality, variance, and estimation aspects. Hence, handling the occurrences of outliers require special attention. Therefore, it is important to determine the suitable ways in treating outliers so as to ensure that the quality of the analyzed data is indeed high. As such, this paper discusses an alternative method to treat outliers via linear interpolation method. In fact, assuming outlier as a missing value in the dataset allows the application of the interpolation method to interpolate the outliers thus, enabling the comparison of data series using forecast accuracy before and after outlier treatment. With that, the monthly time series of Malaysian tourist arrivals from January 1998 until December 2015 had been used to interpolate the new series. The results indicated that the linear interpolation method, which was comprised of improved time series data, displayed better results, when compared to the original time series data in forecasting from both Box-Jenkins and neural network approaches.

  10. A Geometrical-Statistical Approach to Outlier Removal for TDOA Measurements

    NASA Astrophysics Data System (ADS)

    Compagnoni, Marco; Pini, Alessia; Canclini, Antonio; Bestagini, Paolo; Antonacci, Fabio; Tubaro, Stefano; Sarti, Augusto

    2017-08-01

    The curse of outlier measurements in estimation problems is a well known issue in a variety of fields. Therefore, outlier removal procedures, which enables the identification of spurious measurements within a set, have been developed for many different scenarios and applications. In this paper, we propose a statistically motivated outlier removal algorithm for time differences of arrival (TDOAs), or equivalently range differences (RD), acquired at sensor arrays. The method exploits the TDOA-space formalism and works by only knowing relative sensor positions. As the proposed method is completely independent from the application for which measurements are used, it can be reliably used to identify outliers within a set of TDOA/RD measurements in different fields (e.g. acoustic source localization, sensor synchronization, radar, remote sensing, etc.). The proposed outlier removal algorithm is validated by means of synthetic simulations and real experiments.

  11. Mineral concentrations in diets, water, and milk and their value in estimating on-farm excretion of manure minerals in lactating dairy cows.

    PubMed

    Castillo, A R; St-Pierre, N R; Silva del Rio, N; Weiss, W P

    2013-05-01

    Thirty-nine commercial dairies in Merced County, California were enrolled in the present study to (1) compare lactating cow mineral intakes (via drinking water and total mixed ration) to the National Research Council (NRC) requirements, (2) evaluate the association between dietary concentrations of minerals with and without drinking water and adjusted for mineral concentrations in milk, and (3) compare 4 different methods to estimate excretion of minerals using either assays or estimations of milk mineral outputs and total daily mineral intake per cow with or without minerals coming from drinking water. Dairies were selected to represent a range of herd milk yields and a range of water mineral contents. Samples of total mixed ration, drinking water, and bulk tank milk were taken on 2 different days, 3 to 7d apart in each farm. Across-farm medians and percentile distributions were used to analyze results. The herd median milk yield interquartile ranged (10th to 90th percentile) from less than 25 to more than 39 kg/d and the concentration of total solids in water interquartile ranged from less than 200 to more than 1,490 mg/L. Including drinking water minerals in the diets increased dietary concentrations by <4% for all minerals except for Na and Cl, which increased by 9.3 and 6.5%, respectively. Concentrations of P and K in milk were essentially the same as the NRC value to estimate lactation requirements. However, NRC milk values of Ca, Cl, and Zn were 10 to 20% greater than dairy farm values; and Na, Cu, Fe, and Mn were no less than 36% below NRC values. Estimated excretion of minerals via manure varied substantially across farms. Farms in the 10th percentile did have 2 to 3 times less estimated mineral excretions than those in the 90th percentile (depending on the mineral). Although including water minerals increased excretion of most minerals, the actual median effect of Ca, Mg, S, Cu, Fe, and Mn was less than 5%, and about 8% for Na and Cl. Replacing assayed

  12. Incremental Principal Component Analysis Based Outlier Detection Methods for Spatiotemporal Data Streams

    NASA Astrophysics Data System (ADS)

    Bhushan, A.; Sharker, M. H.; Karimi, H. A.

    2015-07-01

    In this paper, we address outliers in spatiotemporal data streams obtained from sensors placed across geographically distributed locations. Outliers may appear in such sensor data due to various reasons such as instrumental error and environmental change. Real-time detection of these outliers is essential to prevent propagation of errors in subsequent analyses and results. Incremental Principal Component Analysis (IPCA) is one possible approach for detecting outliers in such type of spatiotemporal data streams. IPCA has been widely used in many real-time applications such as credit card fraud detection, pattern recognition, and image analysis. However, the suitability of applying IPCA for outlier detection in spatiotemporal data streams is unknown and needs to be investigated. To fill this research gap, this paper contributes by presenting two new IPCA-based outlier detection methods and performing a comparative analysis with the existing IPCA-based outlier detection methods to assess their suitability for spatiotemporal sensor data streams.

  13. Online Conditional Outlier Detection in Nonstationary Time Series.

    PubMed

    Liu, Siqi; Wright, Adam; Hauskrecht, Milos

    2017-05-01

    The objective of this work is to develop methods for detecting outliers in time series data. Such methods can become the key component of various monitoring and alerting systems, where an outlier may be equal to some adverse condition that needs human attention. However, real-world time series are often affected by various sources of variability present in the environment that may influence the quality of detection; they may (1) explain some of the changes in the signal that would otherwise lead to false positive detections, as well as, (2) reduce the sensitivity of the detection algorithm leading to increase in false negatives. To alleviate these problems, we propose a new two-layer outlier detection approach that first tries to model and account for the nonstationarity and periodic variation in the time series, and then tries to use other observable variables in the environment to explain any additional signal variation. Our experiments on several data sets in different domains show that our method provides more accurate modeling of the time series, and that it is able to significantly improve outlier detection performance.

  14. Influence of outliers on accuracy estimation in genomic prediction in plant breeding.

    PubMed

    Estaghvirou, Sidi Boubacar Ould; Ogutu, Joseph O; Piepho, Hans-Peter

    2014-10-01

    Outliers often pose problems in analyses of data in plant breeding, but their influence on the performance of methods for estimating predictive accuracy in genomic prediction studies has not yet been evaluated. Here, we evaluate the influence of outliers on the performance of methods for accuracy estimation in genomic prediction studies using simulation. We simulated 1000 datasets for each of 10 scenarios to evaluate the influence of outliers on the performance of seven methods for estimating accuracy. These scenarios are defined by the number of genotypes, marker effect variance, and magnitude of outliers. To mimic outliers, we added to one observation in each simulated dataset, in turn, 5-, 8-, and 10-times the error SD used to simulate small and large phenotypic datasets. The effect of outliers on accuracy estimation was evaluated by comparing deviations in the estimated and true accuracies for datasets with and without outliers. Outliers adversely influenced accuracy estimation, more so at small values of genetic variance or number of genotypes. A method for estimating heritability and predictive accuracy in plant breeding and another used to estimate accuracy in animal breeding were the most accurate and resistant to outliers across all scenarios and are therefore preferable for accuracy estimation in genomic prediction studies. The performances of the other five methods that use cross-validation were less consistent and varied widely across scenarios. The computing time for the methods increased as the size of outliers and sample size increased and the genetic variance decreased. Copyright © 2014 Ould Estaghvirou et al.

  15. Identification and influence of spatio-temporal outliers in urban air quality measurements.

    PubMed

    O'Leary, Brendan; Reiners, John J; Xu, Xiaohong; Lemke, Lawrence D

    2016-12-15

    Forty eight potential outliers in air pollution measurements taken simultaneously in Detroit, Michigan, USA and Windsor, Ontario, Canada in 2008 and 2009 were identified using four independent methods: box plots, variogram clouds, difference maps, and the Local Moran's I statistic. These methods were subsequently used in combination to reduce and select a final set of 13 outliers for nitrogen dioxide (NO 2 ), volatile organic compounds (VOCs), total benzene, toluene, ethyl benzene, and xylene (BTEX), and particulate matter in two size fractions (PM 2.5 and PM 10 ). The selected outliers were excluded from the measurement datasets and used to revise air pollution models. In addition, a set of temporally-scaled air pollution models was generated using time series measurements from community air quality monitors, with and without the selected outliers. The influence of outlier exclusion on associations with asthma exacerbation rates aggregated at a postal zone scale in both cities was evaluated. Results demonstrate that the inclusion or exclusion of outliers influences the strength of observed associations between intraurban air quality and asthma exacerbation in both cities. The box plot, variogram cloud, and difference map methods largely determined the final list of outliers, due to the high degree of conformity among their results. The Moran's I approach was not useful for outlier identification in the datasets studied. Removing outliers changed the spatial distribution of modeled concentration values and derivative exposure estimates averaged over postal zones. Overall, associations between air pollution and acute asthma exacerbation rates were weaker with outliers removed, but improved with the addition of temporal information. Decreases in statistically significant associations between air pollution and asthma resulted, in part, from smaller pollutant concentration ranges used for linear regression. Nevertheless, the practice of identifying outliers through

  16. Study of the acid-base properties of mineral soil horizons using pK spectroscopy

    NASA Astrophysics Data System (ADS)

    Shamrikova, E. V.; Vanchikova, E. V.; Ryazanov, M. A.

    2007-11-01

    The presence of groups 4 and 5 participating in acid-base equilibria was revealed in samples from mineral horizons of the gley-podzolic soil of the Komi Republic using pK spectroscopy (the mathematical processing of potentiometric titration curves for plotting the distribution of acid groups according to their pK values). The specific quantity of acid-base sites in soil samples was calculated. The contribution of organic and mineral soil components to the groups of acid-base sites was estimated. The pK values of groups determining the potential, exchangeable, and unexchangeable acidities were found. The heterogeneity of acid components determining different types of soil acidity was revealed.

  17. Outlier detection in a new half-circular distribution

    NASA Astrophysics Data System (ADS)

    Rambli, Adzhar; Mohamed, Ibrahim Bin; Shimizu, Kunio; Khalidin, Nurliza

    2015-10-01

    In this paper, we use a discordancy test based on spacing theory to detect outlier in a half-circular data. Up to now, numerous discordancy tests have been proposed to detect outlier in circular distributions which are defined in [0,2π). However, some circular data lie within just half of this range. Therefore, first we introduce a new half-circular distribution developed using the inverse stereographic projection technique on a gamma distributed variable. Then, we develop a new discordancy test to detect single or multiple outliers in the half-circular data based on the spacing theory. We show the practical value of the test by applying it to an eye data set obtained from a glaucoma clinic at the University of Malaya Medical Centre, Malaysia.

  18. Online Conditional Outlier Detection in Nonstationary Time Series

    PubMed Central

    Liu, Siqi; Wright, Adam; Hauskrecht, Milos

    2017-01-01

    The objective of this work is to develop methods for detecting outliers in time series data. Such methods can become the key component of various monitoring and alerting systems, where an outlier may be equal to some adverse condition that needs human attention. However, real-world time series are often affected by various sources of variability present in the environment that may influence the quality of detection; they may (1) explain some of the changes in the signal that would otherwise lead to false positive detections, as well as, (2) reduce the sensitivity of the detection algorithm leading to increase in false negatives. To alleviate these problems, we propose a new two-layer outlier detection approach that first tries to model and account for the nonstationarity and periodic variation in the time series, and then tries to use other observable variables in the environment to explain any additional signal variation. Our experiments on several data sets in different domains show that our method provides more accurate modeling of the time series, and that it is able to significantly improve outlier detection performance. PMID:29644345

  19. Detecting isotopic ratio outliers

    NASA Astrophysics Data System (ADS)

    Bayne, C. K.; Smith, D. H.

    An alternative method is proposed for improving isotopic ratio estimates. This method mathematically models pulse-count data and uses iterative reweighted Poisson regression to estimate model parameters to calculate the isotopic ratios. This computer-oriented approach provides theoretically better methods than conventional techniques to establish error limits and to identify outliers.

  20. Identification of moisture content in tobacco plant leaves using outlier sample eliminating algorithms and hyperspectral data.

    PubMed

    Sun, Jun; Zhou, Xin; Wu, Xiaohong; Zhang, Xiaodong; Li, Qinglin

    2016-02-26

    Fast identification of moisture content in tobacco plant leaves plays a key role in the tobacco cultivation industry and benefits the management of tobacco plant in the farm. In order to identify moisture content of tobacco plant leaves in a fast and nondestructive way, a method involving Mahalanobis distance coupled with Monte Carlo cross validation(MD-MCCV) was proposed to eliminate outlier sample in this study. The hyperspectral data of 200 tobacco plant leaf samples of 20 moisture gradients were obtained using FieldSpc(®) 3 spectrometer. Savitzky-Golay smoothing(SG), roughness penalty smoothing(RPS), kernel smoothing(KS) and median smoothing(MS) were used to preprocess the raw spectra. In addition, Mahalanobis distance(MD), Monte Carlo cross validation(MCCV) and Mahalanobis distance coupled to Monte Carlo cross validation(MD-MCCV) were applied to select the outlier sample of the raw spectrum and four smoothing preprocessing spectra. Successive projections algorithm (SPA) was used to extract the most influential wavelengths. Multiple Linear Regression (MLR) was applied to build the prediction models based on preprocessed spectra feature in characteristic wavelengths. The results showed that the preferably four prediction model were MD-MCCV-SG (Rp(2) = 0.8401 and RMSEP = 0.1355), MD-MCCV-RPS (Rp(2) = 0.8030 and RMSEP = 0.1274), MD-MCCV-KS (Rp(2) = 0.8117 and RMSEP = 0.1433), MD-MCCV-MS (Rp(2) = 0.9132 and RMSEP = 0.1162). MD-MCCV algorithm performed best among MD algorithm, MCCV algorithm and the method without sample pretreatment algorithm in the eliminating outlier sample from 20 different moisture gradients of tobacco plant leaves and MD-MCCV can be used to eliminate outlier sample in the spectral preprocessing. Copyright © 2016 Elsevier Inc. All rights reserved.

  1. Comparison of outlier identification methods in hospital surgical quality improvement programs.

    PubMed

    Bilimoria, Karl Y; Cohen, Mark E; Merkow, Ryan P; Wang, Xue; Bentrem, David J; Ingraham, Angela M; Richards, Karen; Hall, Bruce L; Ko, Clifford Y

    2010-10-01

    Surgeons and hospitals are being increasingly assessed by third parties regarding surgical quality and outcomes, and much of this information is reported publicly. Our objective was to compare various methods used to classify hospitals as outliers in established surgical quality assessment programs by applying each approach to a single data set. Using American College of Surgeons National Surgical Quality Improvement Program data (7/2008-6/2009), hospital risk-adjusted 30-day morbidity and mortality were assessed for general surgery at 231 hospitals (cases = 217,630) and for colorectal surgery at 109 hospitals (cases = 17,251). The number of outliers (poor performers) identified using different methods and criteria were compared. The overall morbidity was 10.3% for general surgery and 25.3% for colorectal surgery. The mortality was 1.6% for general surgery and 4.0% for colorectal surgery. Programs used different methods (logistic regression, hierarchical modeling, partitioning) and criteria (P < 0.01, P < 0.05, P < 0.10) to identify outliers. Depending on outlier identification methods and criteria employed, when each approach was applied to this single dataset, the number of outliers ranged from 7 to 57 hospitals for general surgery morbidity, 1 to 57 hospitals for general surgery mortality, 4 to 27 hospitals for colorectal morbidity, and 0 to 27 hospitals for colorectal mortality. There was considerable variation in the number of outliers identified using different detection approaches. Quality programs seem to be utilizing outlier identification methods contrary to what might be expected, thus they should justify their methodology based on the intent of the program (i.e., quality improvement vs. reimbursement). Surgeons and hospitals should be aware of variability in methods used to assess their performance as these outlier designations will likely have referral and reimbursement consequences.

  2. DigOut: viewing differential expression genes as outliers.

    PubMed

    Yu, Hui; Tu, Kang; Xie, Lu; Li, Yuan-Yuan

    2010-12-01

    With regards to well-replicated two-conditional microarray datasets, the selection of differentially expressed (DE) genes is a well-studied computational topic, but for multi-conditional microarray datasets with limited or no replication, the same task is not properly addressed by previous studies. This paper adopts multivariate outlier analysis to analyze replication-lacking multi-conditional microarray datasets, finding that it performs significantly better than the widely used limit fold change (LFC) model in a simulated comparative experiment. Compared with the LFC model, the multivariate outlier analysis also demonstrates improved stability against sample variations in a series of manipulated real expression datasets. The reanalysis of a real non-replicated multi-conditional expression dataset series leads to satisfactory results. In conclusion, a multivariate outlier analysis algorithm, like DigOut, is particularly useful for selecting DE genes from non-replicated multi-conditional gene expression dataset.

  3. Outlier Detection in GNSS Pseudo-Range/Doppler Measurements for Robust Localization.

    PubMed

    Zair, Salim; Le Hégarat-Mascle, Sylvie; Seignez, Emmanuel

    2016-04-22

    In urban areas or space-constrained environments with obstacles, vehicle localization using Global Navigation Satellite System (GNSS) data is hindered by Non-Line Of Sight (NLOS) and multipath receptions. These phenomena induce faulty data that disrupt the precise localization of the GNSS receiver. In this study, we detect the outliers among the observations, Pseudo-Range (PR) and/or Doppler measurements, and we evaluate how discarding them improves the localization. We specify a contrario modeling for GNSS raw data to derive an algorithm that partitions the dataset between inliers and outliers. Then, only the inlier data are considered in the localization process performed either through a classical Particle Filter (PF) or a Rao-Blackwellization (RB) approach. Both localization algorithms exclusively use GNSS data, but they differ by the way Doppler measurements are processed. An experiment has been performed with a GPS receiver aboard a vehicle. Results show that the proposed algorithms are able to detect the 'outliers' in the raw data while being robust to non-Gaussian noise and to intermittent satellite blockage. We compare the performance results achieved either estimating only PR outliers or estimating both PR and Doppler outliers. The best localization is achieved using the RB approach coupled with PR-Doppler outlier estimation.

  4. Are the 'cave' minerals archerite (K,NH 4)H 2PO 4 and biphosphammite (K,NH 4)H 2PO 4 identical? A molecular structural study

    NASA Astrophysics Data System (ADS)

    Frost, Ray L.; Xi, Yunfei; Palmer, Sara J.

    2011-08-01

    The molecular structure of the mineral archerite ((K,NH 4)H 2PO 4) has been determined and compared with that of biphosphammite ((NH 4,K)H 2PO 4). Raman spectroscopy and infrared spectroscopy has been used to characterise these 'cave' minerals. Both minerals originated from the Murra-el-elevyn Cave, Eucla, Western Australia. The mineral is formed by the reaction of the chemicals in bat guano with calcite substrates. Raman and infrared bands are assigned to HPO4-, OH and NH stretching vibrations. The Raman band at 981 cm -1 is assigned to the HOP stretching vibration. Bands in the 1200-1800 cm -1 region are associated with NH4+ bending modes. The molecular structure of the two minerals appear to be very similar, and it is therefore concluded that the two minerals are identical.

  5. Development of a methodology for the detection of hospital financial outliers using information systems.

    PubMed

    Okada, Sachiko; Nagase, Keisuke; Ito, Ayako; Ando, Fumihiko; Nakagawa, Yoshiaki; Okamoto, Kazuya; Kume, Naoto; Takemura, Tadamasa; Kuroda, Tomohiro; Yoshihara, Hiroyuki

    2014-01-01

    Comparison of financial indices helps to illustrate differences in operations and efficiency among similar hospitals. Outlier data tend to influence statistical indices, and so detection of outliers is desirable. Development of a methodology for financial outlier detection using information systems will help to reduce the time and effort required, eliminate the subjective elements in detection of outlier data, and improve the efficiency and quality of analysis. The purpose of this research was to develop such a methodology. Financial outliers were defined based on a case model. An outlier-detection method using the distances between cases in multi-dimensional space is proposed. Experiments using three diagnosis groups indicated successful detection of cases for which the profitability and income structure differed from other cases. Therefore, the method proposed here can be used to detect outliers. Copyright © 2013 John Wiley & Sons, Ltd.

  6. The variance of length of stay and the optimal DRG outlier payments.

    PubMed

    Felder, Stefan

    2009-09-01

    Prospective payment schemes in health care often include supply-side insurance for cost outliers. In hospital reimbursement, prospective payments for patient discharges, based on their classification into diagnosis related group (DRGs), are complemented by outlier payments for long stay patients. The outlier scheme fixes the length of stay (LOS) threshold, constraining the profit risk of the hospitals. In most DRG systems, this threshold increases with the standard deviation of the LOS distribution. The present paper addresses the adequacy of this DRG outlier threshold rule for risk-averse hospitals with preferences depending on the expected value and the variance of profits. It first shows that the optimal threshold solves the hospital's tradeoff between higher profit risk and lower premium loading payments. It then demonstrates for normally distributed truncated LOS that the optimal outlier threshold indeed decreases with an increase in the standard deviation.

  7. Outlier detection for particle image velocimetry data using a locally estimated noise variance

    NASA Astrophysics Data System (ADS)

    Lee, Yong; Yang, Hua; Yin, ZhouPing

    2017-03-01

    This work describes an adaptive spatial variable threshold outlier detection algorithm for raw gridded particle image velocimetry data using a locally estimated noise variance. This method is an iterative procedure, and each iteration is composed of a reference vector field reconstruction step and an outlier detection step. We construct the reference vector field using a weighted adaptive smoothing method (Garcia 2010 Comput. Stat. Data Anal. 54 1167-78), and the weights are determined in the outlier detection step using a modified outlier detector (Ma et al 2014 IEEE Trans. Image Process. 23 1706-21). A hard decision on the final weights of the iteration can produce outlier labels of the field. The technical contribution is that the spatial variable threshold motivation is embedded in the modified outlier detector with a locally estimated noise variance in an iterative framework for the first time. It turns out that a spatial variable threshold is preferable to a single spatial constant threshold in complicated flows such as vortex flows or turbulent flows. Synthetic cellular vortical flows with simulated scattered or clustered outliers are adopted to evaluate the performance of our proposed method in comparison with popular validation approaches. This method also turns out to be beneficial in a real PIV measurement of turbulent flow. The experimental results demonstrated that the proposed method yields the competitive performance in terms of outlier under-detection count and over-detection count. In addition, the outlier detection method is computational efficient and adaptive, requires no user-defined parameters, and corresponding implementations are also provided in supplementary materials.

  8. Application of least median of squared orthogonal distance (LMD) and LMD-based reweighted least squares (RLS) methods on the stock-recruitment relationship

    NASA Astrophysics Data System (ADS)

    Wang, Yan-Jun; Liu, Qun

    1999-03-01

    Analysis of stock-recruitment (SR) data is most often done by fitting various SR relationship curves to the data. Fish population dynamics data often have stochastic variations and measurement errors, which usually result in a biased regression analysis. This paper presents a robust regression method, least median of squared orthogonal distance (LMD), which is insensitive to abnormal values in the dependent and independent variables in a regression analysis. Outliers that have significantly different variance from the rest of the data can be identified in a residual analysis. Then, the least squares (LS) method is applied to the SR data with defined outliers being down weighted. The application of LMD and LMD-based Reweighted Least Squares (RLS) method to simulated and real fisheries SR data is explored.

  9. The Western North American Cretaceous-Tertiary (K-T) boundary interval and its content of shock-metamorphosed minerals: Implications concerning the K-T boundary impact-extinction theory

    NASA Technical Reports Server (NTRS)

    Izett, G. A.

    1988-01-01

    At 20 sites in the Raton Basin of Colorado and New Mexico, and at several other sites in Wyoming, Montana, and Canada, a pair of claystone units, an Ir abundance anomaly, and a concentration of shock-metamorphosed minerals mark the palynological K-T boundary. The K-T boundary claystone, which is composed of kaolinite and small amounts of illite/smectite mixed-layer clay, is similar in most respects to kaolinite tonstein layers in coal beds. At some, but not all, K-T boundary localities, the boundary claystone contains solid kaolinite and hollow and solid goyazite spherules, 0.05 to 1.2 mm in diameter. The upper unit, the K-T boundary impact layer, consists chiefly of kaolinite and various amounts of illite/smectite mixed-layer clay. The impact layer and boundary claystone are similar chemically, except that the former has slightly more Fe, K, Ba, Cr, Cu, Li, V, and Zn than the latter. The facts that the boundary claystone and impact layer contain anomalous amounts of Ir, comprise a stratigraphic couplet at Western North American sites, and form thin, discrete layers, similar to air-fall units (volcanic or impact), suggest that the claystone units are of impact origin. Significantly, the impact layer contains as much as 2 percent clastic mineral grains, about 30 percent of which contain multiple sets of shock lamellae. Only one such concentration of shocked minerals has been found near the K-T boundary. The type of K-T boundary shock-metamorphosed materials (quartzite and metaquartzite) in the impact layer and the lack of shock lamellae in quartz and feldspar of pumice lapilli and granitic xenoliths in air-fall pumice units of silicic tuffs, such as the Bishop Tuff, eliminate the possibility that the shock-metamorphosed minerals in the K-T impact layer are of volcanic origin. The global size distribution and abundance of shock-metamorphosed mineral grains suggest that the K-T impact occurred in North America.

  10. Outlier-resilient complexity analysis of heartbeat dynamics

    NASA Astrophysics Data System (ADS)

    Lo, Men-Tzung; Chang, Yi-Chung; Lin, Chen; Young, Hsu-Wen Vincent; Lin, Yen-Hung; Ho, Yi-Lwun; Peng, Chung-Kang; Hu, Kun

    2015-03-01

    Complexity in physiological outputs is believed to be a hallmark of healthy physiological control. How to accurately quantify the degree of complexity in physiological signals with outliers remains a major barrier for translating this novel concept of nonlinear dynamic theory to clinical practice. Here we propose a new approach to estimate the complexity in a signal by analyzing the irregularity of the sign time series of its coarse-grained time series at different time scales. Using surrogate data, we show that the method can reliably assess the complexity in noisy data while being highly resilient to outliers. We further apply this method to the analysis of human heartbeat recordings. Without removing any outliers due to ectopic beats, the method is able to detect a degradation of cardiac control in patients with congestive heart failure and a more degradation in critically ill patients whose life continuation relies on extracorporeal membrane oxygenator (ECMO). Moreover, the derived complexity measures can predict the mortality of ECMO patients. These results indicate that the proposed method may serve as a promising tool for monitoring cardiac function of patients in clinical settings.

  11. Privacy-preserving outlier detection through random nonlinear data distortion.

    PubMed

    Bhaduri, Kanishka; Stefanski, Mark D; Srivastava, Ashok N

    2011-02-01

    Consider a scenario in which the data owner has some private or sensitive data and wants a data miner to access them for studying important patterns without revealing the sensitive information. Privacy-preserving data mining aims to solve this problem by randomly transforming the data prior to their release to the data miners. Previous works only considered the case of linear data perturbations--additive, multiplicative, or a combination of both--for studying the usefulness of the perturbed output. In this paper, we discuss nonlinear data distortion using potentially nonlinear random data transformation and show how it can be useful for privacy-preserving anomaly detection from sensitive data sets. We develop bounds on the expected accuracy of the nonlinear distortion and also quantify privacy by using standard definitions. The highlight of this approach is to allow a user to control the amount of privacy by varying the degree of nonlinearity. We show how our general transformation can be used for anomaly detection in practice for two specific problem instances: a linear model and a popular nonlinear model using the sigmoid function. We also analyze the proposed nonlinear transformation in full generality and then show that, for specific cases, it is distance preserving. A main contribution of this paper is the discussion between the invertibility of a transformation and privacy preservation and the application of these techniques to outlier detection. The experiments conducted on real-life data sets demonstrate the effectiveness of the approach.

  12. Robust volcano plot: identification of differential metabolites in the presence of outliers.

    PubMed

    Kumar, Nishith; Hoque, Md Aminul; Sugimoto, Masahiro

    2018-04-11

    The identification of differential metabolites in metabolomics is still a big challenge and plays a prominent role in metabolomics data analyses. Metabolomics datasets often contain outliers because of analytical, experimental, and biological ambiguity, but the currently available differential metabolite identification techniques are sensitive to outliers. We propose a kernel weight based outlier-robust volcano plot for identifying differential metabolites from noisy metabolomics datasets. Two numerical experiments are used to evaluate the performance of the proposed technique against nine existing techniques, including the t-test and the Kruskal-Wallis test. Artificially generated data with outliers reveal that the proposed method results in a lower misclassification error rate and a greater area under the receiver operating characteristic curve compared with existing methods. An experimentally measured breast cancer dataset to which outliers were artificially added reveals that our proposed method produces only two non-overlapping differential metabolites whereas the other nine methods produced between seven and 57 non-overlapping differential metabolites. Our data analyses show that the performance of the proposed differential metabolite identification technique is better than that of existing methods. Thus, the proposed method can contribute to analysis of metabolomics data with outliers. The R package and user manual of the proposed method are available at https://github.com/nishithkumarpaul/Rvolcano .

  13. Trend-Residual Dual Modeling for Detection of Outliers in Low-Cost GPS Trajectories.

    PubMed

    Chen, Xiaojian; Cui, Tingting; Fu, Jianhong; Peng, Jianwei; Shan, Jie

    2016-12-01

    Low-cost GPS (receiver) has become a ubiquitous and integral part of our daily life. Despite noticeable advantages such as being cheap, small, light, and easy to use, its limited positioning accuracy devalues and hampers its wide applications for reliable mapping and analysis. Two conventional techniques to remove outliers in a GPS trajectory are thresholding and Kalman-based methods, which are difficult in selecting appropriate thresholds and modeling the trajectories. Moreover, they are insensitive to medium and small outliers, especially for low-sample-rate trajectories. This paper proposes a model-based GPS trajectory cleaner. Rather than examining speed and acceleration or assuming a pre-determined trajectory model, we first use cubic smooth spline to adaptively model the trend of the trajectory. The residuals, i.e., the differences between the trend and GPS measurements, are then further modeled by time series method. Outliers are detected by scoring the residuals at every GPS trajectory point. Comparing to the conventional procedures, the trend-residual dual modeling approach has the following features: (a) it is able to model trajectories and detect outliers adaptively; (b) only one critical value for outlier scores needs to be set; (c) it is able to robustly detect unapparent outliers; and (d) it is effective in cleaning outliers for GPS trajectories with low sample rates. Tests are carried out on three real-world GPS trajectories datasets. The evaluation demonstrates an average of 9.27 times better performance in outlier detection for GPS trajectories than thresholding and Kalman-based techniques.

  14. Trend-Residual Dual Modeling for Detection of Outliers in Low-Cost GPS Trajectories

    PubMed Central

    Chen, Xiaojian; Cui, Tingting; Fu, Jianhong; Peng, Jianwei; Shan, Jie

    2016-01-01

    Low-cost GPS (receiver) has become a ubiquitous and integral part of our daily life. Despite noticeable advantages such as being cheap, small, light, and easy to use, its limited positioning accuracy devalues and hampers its wide applications for reliable mapping and analysis. Two conventional techniques to remove outliers in a GPS trajectory are thresholding and Kalman-based methods, which are difficult in selecting appropriate thresholds and modeling the trajectories. Moreover, they are insensitive to medium and small outliers, especially for low-sample-rate trajectories. This paper proposes a model-based GPS trajectory cleaner. Rather than examining speed and acceleration or assuming a pre-determined trajectory model, we first use cubic smooth spline to adaptively model the trend of the trajectory. The residuals, i.e., the differences between the trend and GPS measurements, are then further modeled by time series method. Outliers are detected by scoring the residuals at every GPS trajectory point. Comparing to the conventional procedures, the trend-residual dual modeling approach has the following features: (a) it is able to model trajectories and detect outliers adaptively; (b) only one critical value for outlier scores needs to be set; (c) it is able to robustly detect unapparent outliers; and (d) it is effective in cleaning outliers for GPS trajectories with low sample rates. Tests are carried out on three real-world GPS trajectories datasets. The evaluation demonstrates an average of 9.27 times better performance in outlier detection for GPS trajectories than thresholding and Kalman-based techniques. PMID:27916944

  15. Ensemble Learning Method for Outlier Detection and its Application to Astronomical Light Curves

    NASA Astrophysics Data System (ADS)

    Nun, Isadora; Protopapas, Pavlos; Sim, Brandon; Chen, Wesley

    2016-09-01

    Outlier detection is necessary for automated data analysis, with specific applications spanning almost every domain from financial markets to epidemiology to fraud detection. We introduce a novel mixture of the experts outlier detection model, which uses a dynamically trained, weighted network of five distinct outlier detection methods. After dimensionality reduction, individual outlier detection methods score each data point for “outlierness” in this new feature space. Our model then uses dynamically trained parameters to weigh the scores of each method, allowing for a finalized outlier score. We find that the mixture of experts model performs, on average, better than any single expert model in identifying both artificially and manually picked outliers. This mixture model is applied to a data set of astronomical light curves, after dimensionality reduction via time series feature extraction. Our model was tested using three fields from the MACHO catalog and generated a list of anomalous candidates. We confirm that the outliers detected using this method belong to rare classes, like Novae, He-burning, and red giant stars; other outlier light curves identified have no available information associated with them. To elucidate their nature, we created a website containing the light-curve data and information about these objects. Users can attempt to classify the light curves, give conjectures about their identities, and sign up for follow up messages about the progress made on identifying these objects. This user submitted data can be used further train of our mixture of experts model. Our code is publicly available to all who are interested.

  16. The cause of outliers in electromagnetic pulse (EMP) locations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fenimore, Edward E.

    2014-10-02

    We present methods to calculate the location of EMP pulses when observed by 5 or more satellites. Simulations show that, even with a good initial guess and fitting a location to all of the data, there are sometime outlier results whose locations are much worse than most cases. By comparing simulations using different ionospheric transfer functions (ITFs), it appears that the outliers are caused by not including the additional path length due to refraction rather than being caused by not including higher order terms in the Appleton-Hartree equation. We suggest ways that the outliers can be corrected. These correction methodsmore » require one to use an electron density profile along the line of sight from the event to the satellite rather than using the total electron content (TEC) to characterize the ionosphere.« less

  17. Outlier identification in urban soils and its implications for identification of potential contaminated land

    NASA Astrophysics Data System (ADS)

    Zhang, Chaosheng

    2010-05-01

    Outliers in urban soil geochemical databases may imply potential contaminated land. Different methodologies which can be easily implemented for the identification of global and spatial outliers were applied for Pb concentrations in urban soils of Galway City in Ireland. Due to its strongly skewed probability feature, a Box-Cox transformation was performed prior to further analyses. The graphic methods of histogram and box-and-whisker plot were effective in identification of global outliers at the original scale of the dataset. Spatial outliers could be identified by a local indicator of spatial association of local Moran's I, cross-validation of kriging, and a geographically weighted regression. The spatial locations of outliers were visualised using a geographical information system. Different methods showed generally consistent results, but differences existed. It is suggested that outliers identified by statistical methods should be confirmed and justified using scientific knowledge before they are properly dealt with.

  18. Stoicism, the physician, and care of medical outliers

    PubMed Central

    Papadimos, Thomas J

    2004-01-01

    Background Medical outliers present a medical, psychological, social, and economic challenge to the physicians who care for them. The determinism of Stoic thought is explored as an intellectual basis for the pursuit of a correct mental attitude that will provide aid and comfort to physicians who care for medical outliers, thus fostering continued physician engagement in their care. Discussion The Stoic topics of good, the preferable, the morally indifferent, living consistently, and appropriate actions are reviewed. Furthermore, Zeno's cardinal virtues of Justice, Temperance, Bravery, and Wisdom are addressed, as are the Stoic passions of fear, lust, mental pain, and mental pleasure. These concepts must be understood by physicians if they are to comprehend and accept the Stoic view as it relates to having the proper attitude when caring for those with long-term and/or costly illnesses. Summary Practicing physicians, especially those that are hospital based, and most assuredly those practicing critical care medicine, will be emotionally challenged by the medical outlier. A Stoic approach to such a social and psychological burden may be of benefit. PMID:15588293

  19. Outlier Detection in GNSS Pseudo-Range/Doppler Measurements for Robust Localization

    PubMed Central

    Zair, Salim; Le Hégarat-Mascle, Sylvie; Seignez, Emmanuel

    2016-01-01

    In urban areas or space-constrained environments with obstacles, vehicle localization using Global Navigation Satellite System (GNSS) data is hindered by Non-Line Of Sight (NLOS) and multipath receptions. These phenomena induce faulty data that disrupt the precise localization of the GNSS receiver. In this study, we detect the outliers among the observations, Pseudo-Range (PR) and/or Doppler measurements, and we evaluate how discarding them improves the localization. We specify a contrario modeling for GNSS raw data to derive an algorithm that partitions the dataset between inliers and outliers. Then, only the inlier data are considered in the localization process performed either through a classical Particle Filter (PF) or a Rao-Blackwellization (RB) approach. Both localization algorithms exclusively use GNSS data, but they differ by the way Doppler measurements are processed. An experiment has been performed with a GPS receiver aboard a vehicle. Results show that the proposed algorithms are able to detect the ‘outliers’ in the raw data while being robust to non-Gaussian noise and to intermittent satellite blockage. We compare the performance results achieved either estimating only PR outliers or estimating both PR and Doppler outliers. The best localization is achieved using the RB approach coupled with PR-Doppler outlier estimation. PMID:27110796

  20. Analyzing contentious relationships and outlier genes in phylogenomics.

    PubMed

    Walker, Joseph F; Brown, Joseph W; Smith, Stephen A

    2018-06-08

    Recent studies have demonstrated that conflict is common among gene trees in phylogenomic studies, and that less than one percent of genes may ultimately drive species tree inference in supermatrix analyses. Here, we examined two datasets where supermatrix and coalescent-based species trees conflict. We identified two highly influential "outlier" genes in each dataset. When removed from each dataset, the inferred supermatrix trees matched the topologies obtained from coalescent analyses. We also demonstrate that, while the outlier genes in the vertebrate dataset have been shown in a previous study to be the result of errors in orthology detection, the outlier genes from a plant dataset did not exhibit any obvious systematic error and therefore may be the result of some biological process yet to be determined. While topological comparisons among a small set of alternate topologies can be helpful in discovering outlier genes, they can be limited in several ways, such as assuming all genes share the same topology. Coalescent species tree methods relax this assumption but do not explicitly facilitate the examination of specific edges. Coalescent methods often also assume that conflict is the result of incomplete lineage sorting (ILS). Here we explored a framework that allows for quickly examining alternative edges and support for large phylogenomic datasets that does not assume a single topology for all genes. For both datasets, these analyses provided detailed results confirming the support for coalescent-based topologies. This framework suggests that we can improve our understanding of the underlying signal in phylogenomic datasets by asking more targeted edge-based questions.

  1. A Comparison of Best Fit Lines for Data with Outliers

    ERIC Educational Resources Information Center

    Glaister, P.

    2005-01-01

    Three techniques for determining a straight line fit to data are compared. The methods are applied to a range of datasets containing one or more outliers, and to a specific example from the field of chemistry. For the method which is the most resistant to the presence of outliers, a Microsoft Excel spreadsheet, as well as two Matlab routines, are…

  2. Identification of Uranyl Minerals Using Oxygen K-Edge X Ray Absorption Spectroscopy

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ward, Jesse D.; Bowden, Mark E.; Resch, Charles T.

    2016-03-01

    Uranium analysis is consistently needed throughout the fuel cycle, from mining to fuel fabrication to environmental monitoring. Although most of the world’s uranium is immobilized as pitchblende or uraninite, there exists a plethora of secondary uranium minerals, nearly all of which contain the uranyl cation. Analysis of uranyl compounds can provide clues as to a sample’s facility of origin and chemical history. X-ray absorption spectroscopy is one technique that could enhance our ability to identify uranium minerals. Although there is limited chemical information to be gained from the uranium X-ray absorption edges, recent studies have successfully used ligand NEXAFS tomore » study the physical chemistry of various uranium compounds. This study extends the use of ligand NEXAFS to analyze a suite of uranium minerals. We find that major classes of uranyl compounds (carbonate, oxyhydroxide, silicate, and phosphate) exhibit characteristic lineshapes in the oxygen K-edge absorption spectra. As a result, this work establishes a library of reference spectra that can be used to classify unknown uranyl minerals.« less

  3. Pathway-based outlier method reveals heterogeneous genomic structure of autism in blood transcriptome

    PubMed Central

    2013-01-01

    Background Decades of research strongly suggest that the genetic etiology of autism spectrum disorders (ASDs) is heterogeneous. However, most published studies focus on group differences between cases and controls. In contrast, we hypothesized that the heterogeneity of the disorder could be characterized by identifying pathways for which individuals are outliers rather than pathways representative of shared group differences of the ASD diagnosis. Methods Two previously published blood gene expression data sets – the Translational Genetics Research Institute (TGen) dataset (70 cases and 60 unrelated controls) and the Simons Simplex Consortium (Simons) dataset (221 probands and 191 unaffected family members) – were analyzed. All individuals of each dataset were projected to biological pathways, and each sample’s Mahalanobis distance from a pooled centroid was calculated to compare the number of case and control outliers for each pathway. Results Analysis of a set of blood gene expression profiles from 70 ASD and 60 unrelated controls revealed three pathways whose outliers were significantly overrepresented in the ASD cases: neuron development including axonogenesis and neurite development (29% of ASD, 3% of control), nitric oxide signaling (29%, 3%), and skeletal development (27%, 3%). Overall, 50% of cases and 8% of controls were outliers in one of these three pathways, which could not be identified using group comparison or gene-level outlier methods. In an independently collected data set consisting of 221 ASD and 191 unaffected family members, outliers in the neurogenesis pathway were heavily biased towards cases (20.8% of ASD, 12.0% of control). Interestingly, neurogenesis outliers were more common among unaffected family members (Simons) than unrelated controls (TGen), but the statistical significance of this effect was marginal (Chi squared P < 0.09). Conclusions Unlike group difference approaches, our analysis identified the samples within the case

  4. Sparsity-weighted outlier FLOODing (OFLOOD) method: Efficient rare event sampling method using sparsity of distribution.

    PubMed

    Harada, Ryuhei; Nakamura, Tomotake; Shigeta, Yasuteru

    2016-03-30

    As an extension of the Outlier FLOODing (OFLOOD) method [Harada et al., J. Comput. Chem. 2015, 36, 763], the sparsity of the outliers defined by a hierarchical clustering algorithm, FlexDice, was considered to achieve an efficient conformational search as sparsity-weighted "OFLOOD." In OFLOOD, FlexDice detects areas of sparse distribution as outliers. The outliers are regarded as candidates that have high potential to promote conformational transitions and are employed as initial structures for conformational resampling by restarting molecular dynamics simulations. When detecting outliers, FlexDice defines a rank in the hierarchy for each outlier, which relates to sparsity in the distribution. In this study, we define a lower rank (first ranked), a medium rank (second ranked), and the highest rank (third ranked) outliers, respectively. For instance, the first-ranked outliers are located in a given conformational space away from the clusters (highly sparse distribution), whereas those with the third-ranked outliers are nearby the clusters (a moderately sparse distribution). To achieve the conformational search efficiently, resampling from the outliers with a given rank is performed. As demonstrations, this method was applied to several model systems: Alanine dipeptide, Met-enkephalin, Trp-cage, T4 lysozyme, and glutamine binding protein. In each demonstration, the present method successfully reproduced transitions among metastable states. In particular, the first-ranked OFLOOD highly accelerated the exploration of conformational space by expanding the edges. In contrast, the third-ranked OFLOOD reproduced local transitions among neighboring metastable states intensively. For quantitatively evaluations of sampled snapshots, free energy calculations were performed with a combination of umbrella samplings, providing rigorous landscapes of the biomolecules. © 2015 Wiley Periodicals, Inc.

  5. Outliers and Extremes: Dragon-Kings or Dragon-Fools?

    NASA Astrophysics Data System (ADS)

    Schertzer, D. J.; Tchiguirinskaia, I.; Lovejoy, S.

    2012-12-01

    Geophysics seems full of monsters like Victor Hugo's Court of Miracles and monstrous extremes have been statistically considered as outliers with respect to more normal events. However, a characteristic magnitude separating abnormal events from normal ones would be at odd with the generic scaling behaviour of nonlinear systems, contrary to "fat tailed" probability distributions and self-organized criticality. More precisely, it can be shown [1] how the apparent monsters could be mere manifestations of a singular measure mishandled as a regular measure. Monstrous fluctuations are the rule, not outliers and they are more frequent than usually thought up to the point that (theoretical) statistical moments can easily be infinite. The empirical estimates of the latter are erratic and diverge with sample size. The corresponding physics is that intense small scale events cannot be smoothed out by upscaling. However, based on a few examples, it has also been argued [2] that one should consider "genuine" outliers of fat tailed distributions so monstrous that they can be called "dragon-kings". We critically analyse these arguments, e.g. finite sample size and statistical estimates of the largest events, multifractal phase transition vs. more classical phase transition. We emphasize the fact that dragon-kings are not needed in order that the largest events become predictable. This is rather reminiscent of the Feast of Fools picturesquely described by Victor Hugo. [1] D. Schertzer, I. Tchiguirinskaia, S. Lovejoy et P. Hubert (2010): No monsters, no miracles: in nonlinear sciences hydrology is not an outlier! Hydrological Sciences Journal, 55 (6) 965 - 979. [2] D. Sornette (2009): Dragon-Kings, Black Swans and the Prediction of Crises. International Journal of Terraspace Science and Engineering 1(3), 1-17.

  6. Percentiles of the run-length distribution of the Exponentially Weighted Moving Average (EWMA) median chart

    NASA Astrophysics Data System (ADS)

    Tan, K. L.; Chong, Z. L.; Khoo, M. B. C.; Teoh, W. L.; Teh, S. Y.

    2017-09-01

    Quality control is crucial in a wide variety of fields, as it can help to satisfy customers’ needs and requirements by enhancing and improving the products and services to a superior quality level. The EWMA median chart was proposed as a useful alternative to the EWMA \\bar{X} chart because the median-type chart is robust against contamination, outliers or small deviation from the normality assumption compared to the traditional \\bar{X}-type chart. To provide a complete understanding of the run-length distribution, the percentiles of the run-length distribution should be investigated rather than depending solely on the average run length (ARL) performance measure. This is because interpretation depending on the ARL alone can be misleading, as the process mean shifts change according to the skewness and shape of the run-length distribution, varying from almost symmetric when the magnitude of the mean shift is large, to highly right-skewed when the process is in-control (IC) or slightly out-of-control (OOC). Before computing the percentiles of the run-length distribution, optimal parameters of the EWMA median chart will be obtained by minimizing the OOC ARL, while retaining the IC ARL at a desired value.

  7. Dispersal of emerald ash borer at outlier sites: three case studies

    Treesearch

    Deborah G. McCullough; Nathan W. Siegert; Therese M. Poland; David L. Cappaert; Ivich Fraser; David Williams

    2005-01-01

    We worked with cooperators from several state and federal agencies in 2003 and 2004 to assess dispersal of emerald ash borer (EAB), Agrilus planipennis Fairmaire, from known source points in three outlier sites. In February 2003, we felled and sampled more than 200 ash trees at an outlier site near Tipton, Michigan, where one generation of adult...

  8. Using Innovative Outliers to Detect Discrete Shifts in Dynamics in Group-Based State-Space Models

    ERIC Educational Resources Information Center

    Chow, Sy-Miin; Hamaker, Ellen L.; Allaire, Jason C.

    2009-01-01

    Outliers are typically regarded as data anomalies that should be discarded. However, dynamic or "innovative" outliers can be appropriately utilized to capture unusual but substantively meaningful shifts in a system's dynamics. We extend De Jong and Penzer's 1998 approach for representing outliers in single-subject state-space models to a…

  9. [Outlier sample discriminating methods for building calibration model in melons quality detecting using NIR spectra].

    PubMed

    Tian, Hai-Qing; Wang, Chun-Guang; Zhang, Hai-Jun; Yu, Zhi-Hong; Li, Jian-Kang

    2012-11-01

    Outlier samples strongly influence the precision of the calibration model in soluble solids content measurement of melons using NIR Spectra. According to the possible sources of outlier samples, three methods (predicted concentration residual test; Chauvenet test; leverage and studentized residual test) were used to discriminate these outliers respectively. Nine suspicious outliers were detected from calibration set which including 85 fruit samples. Considering the 9 suspicious outlier samples maybe contain some no-outlier samples, they were reclaimed to the model one by one to see whether they influence the model and prediction precision or not. In this way, 5 samples which were helpful to the model joined in calibration set again, and a new model was developed with the correlation coefficient (r) 0. 889 and root mean square errors for calibration (RMSEC) 0.6010 Brix. For 35 unknown samples, the root mean square errors prediction (RMSEP) was 0.854 degrees Brix. The performance of this model was more better than that developed with non outlier was eliminated from calibration set (r = 0.797, RMSEC= 0.849 degrees Brix, RMSEP = 1.19 degrees Brix), and more representative and stable with all 9 samples were eliminated from calibration set (r = 0.892, RMSEC = 0.605 degrees Brix, RMSEP = 0.862 degrees).

  10. 42 CFR 484.240 - Methodology used for the calculation of the outlier payment.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... for each case-mix group. (b) The outlier threshold for each case-mix group is the episode payment... the same for all case-mix groups. (c) The outlier payment is a proportion of the amount of estimated...

  11. Iterative dip-steering median filter

    NASA Astrophysics Data System (ADS)

    Huo, Shoudong; Zhu, Weihong; Shi, Taikun

    2017-09-01

    Seismic data are always contaminated with high noise components, which present processing challenges especially for signal preservation and its true amplitude response. This paper deals with an extension of the conventional median filter, which is widely used in random noise attenuation. It is known that the standard median filter works well with laterally aligned coherent events but cannot handle steep events, especially events with conflicting dips. In this paper, an iterative dip-steering median filter is proposed for the attenuation of random noise in the presence of multiple dips. The filter first identifies the dominant dips inside an optimized processing window by a Fourier-radial transform in the frequency-wavenumber domain. The optimum size of the processing window depends on the intensity of random noise that needs to be attenuated and the amount of signal to be preserved. It then applies median filter along the dominant dip and retains the signals. Iterations are adopted to process the residual signals along the remaining dominant dips in a descending sequence, until all signals have been retained. The method is tested by both synthetic and field data gathers and also compared with the commonly used f-k least squares de-noising and f-x deconvolution.

  12. Vitamin K2 improves femoral bone strength without altering bone mineral density in gastrectomized rats.

    PubMed

    Iwamoto, Jun; Sato, Yoshihiro; Matsumoto, Hideo

    2014-01-01

    Gastrectomy (GX) induces osteopenia in rats. The present study examined the skeletal effects of vitamin K2 in GX rats. Thirty male Sprague-Dawley rats (12 wk old) were randomized by the stratified weight method into the following three groups of 10 animals each: sham operation (control) group; GX group; and GX+oral vitamin K2 (menatetrenone, 30 mg/kg, 5 d/wk) group. Treatment was initiated at 1 wk after surgery. After 6 wk of treatment, the bone mineral content (BMC), bone mineral density (BMD), and mechanical strength of the femoral diaphysis and distal metaphysis were determined by peripheral quantitative computed tomography and mechanical strength tests, respectively. GX induced decreases in the BMC, BMD, and ultimate force of the femoral diaphysis and distal metaphysis. Vitamin K2 did not significantly influence the BMC or BMD of the femoral diaphysis or distal metaphysis in GX rats, but attenuated the decrease in the ultimate force and increased the stiffness of the femoral diaphysis. The present study showed that administration of vitamin K2 to GX rats improved the bone strength of the femoral diaphysis without altering the BMC or BMD, suggesting effects of vitamin K2 on the cortical bone quality.

  13. Stacked Autoencoders for Outlier Detection in Over-the-Horizon Radar Signals

    PubMed Central

    Protopapadakis, Eftychios; Doulamis, Anastasios; Doulamis, Nikolaos; Dres, Dimitrios; Bimpas, Matthaios

    2017-01-01

    Detection of outliers in radar signals is a considerable challenge in maritime surveillance applications. High-Frequency Surface-Wave (HFSW) radars have attracted significant interest as potential tools for long-range target identification and outlier detection at over-the-horizon (OTH) distances. However, a number of disadvantages, such as their low spatial resolution and presence of clutter, have a negative impact on their accuracy. In this paper, we explore the applicability of deep learning techniques for detecting deviations from the norm in behavioral patterns of vessels (outliers) as they are tracked from an OTH radar. The proposed methodology exploits the nonlinear mapping capabilities of deep stacked autoencoders in combination with density-based clustering. A comparative experimental evaluation of the approach shows promising results in terms of the proposed methodology's performance. PMID:29312449

  14. Slowing ash mortality: a potential strategy to slam emerald ash borer in outlier sites

    Treesearch

    Deborah G. McCullough; Nathan W. Siegert; John Bedford

    2009-01-01

    Several isolated outlier populations of emerald ash borer (Agrilus planipennis Fairmaire) were discovered in 2008 and additional outliers will likely be found as detection surveys and public outreach activities...

  15. Outlier Detection for Patient Monitoring and Alerting

    PubMed Central

    Hauskrecht, Milos; Batal, Iyad; Valko, Michal; Visweswaran, Shyam; Cooper, Gregory F.; Clermont, Gilles

    2012-01-01

    We develop and evaluate a data-driven approach for detecting unusual (anomalous) patient-management decisions using past patient cases stored in electronic health records (EHRs). Our hypothesis is that a patient-management decision that is unusual with respect to past patient care may be due to an error and that it is worthwhile to generate an alert if such a decision is encountered. We evaluate this hypothesis using data obtained from EHRs of 4,486 post-cardiac surgical patients and a subset of 222 alerts generated from the data. We base the evaluation on the opinions of a panel of experts. The results of the study support our hypothesis that the outlier-based alerting can lead to promising true alert rates. We observed true alert rates that ranged from 25% to 66% for a variety of patient-management actions, with 66% corresponding to the strongest outliers. PMID:22944172

  16. Supervised Outlier Detection in Large-Scale Mvs Point Clouds for 3d City Modeling Applications

    NASA Astrophysics Data System (ADS)

    Stucker, C.; Richard, A.; Wegner, J. D.; Schindler, K.

    2018-05-01

    We propose to use a discriminative classifier for outlier detection in large-scale point clouds of cities generated via multi-view stereo (MVS) from densely acquired images. What makes outlier removal hard are varying distributions of inliers and outliers across a scene. Heuristic outlier removal using a specific feature that encodes point distribution often delivers unsatisfying results. Although most outliers can be identified correctly (high recall), many inliers are erroneously removed (low precision), too. This aggravates object 3D reconstruction due to missing data. We thus propose to discriminatively learn class-specific distributions directly from the data to achieve high precision. We apply a standard Random Forest classifier that infers a binary label (inlier or outlier) for each 3D point in the raw, unfiltered point cloud and test two approaches for training. In the first, non-semantic approach, features are extracted without considering the semantic interpretation of the 3D points. The trained model approximates the average distribution of inliers and outliers across all semantic classes. Second, semantic interpretation is incorporated into the learning process, i.e. we train separate inlieroutlier classifiers per semantic class (building facades, roof, ground, vegetation, fields, and water). Performance of learned filtering is evaluated on several large SfM point clouds of cities. We find that results confirm our underlying assumption that discriminatively learning inlier-outlier distributions does improve precision over global heuristics by up to ≍ 12 percent points. Moreover, semantically informed filtering that models class-specific distributions further improves precision by up to ≍ 10 percent points, being able to remove very isolated building, roof, and water points while preserving inliers on building facades and vegetation.

  17. A Finite Mixture Method for Outlier Detection and Robustness in Meta-Analysis

    ERIC Educational Resources Information Center

    Beath, Ken J.

    2014-01-01

    When performing a meta-analysis unexplained variation above that predicted by within study variation is usually modeled by a random effect. However, in some cases, this is not sufficient to explain all the variation because of outlier or unusual studies. A previously described method is to define an outlier as a study requiring a higher random…

  18. Statistical physics and economic fluctuations: do outliers exist?

    NASA Astrophysics Data System (ADS)

    Stanley, H. Eugene

    2003-02-01

    We present an overview of recent research applying ideas of statistical physics to try to better understand puzzles regarding economic fluctuations. One of these puzzles is how to describe outliers, phenomena that lie outside of patterns of statistical regularity. We review evidence consistent with the possibility that such outliers may not exist. This possibility is supported by recent analysis by Plerou et al. of a database containing the bid, ask, and sale price of each trade of every stock. Further, the data support the picture of economic fluctuations, due to Plerou et al., in which a financial market alternates between being in an “equilibrium phase” where market behavior is split roughly equally between buying and selling, and an “out-of-equilibrium phase” where the market is mainly either buying or selling.

  19. Erosion-tectonics feedbacks in shaping the landscape: An example from the Mekele Outlier (Tigray, Ethiopia)

    NASA Astrophysics Data System (ADS)

    Sembroni, Andrea; Molin, Paola; Dramis, Francesco; Faccenna, Claudio; Abebe, Bekele

    2017-05-01

    An outlier consists of an area of younger rocks surrounded by older ones. Its formation is mainly related to the erosion of surrounding rocks which causes the interruption of the original continuity of the rocks. Because of its origin, an outlier is an important witness of the paleogeography of a region and, therefore, essential to understand its topographic and geological evolution. The Mekele Outlier (N Ethiopia) is characterized by poorly incised Mesozoic marine sediments and dolerites (∼2000 m in elevation), surrounded by strongly eroded Precambrian and Paleozoic rocks and Tertiary volcanic deposits in a context of a mantle supported topography. In the past, studies about the Mekele outlier focused mainly in the mere description of the stratigraphic and tectonic settings without taking into account the feedback between surface and deep processes in shaping such peculiar feature. In this study we present the geological and geomorphometric analyses of the Mekele Outlier taking into account the general topographic features (slope map, swath profiles, local relief), the river network and the principal tectonic lineaments of the outlier. The results trace the evolution of the study area as related not only to the mere erosion of the surrounding rocks but to a complex interaction between surface and deep processes where the lithology played a crucial role.

  20. On the identification of Dragon Kings among extreme-valued outliers

    NASA Astrophysics Data System (ADS)

    Riva, M.; Neuman, S. P.; Guadagnini, A.

    2013-07-01

    Extreme values of earth, environmental, ecological, physical, biological, financial and other variables often form outliers to heavy tails of empirical frequency distributions. Quite commonly such tails are approximated by stretched exponential, log-normal or power functions. Recently there has been an interest in distinguishing between extreme-valued outliers that belong to the parent population of most data in a sample and those that do not. The first type, called Gray Swans by Nassim Nicholas Taleb (often confused in the literature with Taleb's totally unknowable Black Swans), is drawn from a known distribution of the tails which can thus be extrapolated beyond the range of sampled values. However, the magnitudes and/or space-time locations of unsampled Gray Swans cannot be foretold. The second type of extreme-valued outliers, termed Dragon Kings by Didier Sornette, may in his view be sometimes predicted based on how other data in the sample behave. This intriguing prospect has recently motivated some authors to propose statistical tests capable of identifying Dragon Kings in a given random sample. Here we apply three such tests to log air permeability data measured on the faces of a Berea sandstone block and to synthetic data generated in a manner statistically consistent with these measurements. We interpret the measurements to be, and generate synthetic data that are, samples from α-stable sub-Gaussian random fields subordinated to truncated fractional Gaussian noise (tfGn). All these data have frequency distributions characterized by power-law tails with extreme-valued outliers about the tail edges.

  1. Cross-visit tumor sub-segmentation and registration with outlier rejection for dynamic contrast-enhanced MRI time series data.

    PubMed

    Buonaccorsi, G A; Rose, C J; O'Connor, J P B; Roberts, C; Watson, Y; Jackson, A; Jayson, G C; Parker, G J M

    2010-01-01

    Clinical trials of anti-angiogenic and vascular-disrupting agents often use biomarkers derived from DCE-MRI, typically reporting whole-tumor summary statistics and so overlooking spatial parameter variations caused by tissue heterogeneity. We present a data-driven segmentation method comprising tracer-kinetic model-driven registration for motion correction, conversion from MR signal intensity to contrast agent concentration for cross-visit normalization, iterative principal components analysis for imputation of missing data and dimensionality reduction, and statistical outlier detection using the minimum covariance determinant to obtain a robust Mahalanobis distance. After applying these techniques we cluster in the principal components space using k-means. We present results from a clinical trial of a VEGF inhibitor, using time-series data selected because of problems due to motion and outlier time series. We obtained spatially-contiguous clusters that map to regions with distinct microvascular characteristics. This methodology has the potential to uncover localized effects in trials using DCE-MRI-based biomarkers.

  2. 42 CFR 412.82 - Payment for extended length-of-stay cases (day outliers).

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 42 Public Health 2 2012-10-01 2012-10-01 false Payment for extended length-of-stay cases (day outliers). 412.82 Section 412.82 Public Health CENTERS FOR MEDICARE & MEDICAID SERVICES, DEPARTMENT OF... Certain Replaced Devices Payment for Outlier Cases § 412.82 Payment for extended length-of-stay cases (day...

  3. 42 CFR 412.82 - Payment for extended length-of-stay cases (day outliers).

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 42 Public Health 2 2013-10-01 2013-10-01 false Payment for extended length-of-stay cases (day outliers). 412.82 Section 412.82 Public Health CENTERS FOR MEDICARE & MEDICAID SERVICES, DEPARTMENT OF... Certain Replaced Devices Payment for Outlier Cases § 412.82 Payment for extended length-of-stay cases (day...

  4. 42 CFR 412.82 - Payment for extended length-of-stay cases (day outliers).

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 42 Public Health 2 2011-10-01 2011-10-01 false Payment for extended length-of-stay cases (day outliers). 412.82 Section 412.82 Public Health CENTERS FOR MEDICARE & MEDICAID SERVICES, DEPARTMENT OF... Certain Replaced Devices Payment for Outlier Cases § 412.82 Payment for extended length-of-stay cases (day...

  5. 42 CFR 412.82 - Payment for extended length-of-stay cases (day outliers).

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 42 Public Health 2 2010-10-01 2010-10-01 false Payment for extended length-of-stay cases (day outliers). 412.82 Section 412.82 Public Health CENTERS FOR MEDICARE & MEDICAID SERVICES, DEPARTMENT OF... Certain Replaced Devices Payment for Outlier Cases § 412.82 Payment for extended length-of-stay cases (day...

  6. Outlier analysis of functional genomic profiles enriches for oncology targets and enables precision medicine.

    PubMed

    Zhu, Zhou; Ihle, Nathan T; Rejto, Paul A; Zarrinkar, Patrick P

    2016-06-13

    Genome-scale functional genomic screens across large cell line panels provide a rich resource for discovering tumor vulnerabilities that can lead to the next generation of targeted therapies. Their data analysis typically has focused on identifying genes whose knockdown enhances response in various pre-defined genetic contexts, which are limited by biological complexities as well as the incompleteness of our knowledge. We thus introduce a complementary data mining strategy to identify genes with exceptional sensitivity in subsets, or outlier groups, of cell lines, allowing an unbiased analysis without any a priori assumption about the underlying biology of dependency. Genes with outlier features are strongly and specifically enriched with those known to be associated with cancer and relevant biological processes, despite no a priori knowledge being used to drive the analysis. Identification of exceptional responders (outliers) may not lead only to new candidates for therapeutic intervention, but also tumor indications and response biomarkers for companion precision medicine strategies. Several tumor suppressors have an outlier sensitivity pattern, supporting and generalizing the notion that tumor suppressors can play context-dependent oncogenic roles. The novel application of outlier analysis described here demonstrates a systematic and data-driven analytical strategy to decipher large-scale functional genomic data for oncology target and precision medicine discoveries.

  7. Log Pearson type 3 quantile estimators with regional skew information and low outlier adjustments

    USGS Publications Warehouse

    Griffis, V.W.; Stedinger, Jery R.; Cohn, T.A.

    2004-01-01

    The recently developed expected moments algorithm (EMA) [Cohn et al., 1997] does as well as maximum likelihood estimations at estimating log‐Pearson type 3 (LP3) flood quantiles using systematic and historical flood information. Needed extensions include use of a regional skewness estimator and its precision to be consistent with Bulletin 17B. Another issue addressed by Bulletin 17B is the treatment of low outliers. A Monte Carlo study compares the performance of Bulletin 17B using the entire sample with and without regional skew with estimators that use regional skew and censor low outliers, including an extended EMA estimator, the conditional probability adjustment (CPA) from Bulletin 17B, and an estimator that uses probability plot regression (PPR) to compute substitute values for low outliers. Estimators that neglect regional skew information do much worse than estimators that use an informative regional skewness estimator. For LP3 data the low outlier rejection procedure generally results in no loss of overall accuracy, and the differences between the MSEs of the estimators that used an informative regional skew are generally modest in the skewness range of real interest. Samples contaminated to model actual flood data demonstrate that estimators which give special treatment to low outliers significantly outperform estimators that make no such adjustment.

  8. Log Pearson type 3 quantile estimators with regional skew information and low outlier adjustments

    NASA Astrophysics Data System (ADS)

    Griffis, V. W.; Stedinger, J. R.; Cohn, T. A.

    2004-07-01

    The recently developed expected moments algorithm (EMA) [, 1997] does as well as maximum likelihood estimations at estimating log-Pearson type 3 (LP3) flood quantiles using systematic and historical flood information. Needed extensions include use of a regional skewness estimator and its precision to be consistent with Bulletin 17B. Another issue addressed by Bulletin 17B is the treatment of low outliers. A Monte Carlo study compares the performance of Bulletin 17B using the entire sample with and without regional skew with estimators that use regional skew and censor low outliers, including an extended EMA estimator, the conditional probability adjustment (CPA) from Bulletin 17B, and an estimator that uses probability plot regression (PPR) to compute substitute values for low outliers. Estimators that neglect regional skew information do much worse than estimators that use an informative regional skewness estimator. For LP3 data the low outlier rejection procedure generally results in no loss of overall accuracy, and the differences between the MSEs of the estimators that used an informative regional skew are generally modest in the skewness range of real interest. Samples contaminated to model actual flood data demonstrate that estimators which give special treatment to low outliers significantly outperform estimators that make no such adjustment.

  9. Outlier detection for groundwater data in France

    NASA Astrophysics Data System (ADS)

    Valmy, Larissa; de Fouquet, Chantal; Bourgine, Bernard

    2014-05-01

    Quality and quantity water in France are increasingly observed since the 70s. Moreover, in 2000, the EU Water Framework Directive established a framework for community action in the water policy field for the protection of inland surface waters (rivers and lakes), transitional waters (estuaries), coastal waters and groundwater. It will ensure that all aquatic ecosystems and, with regard to their water needs, terrestrial ecosystems and wetlands meet 'good status' by 2015. The Directive requires Member States to establish river basin districts and for each of these a river basin management plan. In France, monitoring programs for the water status were implemented in each basin since 2007. The data collected through these programs feed into an information system which contributes to check the compliance of water environmental legislation implementation, assess the status of water guide management actions (programs of measures) and evaluate their effectiveness, and inform the public. Our work consists in study quality and quantity groundwater data for some basins in France. We propose a specific mathematical approach in order to detect outliers and study trends in time series. In statistic, an outlier is an observation that lies outside the overall pattern of a distribution. Usually, the presence of an outlier indicates some sort of problem, thus, it is important to detect it in order to know the cause. In fact, techniques for temporal data analysis have been developed for several decades in parallel with geostatistical methods. However compared to standard statistical methods, geostatistical analysis allows incomplete or irregular time series analysis. Otherwise, tests carried out by the BRGM showed the potential contribution of geostatistical methods for characterization of environmental data time series. Our approach is to exploit this potential through the development of specific algorithms, tests and validation of methods. We will introduce and explain our method

  10. Clay-mineral assemblages from some levels of K-118 drill core of Maha Sarakham evaporites, northeastern Thailand

    NASA Astrophysics Data System (ADS)

    Suwanich, Parkorn

    Clay-mineral assemblages in Middle Clastic, Middle Salt, Lower Clastic, Potash Zone, and Lower Salt, totalling 13 samples from K-118 drill core, in the Maha Sarakham Formation, Khorat Basin, northeastern Thailand were studied. The clay-size particles were separated from the water-soluble salt by water leaching. Then the samples were leached again in the EDTA solution and separated into clay-size particles by using the timing sedimentation. The EDTA-clay residues were divided and analyzed by using the XRD and XRF method. The XRD peaks show that the major-clay minerals are chlorite, illite, and mixed-layer corrensite including traces of rectorite? and paragonite? The other clay-size particles are quartz and potassium feldspar. The XRF results indicate Mg-rich values and moderate MgAl atom ratio values in those clay minerals. The variable Fe, Na, and K contents in the clay-mineral assemblages can explain the environment of deposition compared to the positions of the samples from the core. Hypothetically, mineralogy and the chemistry of the residual assemblages strongly indicate that severe alteration and Mg-enrichment of normal clay detritus occurred in the evaporite environment through brine-sediment interaction. The various Mg-enrichment varies along the various members reflecting whether sedimentation is near or far from the hypersaline brine.

  11. Power enhancement via multivariate outlier testing with gene expression arrays.

    PubMed

    Asare, Adam L; Gao, Zhong; Carey, Vincent J; Wang, Richard; Seyfert-Margolis, Vicki

    2009-01-01

    As the use of microarrays in human studies continues to increase, stringent quality assurance is necessary to ensure accurate experimental interpretation. We present a formal approach for microarray quality assessment that is based on dimension reduction of established measures of signal and noise components of expression followed by parametric multivariate outlier testing. We applied our approach to several data resources. First, as a negative control, we found that the Affymetrix and Illumina contributions to MAQC data were free from outliers at a nominal outlier flagging rate of alpha=0.01. Second, we created a tunable framework for artificially corrupting intensity data from the Affymetrix Latin Square spike-in experiment to allow investigation of sensitivity and specificity of quality assurance (QA) criteria. Third, we applied the procedure to 507 Affymetrix microarray GeneChips processed with RNA from human peripheral blood samples. We show that exclusion of arrays by this approach substantially increases inferential power, or the ability to detect differential expression, in large clinical studies. http://bioconductor.org/packages/2.3/bioc/html/arrayMvout.html and http://bioconductor.org/packages/2.3/bioc/html/affyContam.html affyContam (credentials: readonly/readonly)

  12. Identifying Nearby Galaxy Outliers Using Neutral Hydrogen Scaling Relations

    NASA Astrophysics Data System (ADS)

    Mohammed, Steven; Schiminovich, D.

    2013-01-01

    Galaxies appear to be divided into two distinct families: blue, star-forming, gas-rich, spiral galaxies and red, gas-deficient, elliptical galaxies. However, the transition between these two families is not well understood. A galaxy's gas content could be a good indicator of processes that affect this transition. We assembled a catalog of physical properties for 535 nearby massive galaxies (redshifts 0.025 < z < 0.05; stellar masses M* > 108 solar masses) from various existing surveys to examine their neutral hydrogen (HI) gas content. We obtained HI data (e.g., HI masses and HI radii) from several surveys; other properties (e.g., stellar masses, light radii and star formation rates) were derived from the Sloan Digital Sky Survey (SDSS) and the Galaxy Evolution Explorer (GALEX). Our goal is to identify any outliers from scaling relations derived from galaxies in the GALEX Arecibo SDSS Survey (GASS) in hope that these outliers can provide us with insight into processes relevant to the blue-to-red-galaxy transition. Results indicate that our heterogeneous selection yields a sample that shows similar scaling relations as the GASS galaxies. For example, the atomic HI gas fraction (MHI/M*) decreases strongly as both stellar mass and stellar mass surface density increase. Here, we show recent work that investigates the HI distribution maps of our galaxies to identify environmental effects that might cause outliers to exist.

  13. The comparison between several robust ridge regression estimators in the presence of multicollinearity and multiple outliers

    NASA Astrophysics Data System (ADS)

    Zahari, Siti Meriam; Ramli, Norazan Mohamed; Moktar, Balkiah; Zainol, Mohammad Said

    2014-09-01

    In the presence of multicollinearity and multiple outliers, statistical inference of linear regression model using ordinary least squares (OLS) estimators would be severely affected and produces misleading results. To overcome this, many approaches have been investigated. These include robust methods which were reported to be less sensitive to the presence of outliers. In addition, ridge regression technique was employed to tackle multicollinearity problem. In order to mitigate both problems, a combination of ridge regression and robust methods was discussed in this study. The superiority of this approach was examined when simultaneous presence of multicollinearity and multiple outliers occurred in multiple linear regression. This study aimed to look at the performance of several well-known robust estimators; M, MM, RIDGE and robust ridge regression estimators, namely Weighted Ridge M-estimator (WRM), Weighted Ridge MM (WRMM), Ridge MM (RMM), in such a situation. Results of the study showed that in the presence of simultaneous multicollinearity and multiple outliers (in both x and y-direction), the RMM and RIDGE are more or less similar in terms of superiority over the other estimators, regardless of the number of observation, level of collinearity and percentage of outliers used. However, when outliers occurred in only single direction (y-direction), the WRMM estimator is the most superior among the robust ridge regression estimators, by producing the least variance. In conclusion, the robust ridge regression is the best alternative as compared to robust and conventional least squares estimators when dealing with simultaneous presence of multicollinearity and outliers.

  14. Detecting multiple outliers in linear functional relationship model for circular variables using clustering technique

    NASA Astrophysics Data System (ADS)

    Mokhtar, Nurkhairany Amyra; Zubairi, Yong Zulina; Hussin, Abdul Ghapor

    2017-05-01

    Outlier detection has been used extensively in data analysis to detect anomalous observation in data and has important application in fraud detection and robust analysis. In this paper, we propose a method in detecting multiple outliers for circular variables in linear functional relationship model. Using the residual values of the Caires and Wyatt model, we applied the hierarchical clustering procedure. With the use of tree diagram, we illustrate the graphical approach of the detection of outlier. A simulation study is done to verify the accuracy of the proposed method. Also, an illustration to a real data set is given to show its practical applicability.

  15. Outlier identification in colorectal surgery should separate elective and nonelective service components.

    PubMed

    Byrne, Ben E; Mamidanna, Ravikrishna; Vincent, Charles A; Faiz, Omar D

    2014-09-01

    The identification of health care institutions with outlying outcomes is of great importance for reporting health care results and for quality improvement. Historically, elective surgical outcomes have received greater attention than nonelective results, although some studies have examined both. Differences in outlier identification between these patient groups have not been adequately explored. The aim of this study was to compare the identification of institutional outliers for mortality after elective and nonelective colorectal resection in England. This was a cohort study using routine administrative data. Ninety-day mortality was determined by using statutory records of death. Adjusted Trust-level mortality rates were calculated by using multiple logistic regression. High and low mortality outliers were identified and compared across funnel plots for elective and nonelective surgery. All English National Health Service Trusts providing colorectal surgery to an unrestricted patient population were studied. Adults admitted for colorectal surgery between April 2006 and March 2012 were included. Segmental colonic or rectal resection was performed. The primary outcome measured was 90-day mortality. Included were 195,118 patients, treated at 147 Trusts. Ninety-day mortality rates after elective and nonelective surgery were 4% and 18%. No unit with high outlying mortality for elective surgery was a high outlier for nonelective mortality and vice versa. Trust level, observed-to-expected mortality for elective and nonelective surgery, was moderately correlated (Spearman ρ = 0.50, p< 0.001). This study relied on administrative data and may be limited by potential flaws in the quality of coding of clinical information. Status as an institutional mortality outlier after elective and nonelective colorectal surgery was not closely related. Therefore, mortality rates should be reported for both patient cohorts separately. This would provide a broad picture of the state of

  16. System and Method for Outlier Detection via Estimating Clusters

    NASA Technical Reports Server (NTRS)

    Iverson, David J. (Inventor)

    2016-01-01

    An efficient method and system for real-time or offline analysis of multivariate sensor data for use in anomaly detection, fault detection, and system health monitoring is provided. Models automatically derived from training data, typically nominal system data acquired from sensors in normally operating conditions or from detailed simulations, are used to identify unusual, out of family data samples (outliers) that indicate possible system failure or degradation. Outliers are determined through analyzing a degree of deviation of current system behavior from the models formed from the nominal system data. The deviation of current system behavior is presented as an easy to interpret numerical score along with a measure of the relative contribution of each system parameter to any off-nominal deviation. The techniques described herein may also be used to "clean" the training data.

  17. The effect of different distance measures in detecting outliers using clustering-based algorithm for circular regression model

    NASA Astrophysics Data System (ADS)

    Di, Nur Faraidah Muhammad; Satari, Siti Zanariah

    2017-05-01

    Outlier detection in linear data sets has been done vigorously but only a small amount of work has been done for outlier detection in circular data. In this study, we proposed multiple outliers detection in circular regression models based on the clustering algorithm. Clustering technique basically utilizes distance measure to define distance between various data points. Here, we introduce the similarity distance based on Euclidean distance for circular model and obtain a cluster tree using the single linkage clustering algorithm. Then, a stopping rule for the cluster tree based on the mean direction and circular standard deviation of the tree height is proposed. We classify the cluster group that exceeds the stopping rule as potential outlier. Our aim is to demonstrate the effectiveness of proposed algorithms with the similarity distances in detecting the outliers. It is found that the proposed methods are performed well and applicable for circular regression model.

  18. Outlier Detection in Hyperspectral Imagery Using Closest Distance to Center with Ellipsoidal Multivariate Trimming

    DTIC Science & Technology

    2011-01-01

    where r << P. The use of PCA for finding outliers in multivariate data is surveyed by Gnanadesikan and Kettenring16 and Rao.17 As alluded to earlier...1984. 16. Gnanadesikan R and Kettenring JR. Robust estimates, residu­ als, and outlier detection with multiresponse data. Biometrics 1972; 28: 81–124

  19. The Impact of Outliers on Cronbach's Coefficient Alpha Estimate of Reliability: Visual Analogue Scales

    ERIC Educational Resources Information Center

    Liu, Yan; Zumbo, Bruno D.

    2007-01-01

    The impact of outliers on Cronbach's coefficient [alpha] has not been documented in the psychometric or statistical literature. This is an important gap because coefficient [alpha] is the most widely used measurement statistic in all of the social, educational, and health sciences. The impact of outliers on coefficient [alpha] is investigated for…

  20. Exemplar-Based Clustering via Simulated Annealing

    ERIC Educational Resources Information Center

    Brusco, Michael J.; Kohn, Hans-Friedrich

    2009-01-01

    Several authors have touted the p-median model as a plausible alternative to within-cluster sums of squares (i.e., K-means) partitioning. Purported advantages of the p-median model include the provision of "exemplars" as cluster centers, robustness with respect to outliers, and the accommodation of a diverse range of similarity data. We developed…

  1. Improving Electronic Sensor Reliability by Robust Outlier Screening

    PubMed Central

    Moreno-Lizaranzu, Manuel J.; Cuesta, Federico

    2013-01-01

    Electronic sensors are widely used in different application areas, and in some of them, such as automotive or medical equipment, they must perform with an extremely low defect rate. Increasing reliability is paramount. Outlier detection algorithms are a key component in screening latent defects and decreasing the number of customer quality incidents (CQIs). This paper focuses on new spatial algorithms (Good Die in a Bad Cluster with Statistical Bins (GDBC SB) and Bad Bin in a Bad Cluster (BBBC)) and an advanced outlier screening method, called Robust Dynamic Part Averaging Testing (RDPAT), as well as two practical improvements, which significantly enhance existing algorithms. Those methods have been used in production in Freescale® Semiconductor probe factories around the world for several years. Moreover, a study was conducted with production data of 289,080 dice with 26 CQIs to determine and compare the efficiency and effectiveness of all these algorithms in identifying CQIs. PMID:24113682

  2. Improving electronic sensor reliability by robust outlier screening.

    PubMed

    Moreno-Lizaranzu, Manuel J; Cuesta, Federico

    2013-10-09

    Electronic sensors are widely used in different application areas, and in some of them, such as automotive or medical equipment, they must perform with an extremely low defect rate. Increasing reliability is paramount. Outlier detection algorithms are a key component in screening latent defects and decreasing the number of customer quality incidents (CQIs). This paper focuses on new spatial algorithms (Good Die in a Bad Cluster with Statistical Bins (GDBC SB) and Bad Bin in a Bad Cluster (BBBC)) and an advanced outlier screening method, called Robust Dynamic Part Averaging Testing (RDPAT), as well as two practical improvements, which significantly enhance existing algorithms. Those methods have been used in production in Freescale® Semiconductor probe factories around the world for several years. Moreover, a study was conducted with production data of 289,080 dice with 26 CQIs to determine and compare the efficiency and effectiveness of all these algorithms in identifying CQIs.

  3. Prospective casemix-based funding, analysis and financial impact of cost outliers in all-patient refined diagnosis related groups in three Belgian general hospitals.

    PubMed

    Pirson, Magali; Martins, Dimitri; Jackson, Terri; Dramaix, Michèle; Leclercq, Pol

    2006-03-01

    This study examined the impact of cost outliers in term of hospital resources consumption, the financial impact of the outliers under the Belgium casemix-based system, and the validity of two "proxies" for costs: length of stay and charges. The cost of all hospital stays at three Belgian general hospitals were calculated for the year 2001. High resource use outliers were selected according to the following rule: 75th percentile +1.5 xinter-quartile range. The frequency of cost outliers varied from 7% to 8% across hospitals. Explanatory factors were: major or extreme severity of illness, longer length of stay, and intensive care unit stay. Cost outliers account for 22-30% of hospital costs. One-third of length-of-stay outliers are not cost outliers, and nearly one-quarter of charges outliers are not cost outliers. The current funding system in Belgium does not penalize hospitals having a high percentage of outliers. The billing generated by these patients largely compensates for costs generated. Length of stay and charges are not a good approximation to select cost outliers.

  4. The molecular structure of the borate mineral rhodizite (K, Cs)Al4Be4(B, Be)12O28 - A vibrational spectroscopic study

    NASA Astrophysics Data System (ADS)

    Frost, Ray L.; López, Andrés; Xi, Yunfei; Scholz, Ricardo; Souza, Larissa; Lana, Cristiano

    2014-07-01

    We have studied the borate mineral rhodizite (K, Cs)Al4Be4(B, Be)12O28 using a combination of DEM with EDX and vibrational spectroscopic techniques. The mineral occurs as colorless, gray, yellow to white crystals in the triclinic crystal system. The studied sample is from the Antandrokomby Mine, Sahatany valley, Madagascar. The mineral is prized as a semi-precious jewel. Semi-quantitative chemical composition shows a Al, Ca, borate with minor amounts of K, Mg and Cs. The mineral has a characteristic borate Raman spectrum and bands are assigned to the stretching and bending modes of B, Be and Al. No Raman bands in the OH stretching region were observed.

  5. PCA leverage: outlier detection for high-dimensional functional magnetic resonance imaging data.

    PubMed

    Mejia, Amanda F; Nebel, Mary Beth; Eloyan, Ani; Caffo, Brian; Lindquist, Martin A

    2017-07-01

    Outlier detection for high-dimensional (HD) data is a popular topic in modern statistical research. However, one source of HD data that has received relatively little attention is functional magnetic resonance images (fMRI), which consists of hundreds of thousands of measurements sampled at hundreds of time points. At a time when the availability of fMRI data is rapidly growing-primarily through large, publicly available grassroots datasets-automated quality control and outlier detection methods are greatly needed. We propose principal components analysis (PCA) leverage and demonstrate how it can be used to identify outlying time points in an fMRI run. Furthermore, PCA leverage is a measure of the influence of each observation on the estimation of principal components, which are often of interest in fMRI data. We also propose an alternative measure, PCA robust distance, which is less sensitive to outliers and has controllable statistical properties. The proposed methods are validated through simulation studies and are shown to be highly accurate. We also conduct a reliability study using resting-state fMRI data from the Autism Brain Imaging Data Exchange and find that removal of outliers using the proposed methods results in more reliable estimation of subject-level resting-state networks using independent components analysis. © The Author 2017. Published by Oxford University Press. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  6. Patient classification as an outlier detection problem: An application of the One-Class Support Vector Machine

    PubMed Central

    Mourão-Miranda, Janaina; Hardoon, David R.; Hahn, Tim; Marquand, Andre F.; Williams, Steve C.R.; Shawe-Taylor, John; Brammer, Michael

    2011-01-01

    Pattern recognition approaches, such as the Support Vector Machine (SVM), have been successfully used to classify groups of individuals based on their patterns of brain activity or structure. However these approaches focus on finding group differences and are not applicable to situations where one is interested in accessing deviations from a specific class or population. In the present work we propose an application of the one-class SVM (OC-SVM) to investigate if patterns of fMRI response to sad facial expressions in depressed patients would be classified as outliers in relation to patterns of healthy control subjects. We defined features based on whole brain voxels and anatomical regions. In both cases we found a significant correlation between the OC-SVM predictions and the patients' Hamilton Rating Scale for Depression (HRSD), i.e. the more depressed the patients were the more of an outlier they were. In addition the OC-SVM split the patient groups into two subgroups whose membership was associated with future response to treatment. When applied to region-based features the OC-SVM classified 52% of patients as outliers. However among the patients classified as outliers 70% did not respond to treatment and among those classified as non-outliers 89% responded to treatment. In addition 89% of the healthy controls were classified as non-outliers. PMID:21723950

  7. Outlier analyses to test for local adaptation to breeding grounds in a migratory arctic seabird.

    PubMed

    Tigano, Anna; Shultz, Allison J; Edwards, Scott V; Robertson, Gregory J; Friesen, Vicki L

    2017-04-01

    Investigating the extent (or the existence) of local adaptation is crucial to understanding how populations adapt. When experiments or fitness measurements are difficult or impossible to perform in natural populations, genomic techniques allow us to investigate local adaptation through the comparison of allele frequencies and outlier loci along environmental clines. The thick-billed murre ( Uria lomvia ) is a highly philopatric colonial arctic seabird that occupies a significant environmental gradient, shows marked phenotypic differences among colonies, and has large effective population sizes. To test whether thick-billed murres from five colonies along the eastern Canadian Arctic coast show genomic signatures of local adaptation to their breeding grounds, we analyzed geographic variation in genome-wide markers mapped to a newly assembled thick-billed murre reference genome. We used outlier analyses to detect loci putatively under selection, and clustering analyses to investigate patterns of differentiation based on 2220 genomewide single nucleotide polymorphisms (SNPs) and 137 outlier SNPs. We found no evidence of population structure among colonies using all loci but found population structure based on outliers only, where birds from the two northernmost colonies (Minarets and Prince Leopold) grouped with birds from the southernmost colony (Gannet), and birds from Coats and Akpatok were distinct from all other colonies. Although results from our analyses did not support local adaptation along the latitudinal cline of breeding colonies, outlier loci grouped birds from different colonies according to their non-breeding distributions, suggesting that outliers may be informative about adaptation and/or demographic connectivity associated with their migration patterns or nonbreeding grounds.

  8. Outlier identification and visualization for Pb concentrations in urban soils and its implications for identification of potential contaminated land.

    PubMed

    Zhang, Chaosheng; Tang, Ya; Luo, Lin; Xu, Weilin

    2009-11-01

    Outliers in urban soil geochemical databases may imply potential contaminated land. Different methodologies which can be easily implemented for the identification of global and spatial outliers were applied for Pb concentrations in urban soils of Galway City in Ireland. Due to its strongly skewed probability feature, a Box-Cox transformation was performed prior to further analyses. The graphic methods of histogram and box-and-whisker plot were effective in identification of global outliers at the original scale of the dataset. Spatial outliers could be identified by a local indicator of spatial association of local Moran's I, cross-validation of kriging, and a geographically weighted regression. The spatial locations of outliers were visualised using a geographical information system. Different methods showed generally consistent results, but differences existed. It is suggested that outliers identified by statistical methods should be confirmed and justified using scientific knowledge before they are properly dealt with.

  9. Comparison of cardiac TnI outliers using a contemporary and a high-sensitivity assay on the Abbott Architect platform.

    PubMed

    Ryan, J B; Southby, S J; Stuart, L A; Mackay, R; Florkowski, C M; George, P M

    2014-07-01

    Assays for cardiac troponin (cTn) have undergone improvements in sensitivity and precision in recent years. Increased rates of outliers, however, have been reported on various cTn platforms, typically giving irreproducible, falsely higher results. We aimed to evaluate the outlier rate occurring in patients with elevated cTnI using a contemporary and high-sensitivity assay. All patients with elevated cTnI (up to 300 ng/L) performed over a 21-month period were assayed in duplicate. A contemporary assay (Abbott STAT Troponin-I) was used for the first part of the study and subsequently a high-sensitivity assay (Abbott STAT High-Sensitive Troponin-I) was used. Outliers exceeded a calculated critical difference (CD) (CD = z × √2 × SDAnalytical) where z = 3.5 (for probability of 0.0005) and critical outliers also were on a different side of the decision level. The respective outlier and critical outlier rates were 0.22% and 0.10% for the contemporary assay (n = 4009) and 0.18% and 0.13% for the high-sensitivity assay (n = 3878). There was no significant reduction in outlier rate between the two assays (χ(2) = 0.034, P = 0.854). Fifty-six percent of outliers occurred in samples where cTn was an 'add-on' test (and was stored and refrigerated prior to assay). Despite recent improvements in cTn methods, outliers (including critical outliers) still occur at a low rate in both a contemporary and high-sensitivity cTnI assay. Laboratory and clinical staff should be aware of this potential analytical error, particularly in samples with suboptimal sample handling such as add-on tests. © The Author(s) 2014 Reprints and permissions: sagepub.co.uk/journalsPermissions.nav.

  10. On the local operational geomagnetic index K calculation

    NASA Astrophysics Data System (ADS)

    Stankov, Stan; Stegen, Koen; Wautelet, Gilles; Warnant, Rene

    2010-05-01

    , the estimated quality flag, and eventually, an alert. The regular field variation is determined from the hourly medians of the horizontal components' values obtained during the recent magnetically-quiet days. These Sr values are subtracted from the corresponding instantaneous measurement values (in the latest 3 hours) to determine the components' ranges (maximum minus minimum). Finally, the larger of the 2 horizontal components' ranges is used to determine the K value referring to the limits-of-range-classes table for the particular observatory. A very important feature of the K nowcast system is the strict control of data input and processing, allowing for an immediate assessment of the quality of output. The key concept of the implemented quality control (QC) procedure is based on the fact that a complete and sound dataset provides the ideal platform for reliable, closest-to-definite index production. In this sense, any gap or outlier in the dataset can erode the quality of the produced output. The QC matrix takes into account both, the total length of data gaps (shorter or no gaps - the better) and the time elapsed from the latest gaps/outliers (more distant in the past - the better). As a result, a QC flag is assigned to each K nowcast value. The above-described control is of crucial importance for the nowcast system operation since it helps minimising the existing possibility of missing an event or issuing a false alert. The K-LOGIC system's operability, accuracy and precision have been tested with instantaneous measurements from the recent years. A statistical comparison between nowcast and definite index values proves that the average rms error is smaller than 1 K unit. The system is now operational at the RMI Geophysical Centre in Dourbes (50.1N, 4.6E).

  11. Core level electron energy-loss spectra of minerals: pre-edge fine structures at the oxygen K-edge . Comment on ``Water in minerals detectable by electron energy-loss spectroscopy EELS'' by R. Wirth, Phys Chem Minerals (1997) 24:561-568

    NASA Astrophysics Data System (ADS)

    van Aken, P. A.; Liebscher, B.; Styrsa, V. J.

    In a recent paper entitled ``Water in minerals detectable by electron energy-loss spectroscopy EELS'' by R. Wirth, it has been claimed that OH-- and H2O-bearing minerals exhibit a characteristic peak in the ELNES spectra at about 528 eV prior to the onset of the O K-edge at 532 eV, which could be used for (semi-)quantitative determination of water- or OH-contents on a nanometer scale. It is shown here by parallel electron energy-loss spectroscopy (PEELS) recorded in a transmission electron microscope (TEM) that O K-pre-edge peaks with very high intensities may also exist in water-free compounds and minerals, in particular when they contain transition metals. These spectral features arise from covalent mixing of the metal and oxygen states, which introduces oxygen p character in unoccupied states of mainly metal character. The point is illustrated by the comparison of hematite (α-Fe2O3) and lepidocrocite (γ-FeOOH) O K-edge PEELS spectra which exhibit similar intensities of the pre-edge peak, despite of their grossly different OH- contents. As a consequence, the general validity of the method proposed by Wirth is questioned.

  12. Correction of Dual-PRF Doppler Velocity Outliers in the Presence of Aliasing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Altube, Patricia; Bech, Joan; Argemí, Oriol

    In Doppler weather radars, the presence of unfolding errors or outliers is a well-known quality issue for radial velocity fields estimated using the dual–pulse repetition frequency (PRF) technique. Postprocessing methods have been developed to correct dual-PRF outliers, but these need prior application of a dealiasing algorithm for an adequate correction. Our paper presents an alternative procedure based on circular statistics that corrects dual-PRF errors in the presence of extended Nyquist aliasing. The correction potential of the proposed method is quantitatively tested by means of velocity field simulations and is exemplified in the application to real cases, including severe storm events.more » The comparison with two other existing correction methods indicates an improved performance in the correction of clustered outliers. The technique we propose is well suited for real-time applications requiring high-quality Doppler radar velocity fields, such as wind shear and mesocyclone detection algorithms, or assimilation in numerical weather prediction models.« less

  13. Correction of Dual-PRF Doppler Velocity Outliers in the Presence of Aliasing

    DOE PAGES

    Altube, Patricia; Bech, Joan; Argemí, Oriol; ...

    2017-07-18

    In Doppler weather radars, the presence of unfolding errors or outliers is a well-known quality issue for radial velocity fields estimated using the dual–pulse repetition frequency (PRF) technique. Postprocessing methods have been developed to correct dual-PRF outliers, but these need prior application of a dealiasing algorithm for an adequate correction. Our paper presents an alternative procedure based on circular statistics that corrects dual-PRF errors in the presence of extended Nyquist aliasing. The correction potential of the proposed method is quantitatively tested by means of velocity field simulations and is exemplified in the application to real cases, including severe storm events.more » The comparison with two other existing correction methods indicates an improved performance in the correction of clustered outliers. The technique we propose is well suited for real-time applications requiring high-quality Doppler radar velocity fields, such as wind shear and mesocyclone detection algorithms, or assimilation in numerical weather prediction models.« less

  14. Robust Mokken Scale Analysis by Means of the Forward Search Algorithm for Outlier Detection

    ERIC Educational Resources Information Center

    Zijlstra, Wobbe P.; van der Ark, L. Andries; Sijtsma, Klaas

    2011-01-01

    Exploratory Mokken scale analysis (MSA) is a popular method for identifying scales from larger sets of items. As with any statistical method, in MSA the presence of outliers in the data may result in biased results and wrong conclusions. The forward search algorithm is a robust diagnostic method for outlier detection, which we adapt here to…

  15. Outliers: Elementary Teachers Who Actually Teach Social Studies

    ERIC Educational Resources Information Center

    Anderson, Derek

    2014-01-01

    This mixed methods study identified six elementary teachers, who, despite the widespread marginalization of elementary social studies, spent considerable time on the subject. These six outliers from a sample of forty-six Michigan elementary teachers were interviewed, and their teaching was observed to better understand how and why they deviate…

  16. A tandem regression-outlier analysis of a ligand cellular system for key structural modifications around ligand binding.

    PubMed

    Lin, Ying-Ting

    2013-04-30

    A tandem technique of hard equipment is often used for the chemical analysis of a single cell to first isolate and then detect the wanted identities. The first part is the separation of wanted chemicals from the bulk of a cell; the second part is the actual detection of the important identities. To identify the key structural modifications around ligand binding, the present study aims to develop a counterpart of tandem technique for cheminformatics. A statistical regression and its outliers act as a computational technique for separation. A PPARγ (peroxisome proliferator-activated receptor gamma) agonist cellular system was subjected to such an investigation. Results show that this tandem regression-outlier analysis, or the prioritization of the context equations tagged with features of the outliers, is an effective regression technique of cheminformatics to detect key structural modifications, as well as their tendency of impact to ligand binding. The key structural modifications around ligand binding are effectively extracted or characterized out of cellular reactions. This is because molecular binding is the paramount factor in such ligand cellular system and key structural modifications around ligand binding are expected to create outliers. Therefore, such outliers can be captured by this tandem regression-outlier analysis.

  17. [Research on outlier detection methods for determination of oil yield in oil shales using near-infrared spectroscopy].

    PubMed

    Zhang, Huai-zhu; Lin, Jun; Zhang, Huai-Zhu

    2014-06-01

    In the present paper, the outlier detection methods for determination of oil yield in oil shale using near-infrared (NIR) diffuse reflection spectroscopy was studied. During the quantitative analysis with near-infrared spectroscopy, environmental change and operator error will both produce outliers. The presence of outliers will affect the overall distribution trend of samples and lead to the decrease in predictive capability. Thus, the detection of outliers are important for the construction of high-quality calibration models. The methods including principal component analysis-Mahalanobis distance (PCA-MD) and resampling by half-means (RHM) were applied to the discrimination and elimination of outliers in this work. The thresholds and confidences for MD and RHM were optimized using the performance of partial least squares (PLS) models constructed after the elimination of outliers, respectively. Compared with the model constructed with the data of full spectrum, the values of RMSEP of the models constructed with the application of PCA-MD with a threshold of a value equal to the sum of average and standard deviation of MD, RHM with the confidence level of 85%, and the combination of PCA-MD and RHM, were reduced by 48.3%, 27.5% and 44.8%, respectively. The predictive ability of the calibration model has been improved effectively.

  18. The molecular structure of the borate mineral rhodizite (K, Cs)Al4Be4(B, Be)12O28--a vibrational spectroscopic study.

    PubMed

    Frost, Ray L; López, Andrés; Xi, Yunfei; Scholz, Ricardo; Souza, Larissa; Lana, Cristiano

    2014-07-15

    We have studied the borate mineral rhodizite (K, Cs)Al4Be4(B, Be)12O28 using a combination of DEM with EDX and vibrational spectroscopic techniques. The mineral occurs as colorless, gray, yellow to white crystals in the triclinic crystal system. The studied sample is from the Antandrokomby Mine, Sahatany valley, Madagascar. The mineral is prized as a semi-precious jewel. Semi-quantitative chemical composition shows a Al, Ca, borate with minor amounts of K, Mg and Cs. The mineral has a characteristic borate Raman spectrum and bands are assigned to the stretching and bending modes of B, Be and Al. No Raman bands in the OH stretching region were observed. Copyright © 2014 Elsevier B.V. All rights reserved.

  19. Pudendal and median nerve sensory perception threshold: a comparison between normative studies.

    PubMed

    Quaghebeur, Jörgen; Wyndaele, Jean Jacques

    2014-12-01

    For the evaluation of sensory innervation, normative data are necessary as a comparison. To compare our current perception thresholds (CPTs) with normative data from other research. Healthy volunteers were assessed for 2000, 250, and 5 Hz CPTs of the median and pudendal nerve and data were compared with other studies. Normative data in the studied group n = 41 (male: 21; female: 20) for the median nerve, 2 kHz, 250 Hz, and 5 Hz were respectively: 241.85 ± 67.72 (140-444); 106.27 ± 39.12 (45-229); 82.05 ± 43.40 (13-271). Pudendal nerve CPTs 250 Hz were: 126.44 ± 69.46 (6-333). For men 2 kHz: 349.95 ± 125.76 (100-588); 5 Hz: 132.67 ± 51.81 (59-249) and women 2 kHz:226.20 ± 119.65 (64-528); 5 Hz: 92.45 ± 44.66 (35-215). For the median nerve no statistical differences for gender were shown. For the pudendal nerve, only 250 Hz showed no difference for gender (t-test: 0.516). Comparison of our data with CPTs of other normative data showed no agreement for the pudendal nerve. For the median nerve only 2 kHz showed agreement in three studies and for 5 Hz with one study. Comparing normative data of multiple studies shows a variety of results and poor agreement. Therefore, referring to normative data of other studies should be handled with caution.

  20. Geology of the Göçükdibi Cu-Pb-Zn Mineralization, Gökçedoǧan, Çorum (Turkey): Preliminary Findings on Its Formation

    NASA Astrophysics Data System (ADS)

    Yalçin, Cihan; Hanilçi, Nurullah; Kumral, Mustafa; Abdelnasser, Amr

    2016-04-01

    Göçükdibi Cu-Pb-Zn mineralization is located 3 km north west of Gökçedoǧan village where is 30 km east of the Kargı, Çorum. The geology of the mineralization area is represented by Mesozoic and Upper Pliocene lithostratigraphic units in different origin. These units with respect to their structural locations have identified as autochthonous and allachtonous. The autochthonous units which are the basement of the region are represented by Bekirli Metamorphites (Triassic-Liassic) and Beşpınar formation (Upper Cretaceous-Lower Eocene) which overlies the Bekirli Metamorphites as angular discordance. The allachtonous units are represented by Saraycık formation belongs to Kargı Ophioltic Melange, and located on the autochthonous units as tectonically. These allocthonous units are the product of the Neotethyan Ocean. The autochthonous and allachtonous units are overlaid by Upper Pliocene Ilgaz Formation and Plio-Quaternary stream sediments. The Cu-Pb-Zn mineralization is located in northwest of the Gökçedoǧan village within the Bekirli Metamorphites. The ore zone has N80E direction, 5 m wide and 120 m in length. The mineralizations which follow NE-SW trending structural line occurred as alternation with quartz-chlorite schists of the Bekirli Metamorphites. The mineralization is generally concordant to the foliation of schist's and also occurred as disseminated in the wall rocks. The ore paragenesis comprises with pyrite, chalcopyrite, sphalerite and galenit as the main sulphide minerals, and the malachite, azurite and limonite as the production of the oxidation. Preliminary data such as relationship between the ore and host rock, inner-structure of the ore and indicate that the Gökçedoǧan Cu-Pb-Zn mineralization was likely to have originated syngenetic. In addition, the geochemical behaviour of rare earth elements (REE) of the altered and mineralized samples collected from the alteration zone show that light REE enrichment with fair depletion of heavy REE

  1. A genome scan for selection signatures comparing farmed Atlantic salmon with two wild populations: Testing colocalization among outlier markers, candidate genes, and quantitative trait loci for production traits.

    PubMed

    Liu, Lei; Ang, Keng Pee; Elliott, J A K; Kent, Matthew Peter; Lien, Sigbjørn; MacDonald, Danielle; Boulding, Elizabeth Grace

    2017-03-01

    Comparative genome scans can be used to identify chromosome regions, but not traits, that are putatively under selection. Identification of targeted traits may be more likely in recently domesticated populations under strong artificial selection for increased production. We used a North American Atlantic salmon 6K SNP dataset to locate genome regions of an aquaculture strain (Saint John River) that were highly diverged from that of its putative wild founder population (Tobique River). First, admixed individuals with partial European ancestry were detected using STRUCTURE and removed from the dataset. Outlier loci were then identified as those showing extreme differentiation between the aquaculture population and the founder population. All Arlequin methods identified an overlapping subset of 17 outlier loci, three of which were also identified by BayeScan. Many outlier loci were near candidate genes and some were near published quantitative trait loci (QTLs) for growth, appetite, maturity, or disease resistance. Parallel comparisons using a wild, nonfounder population (Stewiacke River) yielded only one overlapping outlier locus as well as a known maturity QTL. We conclude that genome scans comparing a recently domesticated strain with its wild founder population can facilitate identification of candidate genes for traits known to have been under strong artificial selection.

  2. Low Z elements (Mg, Al, and Si) K-edge X-ray absorption spectroscopy in minerals and disordered systems

    NASA Astrophysics Data System (ADS)

    Ildefonse, Ph.; Calas, G.; Flank, A. M.; Lagarde, P.

    1995-05-01

    Soft X-ray absorption near edge spectroscopy (XANES) and extended X-ray absorption fine structure (EXAFS) spectroscopy have been performed at the Mg-, Al- and Si-K edges in order to establish the ability of this spectroscopy to derive structural information in disordered solids such as glasses and gels. Mg- and Al-K XANES are good structural probes to determine the coordination state of these elements in important minerals, glasses and gels. In a CaOsbnd MgOsbnd 2SiO2 glass Mg XANES spectra differ from that found in the crystalline equivalent, with a significant shift of the edge maxima to lower energy, consistent with a CN lower than 6. Mg-EXAFS on the same sample are in agreement and indicate the presence of 5-coordinated Mg with Mgsbnd O distances of 2.01Å. In aluminosilicate gels, Alsbnd K XANES has been used to investigate the [4]Al/Altotal ratios. These ratios increase as the Al/Si ratios decrease. Aluminosilicate and ferric-silicate gels were studied by using Sisbnd K edge XANES. XANES spectra differ significantly among the samples studied. Aluminosilicate gels with Al/Si= 1 present a different Al and Si local environment from that known in clay minerals with the same Al/Si ratio. The gel-to-mineral transformation thus implies a dissolution-recrystallization mechanism. On the contrary, ferric-silicate gel presents a Si local environment close to that found in nontronite which may be formed by a long range ordering of the initial gels.

  3. Reduction of ZTD outliers through improved GNSS data processing and screening strategies

    NASA Astrophysics Data System (ADS)

    Stepniak, Katarzyna; Bock, Olivier; Wielgosz, Pawel

    2018-03-01

    Though Global Navigation Satellite System (GNSS) data processing has been significantly improved over the years, it is still commonly observed that zenith tropospheric delay (ZTD) estimates contain many outliers which are detrimental to meteorological and climatological applications. In this paper, we show that ZTD outliers in double-difference processing are mostly caused by sub-daily data gaps at reference stations, which cause disconnections of clusters of stations from the reference network and common mode biases due to the strong correlation between stations in short baselines. They can reach a few centimetres in ZTD and usually coincide with a jump in formal errors. The magnitude and sign of these biases are impossible to predict because they depend on different errors in the observations and on the geometry of the baselines. We elaborate and test a new baseline strategy which solves this problem and significantly reduces the number of outliers compared to the standard strategy commonly used for positioning (e.g. determination of national reference frame) in which the pre-defined network is composed of a skeleton of reference stations to which secondary stations are connected in a star-like structure. The new strategy is also shown to perform better than the widely used strategy maximizing the number of observations available in many GNSS programs. The reason is that observations are maximized before processing, whereas the final number of used observations can be dramatically lower because of data rejection (screening) during the processing. The study relies on the analysis of 1 year of GPS (Global Positioning System) data from a regional network of 136 GNSS stations processed using Bernese GNSS Software v.5.2. A post-processing screening procedure is also proposed to detect and remove a few outliers which may still remain due to short data gaps. It is based on a combination of range checks and outlier checks of ZTD and formal errors. The accuracy of the

  4. Modeling Data Containing Outliers using ARIMA Additive Outlier (ARIMA-AO)

    NASA Astrophysics Data System (ADS)

    Saleh Ahmar, Ansari; Guritno, Suryo; Abdurakhman; Rahman, Abdul; Awi; Alimuddin; Minggi, Ilham; Arif Tiro, M.; Kasim Aidid, M.; Annas, Suwardi; Utami Sutiksno, Dian; Ahmar, Dewi S.; Ahmar, Kurniawan H.; Abqary Ahmar, A.; Zaki, Ahmad; Abdullah, Dahlan; Rahim, Robbi; Nurdiyanto, Heri; Hidayat, Rahmat; Napitupulu, Darmawan; Simarmata, Janner; Kurniasih, Nuning; Andretti Abdillah, Leon; Pranolo, Andri; Haviluddin; Albra, Wahyudin; Arifin, A. Nurani M.

    2018-01-01

    The aim this study is discussed on the detection and correction of data containing the additive outlier (AO) on the model ARIMA (p, d, q). The process of detection and correction of data using an iterative procedure popularized by Box, Jenkins, and Reinsel (1994). By using this method we obtained an ARIMA models were fit to the data containing AO, this model is added to the original model of ARIMA coefficients obtained from the iteration process using regression methods. In the simulation data is obtained that the data contained AO initial models are ARIMA (2,0,0) with MSE = 36,780, after the detection and correction of data obtained by the iteration of the model ARIMA (2,0,0) with the coefficients obtained from the regression Zt = 0,106+0,204Z t-1+0,401Z t-2-329X 1(t)+115X 2(t)+35,9X 3(t) and MSE = 19,365. This shows that there is an improvement of forecasting error rate data.

  5. A computational study on outliers in world music.

    PubMed

    Panteli, Maria; Benetos, Emmanouil; Dixon, Simon

    2017-01-01

    The comparative analysis of world music cultures has been the focus of several ethnomusicological studies in the last century. With the advances of Music Information Retrieval and the increased accessibility of sound archives, large-scale analysis of world music with computational tools is today feasible. We investigate music similarity in a corpus of 8200 recordings of folk and traditional music from 137 countries around the world. In particular, we aim to identify music recordings that are most distinct compared to the rest of our corpus. We refer to these recordings as 'outliers'. We use signal processing tools to extract music information from audio recordings, data mining to quantify similarity and detect outliers, and spatial statistics to account for geographical correlation. Our findings suggest that Botswana is the country with the most distinct recordings in the corpus and China is the country with the most distinct recordings when considering spatial correlation. Our analysis includes a comparison of musical attributes and styles that contribute to the 'uniqueness' of the music of each country.

  6. An application of robust ridge regression model in the presence of outliers to real data problem

    NASA Astrophysics Data System (ADS)

    Shariff, N. S. Md.; Ferdaos, N. A.

    2017-09-01

    Multicollinearity and outliers are often leads to inconsistent and unreliable parameter estimates in regression analysis. The well-known procedure that is robust to multicollinearity problem is the ridge regression method. This method however is believed are affected by the presence of outlier. The combination of GM-estimation and ridge parameter that is robust towards both problems is on interest in this study. As such, both techniques are employed to investigate the relationship between stock market price and macroeconomic variables in Malaysia due to curiosity of involving the multicollinearity and outlier problem in the data set. There are four macroeconomic factors selected for this study which are Consumer Price Index (CPI), Gross Domestic Product (GDP), Base Lending Rate (BLR) and Money Supply (M1). The results demonstrate that the proposed procedure is able to produce reliable results towards the presence of multicollinearity and outliers in the real data.

  7. The Median Isn't the Message: Elucidating Nutrient Hot spots and Hot Moments in a Sierra Nevada Forest Soil

    NASA Astrophysics Data System (ADS)

    Barnes, M. E.; Hart, S. C.; Johnson, D. W.; Meadows, M. W.

    2015-12-01

    Most biogeochemical studies in forests have concentrated on nutrient pools and transformations occurring at relatively large spatial scales (i.e., stand or small catchment), over monthly or annual time scales. Many of these studies have also focused on the average or medial values observed across the spatial or temporal scale studied, discounting outliers. However, extremely high values found consistently (hot spot) or infrequently (hot moment) at a given soil microsite may be critical for nutrient acquisition by organisms and nutrient retention by terrestrial ecosystems. We have been evaluating soil nutrient hot-spot and hot-moment phenomena vertically (to a 60-cm depth) and horizontally (2-m sampling interval within a 6 m x 6 m grid) in two areas within a mixed-conifer, Sierran forest experiencing a Mediterranean-type climate. Nutrient fluxes in space and time were measured using ion exchange resin capsules placed at various depths and collected at two times (first significant precipitation in fall and post-snowmelt in spring) per year. Our previous work over a single year showed that fluxes of Ca2+ and Mg2+ in mineral soil were substantially greater in the spring than in the fall, suggesting that soil water was a major factor in controlling these nutrient fluxes. The opposite pattern was found for NH4+ and Na+, where greater fluxes occurred following the first precipitation event in fall. Here, we report new data over two additional years at these same sites. Over the entire 3-year study, nutrient fluxes were greater in the fall for all mineral soil nutrients except Ca2+ and Mg2+. Calcium fluxes were consistent with previous results; however, Mg2+ demonstrated no statistical significance between fall and spring sampling dates. Generally, the number of high statistical outliers persisted through time for Ca2+ and Mg2+, suggesting hot spots for these nutrients. In contrast, large seasonal and annual changes in the number of high statistical outliers occurred for

  8. Detecting outliers when fitting data with nonlinear regression – a new method based on robust nonlinear regression and the false discovery rate

    PubMed Central

    Motulsky, Harvey J; Brown, Ronald E

    2006-01-01

    Background Nonlinear regression, like linear regression, assumes that the scatter of data around the ideal curve follows a Gaussian or normal distribution. This assumption leads to the familiar goal of regression: to minimize the sum of the squares of the vertical or Y-value distances between the points and the curve. Outliers can dominate the sum-of-the-squares calculation, and lead to misleading results. However, we know of no practical method for routinely identifying outliers when fitting curves with nonlinear regression. Results We describe a new method for identifying outliers when fitting data with nonlinear regression. We first fit the data using a robust form of nonlinear regression, based on the assumption that scatter follows a Lorentzian distribution. We devised a new adaptive method that gradually becomes more robust as the method proceeds. To define outliers, we adapted the false discovery rate approach to handling multiple comparisons. We then remove the outliers, and analyze the data using ordinary least-squares regression. Because the method combines robust regression and outlier removal, we call it the ROUT method. When analyzing simulated data, where all scatter is Gaussian, our method detects (falsely) one or more outlier in only about 1–3% of experiments. When analyzing data contaminated with one or several outliers, the ROUT method performs well at outlier identification, with an average False Discovery Rate less than 1%. Conclusion Our method, which combines a new method of robust nonlinear regression with a new method of outlier identification, identifies outliers from nonlinear curve fits with reasonable power and few false positives. PMID:16526949

  9. Mineral deposit densities for estimating mineral resources

    USGS Publications Warehouse

    Singer, Donald A.

    2008-01-01

    Estimates of numbers of mineral deposits are fundamental to assessing undiscovered mineral resources. Just as frequencies of grades and tonnages of well-explored deposits can be used to represent the grades and tonnages of undiscovered deposits, the density of deposits (deposits/area) in well-explored control areas can serve to represent the number of deposits. Empirical evidence presented here indicates that the processes affecting the number and quantity of resources in geological settings are very general across many types of mineral deposits. For podiform chromite, porphyry copper, and volcanogenic massive sulfide deposit types, the size of tract that geologically could contain the deposits is an excellent predictor of the total number of deposits. The number of mineral deposits is also proportional to the type’s size. The total amount of mineralized rock is also proportional to size of the permissive area and the median deposit type’s size. Regressions using these variables provide a means to estimate the density of deposits and the total amount of mineralization. These powerful estimators are based on analysis of ten different types of mineral deposits (Climax Mo, Cuban Mn, Cyprus massive sulfide, Franciscan Mn, kuroko massive sulfide, low-sulfide quartz-Au vein, placer Au, podiform Cr, porphyry Cu, and W vein) from 108 permissive control tracts around the world therefore generalizing across deposit types. Despite the diverse and complex geological settings of deposit types studied here, the relationships observed indicate universal controls on the accumulation and preservation of mineral resources that operate across all scales. The strength of the relationships (R 2=0.91 for density and 0.95 for mineralized rock) argues for their broad use. Deposit densities can now be used to provide a guideline for expert judgment or used directly for estimating the number of most kinds of mineral deposits.

  10. Least Median of Squares Filtering of Locally Optimal Point Matches for Compressible Flow Image Registration

    PubMed Central

    Castillo, Edward; Castillo, Richard; White, Benjamin; Rojo, Javier; Guerrero, Thomas

    2012-01-01

    Compressible flow based image registration operates under the assumption that the mass of the imaged material is conserved from one image to the next. Depending on how the mass conservation assumption is modeled, the performance of existing compressible flow methods is limited by factors such as image quality, noise, large magnitude voxel displacements, and computational requirements. The Least Median of Squares Filtered Compressible Flow (LFC) method introduced here is based on a localized, nonlinear least squares, compressible flow model that describes the displacement of a single voxel that lends itself to a simple grid search (block matching) optimization strategy. Spatially inaccurate grid search point matches, corresponding to erroneous local minimizers of the nonlinear compressible flow model, are removed by a novel filtering approach based on least median of squares fitting and the forward search outlier detection method. The spatial accuracy of the method is measured using ten thoracic CT image sets and large samples of expert determined landmarks (available at www.dir-lab.com). The LFC method produces an average error within the intra-observer error on eight of the ten cases, indicating that the method is capable of achieving a high spatial accuracy for thoracic CT registration. PMID:22797602

  11. Bone mineral density in short bowel syndrome: correlation with BMI and serum vitamins C, E and K.

    PubMed

    Braga, Camila Bitu Moreno; Bizari, Letícia; Suen, Vivian Miguel Marques; Marchini, Júlio Sérgio; Paula, Francisco José Albuquerque de; Cunha, Selma Freire de Carvalho da

    2015-06-01

    Bone loss has been established as a major extra-intestinal complication of short bowel syndrome (SBS). The purpose of this study was to correlate bone mineral density (BMD) with body mass index (BMI), serum vitamin and mineral levels in patients with SBS. The study was conducted on 13 patients (8 male and 5 female, 54.7 ± 11.4 years) with SBS (residual small bowel length of 10 to 100 cm). We determined the food ingestion, anthropometry, serum levels of vitamins C, A, D, E and K, as well as serum and urinary levels of phosphorus and calcium. BMD was measured by dual-energy x-ray absorptiometry (DXA). Osteopenia and osteoporosis was diagnosed in all but one SBS patient. Serum levels of vitamin D were low in all volunteers. Sixty-one percent of patients had vitamin E deficiency; hypovitaminosis A and C occurred in one subject. BMI and C, E and K vitamin serum levels correlated with T-score of BMD. Osteopenia and osteoporosis were common in SBS patients. There was a correlation between BMD and the serum levels of vitamins C, E and K, an indicative that such vitamins may influence bone health.

  12. Time of Flight Estimation in the Presence of Outliers: A Biosonar-Inspired Machine Learning Approach

    DTIC Science & Technology

    2013-08-29

    REPORT Time of Flight Estimation in the Presence of Outliers: A biosonar -inspired machine learning approach 14. ABSTRACT 16. SECURITY CLASSIFICATION OF...installations, biosonar , remote sensing, sonar resolution, sonar accuracy, sonar energy consumption Nathan Intrator, Leon N Cooper Brown University...Presence of Outliers: A biosonar -inspired machine learning approach Report Title ABSTRACT When the Signal-to-Noise Ratio (SNR) falls below a certain

  13. Comparison of outliers and novelty detection to identify ionospheric TEC irregularities during geomagnetic storm and substorm

    NASA Astrophysics Data System (ADS)

    Pattisahusiwa, Asis; Houw Liong, The; Purqon, Acep

    2016-08-01

    In this study, we compare two learning mechanisms: outliers and novelty detection in order to detect ionospheric TEC disturbance by November 2004 geomagnetic storm and January 2005 substorm. The mechanisms are applied by using v-SVR learning algorithm which is a regression version of SVM. Our results show that both mechanisms are quiet accurate in learning TEC data. However, novelty detection is more accurate than outliers detection in extracting anomalies related to geomagnetic events. The detected anomalies by outliers detection are mostly related to trend of data, while novelty detection are associated to geomagnetic events. Novelty detection also shows evidence of LSTID during geomagnetic events.

  14. Detection of outliers in the response and explanatory variables of the simple circular regression model

    NASA Astrophysics Data System (ADS)

    Mahmood, Ehab A.; Rana, Sohel; Hussin, Abdul Ghapor; Midi, Habshah

    2016-06-01

    The circular regression model may contain one or more data points which appear to be peculiar or inconsistent with the main part of the model. This may be occur due to recording errors, sudden short events, sampling under abnormal conditions etc. The existence of these data points "outliers" in the data set cause lot of problems in the research results and the conclusions. Therefore, we should identify them before applying statistical analysis. In this article, we aim to propose a statistic to identify outliers in the both of the response and explanatory variables of the simple circular regression model. Our proposed statistic is robust circular distance RCDxy and it is justified by the three robust measurements such as proportion of detection outliers, masking and swamping rates.

  15. 42 CFR 412.86 - Payment for extraordinarily high-cost day outliers.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... Outlier Cases, Special Treatment Payment for New Technology, and Payment Adjustment for Certain Replaced... amended at 62 FR 46028, Aug. 29, 1997] Additional Special Payment for Certain New Technology ...

  16. 42 CFR 412.86 - Payment for extraordinarily high-cost day outliers.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... Outlier Cases, Special Treatment Payment for New Technology, and Payment Adjustment for Certain Replaced... amended at 62 FR 46028, Aug. 29, 1997] Additional Special Payment for Certain New Technology ...

  17. 76 FR 44079 - M (2003) PLC (f/k/a Marconi PLC), Mayfair Mining & Minerals, Inc., MM2 Group, Inc., Nayna...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-07-22

    ... SECURITIES AND EXCHANGE COMMISSION [File No. 500-1] M (2003) PLC (f/k/a Marconi PLC), Mayfair Mining & Minerals, Inc.,MM2 Group, Inc., Nayna Networks, Inc., NCT Group, Inc., and Neptune Industries... securities of M (2003) PLC (f/k/a Marconi PLC) because it has not filed any periodic reports since the period...

  18. Minerals in our environment

    USGS Publications Warehouse

    Weathers, Judy; Galloway, John; Frank, Dave

    2000-01-01

    Minerals are found everywhere in our daily lives. This poster depicts numerous items found throughout a home, and the mineral(s) or mineral resources used in the ingredients of, or construction/manufacturing of those items. Designed for K-8 Teachers this poster can be scaled and is printable at 36" x 60" and legible at 11" x 17" in size.

  19. Robust Regression Procedures for Predictor Variable Outliers.

    DTIC Science & Technology

    1982-03-01

    space of probability dis- tributions. Then the influence function of the estimator is defined to be the derivative of the functional evaluated at the...measure of the impact of an outlier x0 on the estimator . . . . . .0 10 T(F) is the " influence function " which is defined to be T(F) - lirT(F")-T(F...positive and negative directions. An em- pirical influence function can be defined in a similar fashion simply by replacing F with F in eqn. (3.4).n

  20. Mineral oil paraffins in human body fat and milk.

    PubMed

    Concin, Nicole; Hofstetter, Gerda; Plattner, Barbara; Tomovski, Caroline; Fiselier, Katell; Gerritzen, Kerstin; Fessler, Siegfried; Windbichler, Gudrun; Zeimet, Alain; Ulmer, Hanno; Siegl, Harald; Rieger, Karl; Concin, Hans; Grob, Koni

    2008-02-01

    Paraffins of mineral oil origin (mineral paraffins) were analyzed in tissue fat collected from 144 volunteers with Caesarean sections as well as in milk fat from days 4 and 20 after birth of the same women living in Austria. In the tissue samples, the composition of the mineral paraffins was largely identical and consisted of an unresolved mixture of iso- and cycloalkanes, in gas chromatographic retention times ranging from n-C(17) to n-C(32) and centered at n-C(23)/C(24). Since the mineral oil products we are exposed to range from much smaller to much higher molecular mass and may contain prominent n-alkanes, the contaminants in the tissue fat must be a residue from selective uptake, elimination by evaporation and metabolic degradation. Concentrations varied between 15 and 360 mg/kg fat, with an average of 60.7 mg/kg and a median of 52.5 mg/kg. Mineral paraffins might be the largest contaminant of our body, widely amounting to 1g per person and reaching 10 g in extreme cases. If food were the main source, exposure data would suggest the mineral paraffins being accumulated over many years or even lifetime. The milk samples of day 4 contained virtually the same mixture of mineral paraffins as the tissue fat at concentrations between 10 and 355 mg/kg (average, 44.6 mg/kg; median, 30 mg/kg). The fats from the day 20 milks contained <5-285 mg/kg mineral paraffins (average, 21.7; median, 10mg/kg), whereby almost all elevated concentrations were linked with a modified composition, suggesting a new source, such as the use of breast salves. The contamination of the milk fat with mineral paraffins seems to decrease more rapidly than for other organic contaminants, and the transfer of mineral paraffins to the baby amounts to only around 1% of that in the body of the mother.

  1. Outliers, Cheese, and Rhizomes: Variations on a Theme of Limitation

    ERIC Educational Resources Information Center

    Stone, Lynda

    2011-01-01

    All research has limitations, for example, from paradigm, concept, theory, tradition, and discipline. In this article Lynda Stone describes three exemplars that are variations on limitation and are "extraordinary" in that they change what constitutes future research in each domain. Malcolm Gladwell's present day study of outliers makes a…

  2. Exploring Innovative Approaches and Patient-Centered Outcomes from Positive Outliers in Childhood Obesity

    PubMed Central

    Sharifi, Mona; Marshall, Gareth; Goldman, Roberta; Rifas-Shiman, Sheryl L; Horan, Christine M; Koziol, Renata; Marshall, Richard; Sequist, Thomas D; Taveras, Elsie M

    2015-01-01

    Objective New approaches for obesity prevention and management can be gleaned from 'positive outliers', i.e., individuals who have succeeded in changing health behaviors and reducing their body mass index (BMI) in the context of adverse built and social environments. We explored perspectives and strategies of parents of positive outlier children living in high risk neighborhoods. Methods We collected up to five years of height/weight data from the electronic health records of 22,443 Massachusetts children, ages 6-12 years, seen for well-child care. We identified children with any history of BMI ≥95th percentile (n=4007) and generated a BMI z-score slope for each child using a linear mixed effects model. We recruited parents for focus groups from the sub-sample of children with negative slopes who also lived in zip codes where >15% of children were obese. We analyzed focus group transcripts using an immersion/crystallization approach. Results We reached thematic saturation after 5 focus groups with 41 parents. Commonly cited outcomes that mattered most to parents and motivated change were child inactivity, above-average clothing sizes, exercise intolerance, and negative peer interactions; few reported BMI as a motivator. Convergent strategies among positive outlier families were family-level changes, parent modeling, consistency, household rules/limits, and creativity in overcoming resistance. Parents voiced preferences for obesity interventions that include tailored education and support that extend outside clinical settings and are delivered by both health care professionals and successful peers. Conclusions Successful strategies learned from positive outlier families can be generalized and tested to accelerate progress in reducing childhood obesity. PMID:25439163

  3. Exploring innovative approaches and patient-centered outcomes from positive outliers in childhood obesity.

    PubMed

    Sharifi, Mona; Marshall, Gareth; Goldman, Roberta; Rifas-Shiman, Sheryl L; Horan, Christine M; Koziol, Renata; Marshall, Richard; Sequist, Thomas D; Taveras, Elsie M

    2014-01-01

    New approaches for obesity prevention and management can be gleaned from positive outliers-that is, individuals who have succeeded in changing health behaviors and reducing their body mass index (BMI) in the context of adverse built and social environments. We explored perspectives and strategies of parents of positive outlier children living in high-risk neighborhoods. We collected up to 5 years of height/weight data from the electronic health records of 22,443 Massachusetts children, ages 6 to 12 years, seen for well-child care. We identified children with any history of BMI in the 95th percentile or higher (n = 4007) and generated a BMI z-score slope for each child using a linear mixed effects model. We recruited parents for focus groups from the subsample of children with negative slopes who also lived in zip codes where >15% of children were obese. We analyzed focus group transcripts using an immersion/crystallization approach. We reached thematic saturation after 5 focus groups with 41 parents. Commonly cited outcomes that mattered most to parents and motivated change were child inactivity, above-average clothing sizes, exercise intolerance, and negative peer interactions; few reported BMI as a motivator. Convergent strategies among positive outlier families were family-level changes, parent modeling, consistency, household rules/limits, and creativity in overcoming resistance. Parents voiced preferences for obesity interventions that include tailored education and support that extend outside clinical settings and are delivered by both health care professionals and successful peers. Successful strategies learned from positive outlier families can be generalized and tested to accelerate progress in reducing childhood obesity. Copyright © 2014 Academic Pediatric Association. Published by Elsevier Inc. All rights reserved.

  4. Abundant Topological Outliers in Social Media Data and Their Effect on Spatial Analysis.

    PubMed

    Westerholt, Rene; Steiger, Enrico; Resch, Bernd; Zipf, Alexander

    2016-01-01

    Twitter and related social media feeds have become valuable data sources to many fields of research. Numerous researchers have thereby used social media posts for spatial analysis, since many of them contain explicit geographic locations. However, despite its widespread use within applied research, a thorough understanding of the underlying spatial characteristics of these data is still lacking. In this paper, we investigate how topological outliers influence the outcomes of spatial analyses of social media data. These outliers appear when different users contribute heterogeneous information about different phenomena simultaneously from similar locations. As a consequence, various messages representing different spatial phenomena are captured closely to each other, and are at risk to be falsely related in a spatial analysis. Our results reveal indications for corresponding spurious effects when analyzing Twitter data. Further, we show how the outliers distort the range of outcomes of spatial analysis methods. This has significant influence on the power of spatial inferential techniques, and, more generally, on the validity and interpretability of spatial analysis results. We further investigate how the issues caused by topological outliers are composed in detail. We unveil that multiple disturbing effects are acting simultaneously and that these are related to the geographic scales of the involved overlapping patterns. Our results show that at some scale configurations, the disturbances added through overlap are more severe than at others. Further, their behavior turns into a volatile and almost chaotic fluctuation when the scales of the involved patterns become too different. Overall, our results highlight the critical importance of thoroughly considering the specific characteristics of social media data when analyzing them spatially.

  5. Abundant Topological Outliers in Social Media Data and Their Effect on Spatial Analysis

    PubMed Central

    Zipf, Alexander

    2016-01-01

    Twitter and related social media feeds have become valuable data sources to many fields of research. Numerous researchers have thereby used social media posts for spatial analysis, since many of them contain explicit geographic locations. However, despite its widespread use within applied research, a thorough understanding of the underlying spatial characteristics of these data is still lacking. In this paper, we investigate how topological outliers influence the outcomes of spatial analyses of social media data. These outliers appear when different users contribute heterogeneous information about different phenomena simultaneously from similar locations. As a consequence, various messages representing different spatial phenomena are captured closely to each other, and are at risk to be falsely related in a spatial analysis. Our results reveal indications for corresponding spurious effects when analyzing Twitter data. Further, we show how the outliers distort the range of outcomes of spatial analysis methods. This has significant influence on the power of spatial inferential techniques, and, more generally, on the validity and interpretability of spatial analysis results. We further investigate how the issues caused by topological outliers are composed in detail. We unveil that multiple disturbing effects are acting simultaneously and that these are related to the geographic scales of the involved overlapping patterns. Our results show that at some scale configurations, the disturbances added through overlap are more severe than at others. Further, their behavior turns into a volatile and almost chaotic fluctuation when the scales of the involved patterns become too different. Overall, our results highlight the critical importance of thoroughly considering the specific characteristics of social media data when analyzing them spatially. PMID:27611199

  6. Genomic signatures of positive selection in humans and the limits of outlier approaches.

    PubMed

    Kelley, Joanna L; Madeoy, Jennifer; Calhoun, John C; Swanson, Willie; Akey, Joshua M

    2006-08-01

    Identifying regions of the human genome that have been targets of positive selection will provide important insights into recent human evolutionary history and may facilitate the search for complex disease genes. However, the confounding effects of population demographic history and selection on patterns of genetic variation complicate inferences of selection when a small number of loci are studied. To this end, identifying outlier loci from empirical genome-wide distributions of genetic variation is a promising strategy to detect targets of selection. Here, we evaluate the power and efficiency of a simple outlier approach and describe a genome-wide scan for positive selection using a dense catalog of 1.58 million SNPs that were genotyped in three human populations. In total, we analyzed 14,589 genes, 385 of which possess patterns of genetic variation consistent with the hypothesis of positive selection. Furthermore, several extended genomic regions were found, spanning >500 kb, that contained multiple contiguous candidate selection genes. More generally, these data provide important practical insights into the limits of outlier approaches in genome-wide scans for selection, provide strong candidate selection genes to study in greater detail, and may have important implications for disease related research.

  7. The internal structure of eclogite-facies ophiolite complexes: Implications from the Austroalpine outliers within the Zermatt-Saas Zone, Western Alps

    NASA Astrophysics Data System (ADS)

    Weber, Sebastian; Martinez, Raul

    2016-04-01

    The Western Alpine Penninic domain is a classical accretionary prism that formed after the closure of the Penninic oceans in the Paleogene. Continental and oceanic nappes were telescoped into the Western Alpine stack associated with continent-continent collision. Within the Western Alpine geologic framework, the ophiolite nappes of the Zermatt-Saas Zone and the Tsate Unit are the remnants of the southern branch of the Piemonte-Liguria ocean basin. In addition, a series of continental basement slices reported as lower Austroalpine outliers have preserved an eclogitic high-pressure imprint, and are tectonically sandwiched between these oceanic nappes. Since the outliers occur at an unusual intra-ophiolitic setting and show a polymetamorphic character, this group of continental slices is of special importance for understanding the tectono-metamorphic evolution of Western Alps. Recently, more geochronological data from the Austroalpine outliers have become available that make it possible to establish a more complete picture of their complex geological history. The Lu-Hf garnet-whole rock ages for prograde growth of garnet fall into the time interval of 52 to 62 Ma (Weber et al., 2015, Fassmer et al. 2015), but are consistently higher than the Lu-Hf garnet-whole rock ages from several other locations throughout the Zermatt-Saas zone that range from 52 to 38 Ma (Skora et al., 2015). This discrepancy suggests that the Austroalpine outliers may have been subducted earlier than the ophiolites of the Zermatt-Saas Zone and therefore have been tectonically emplaced into their present intra-ophiolite position. This points to the possibility that the Zermatt-Saas Zone consists of tectonic subunits, which reached their respective pressure peaks over a prolonged time period, approximately 10-20 Ma. The pressure-temperature estimates from several members of the Austroalpine outliers indicate a complex distribution of metamorphic peak conditions, without ultrahigh

  8. Median barrier placement on six-lane, 46-foot median divided freeways

    DOT National Transportation Integrated Search

    2010-11-01

    This report summarizes the research efforts of using finite element modeling and simulations to evaluate the : performance of W-beam guardrails and cable median barriers on six-lane, 46-foot median divided freeways. A : literature review is included ...

  9. Recommended nomenclature for zeolite minerals: Report of the Subcommittee on Zeolites of the International Mineralogical Association, Commission on New Minerals and Mineral Names

    USGS Publications Warehouse

    Coombs, D.S.; Alberti, A.; Armbruster, T.; Artioli, G.; Colella, C.; Galli, E.; Grice, Joel D.; Liebau, F.; Mandarino, J.A.; Minato, H.; Nickel, E.H.; Passaglia, E.; Peacor, D.R.; Quartieri, S.; Rinaldi, R.; Ross, M.; Sheppard, R.A.; Tillmanns, E.; Vezzalini, G.

    1998-01-01

    This report embodies recommendations on zeolite nomenclature approved by the International Mineralogical Association Commission on New Minerals and Mineral Names. In a working definition of a zeolite mineral used for this review, structures containing an interrupted containing an interrupted framework of tetrahedra are accepted where other zeolitic properties prevail, and complete substitution by elements other than Si and Al is alloowed. Separate species are recognized in topologically distinctive compositional series in which different extra-framework cations are the most abundant in atomic proportions. To name these, the appropriate chemical symbol is attached by a hyphen to the series name as a suffix, except for the names harmotome, pollucite and wairakite in the phillipsite and analcime series. Differences in space-group symmetry and in order-disorder relationships in zeolites having the same topologically distinctive framework do not in general provide adequate grounds for recognition of separate species. Zeolite species are not to be distinguished solely in Si:Al ratio except for heulandite (Si:Al < 4.0) and clinoptilolite (Si:Al ??? 4.0). Dehydration, partial hydration and over-hydration are not sufficient grounds for the recognition of separate species of zeolites. Use of the term 'ideal formula' should be avoided in referring to a simplified or averaged formula of zeolite. Newly recognized species in compositional series are as follows: brewsterite-Sr, -Ba; chabazite-Ca, -Na, -K; clinoptilolite-K, -Na, -Ca; dechiardite-Ca, -Na; erionite-Na, -K, -Ca,; faujasite-Na, -Ca, -Mg; ferrierite-Mg, -K, -Na; gmelinite-Na, -Ca, -K; heulandite-Ca, -Na, -K, -Sr; levyne-Ca, -Na; paulingite-K, -Ca; phillipsite-Na, -Ca, -K stilbite-Ca, -Na. Key references, type locality, origin of name, chemical data, IZA structure-type symbols, space-group symmetry, unit-cell dimensions, and comments on structure are listed for 13 compositional series, 82 accepted zeolite mineral

  10. Recommended nomenclature for zeolite minerals: report of the subcommittee on zeolites of the International Mineralogical Association, Commission on new Minerals and Mineral names

    USGS Publications Warehouse

    Coombs, D.S.; Alberti, A.; Armbruster, T.; Artioli, G.; Colella, C.; Galli, E.; Grice, Joel D.; Liebau, F.; Mandarino, J.A.; Minato, H.; Nickel, E.H.; Passaglia, E.; Peacor, D.R.; Quartieri, S.; Rinaldi, R.; Ross, M.; Sheppard, R.A.; Tillmanns, E.; Vezzalini, G.

    1997-01-01

    This report embodies recommendations on zeolite nomenclature approved by the International Mineralogical Association, Commission on New Minerals and Mineral Names. In a working definition of a zeolite mineral used for this review, structures containing an interrupted framework of tetrahedra are accepted where other zeolitic properties prevail, and complete substitution by elements other than Si and Al is allowed. Separate species are recognized in topologically distinctive compositional series in which different extra-framework cations are the most abundant in atomic proportions. To name these, the appropriate chemicalsymbol is attached by a hyphen to the series name as a suffix, except for the names harmotome, pollucite and wairakite in the phillipsite and analcime series. Differences in space-group symmetry and in order-disorder relationships in zeolites having the same topologically distinctive framework do not in general provide adequate grounds for recognition of separate species. Zeolite species are not to be distinguished solely on the ratio Si:Al except for heulandite (Si:Al < 4.0) and clinoptilolite (Si:Al ??? 4.0). Dehydration, partial hydration, and overhydration are not sufficient grounds for the recognition of separate species of zeolites. Use of the term 'ideal formula' should be avoided in referring to a simplified or averaged formula of a zeolite. newly recognized species in compositional series are as follows: brewsterite-Sr, -Ba, chabazite-Ca, -Na, -K, clinoptilolite-K, -Na, -Ca, dachiardite-Ca, -Na, erionite-Na, erionite-Na, -K, -Ca, faujasite-Na, -Ca, -Mg, ferrierite-Mg, -K, -Na, gmelinite-Na, -Ca, -K, heulandite-Ca, -Na, -K, -Sr, levyne-Ca, -Na, paulingite-K, -Ca, phillipsite-Na, -Ca, -K, and stilbite-Ca, -Na. Key references, type locality, origin of name, chemical data, IZA structure-type symbols, space-group symmetry, unit-cell dimensions, and comments on structure are listed for 13 compositional series, 82 accepted zeolite mineral species

  11. Alteration geochemistry of the volcanic-hosted Dedeninyurdu, Yergen and Fındıklıyar Fe-Cu mineralization at Gökçedoǧan, Çorum-Kargi region, Turkey

    NASA Astrophysics Data System (ADS)

    Gumus, Lokman; Öztürk, Sercan; Yalçın, Cihan; Abdelnasser, Amr; Hanilçi, Nurullah; Kumral, Mustafa

    2016-04-01

    This study is to determine the mass/volume gain and loss of the major and trace elements during the alteration processes on Dedeninyurdu, Yergen and Fındıklıyar Fe-Cu mineralizations of the area. Fe-Cu mineralization occurred in the spilitic volcanic a rock of Saraycık Formation is associated with the different types of alteration zones which are pyritization, silicification and sericitization. The study area comprises Bekirli Formation, Saraycık Formation, Beşpınar Formation, and Ilgaz Formation. Saraycık formation consists of spilitic volcanic rocks with pelagic limestone, siltstone and chert. The ore mineralogical data show that the pyrite, chalcopyrite, covellite, hematite, malachite and goethite formed during three phases of mineralization. As well as the geologic and petrographic studies reveal three alteration zones with definite mineral assemblages; phyllic alteration (quartz + sericite + pyrite) that represents the main alteration and mineralized zone; propylitic alteration; and carbonatized sericitic alteration zone. The boundaries between these zones are gradual. Mass balance calculations suggested that the phyllic alteration zone represented by gain in Si, Fe, K, S, and LOI and loss in Mg, Ca, and Na refers to silicification, sericitization and pyritization as well as replacement of Fe-Mg silicate and plagioclase. While, in the propylitic alteration zone, enrichment of Si, Fe, Mg, LOI and S occurred with depletions of Ca, Na, and K reflecting chloritization alteration type. On the other hand, carbonatized sericitic alteration zone shows local gain in Si, CaO and K reflects the occurrence of calc-silicate alteration. All alteration zones contain a large proportion of sulfide minerals (gain in S) with increase in loss on ignition (LOI). Keywords: Alteration geochemistry; Mass balance calculation, Fe-Cu mineralization; phyllic alteration, propylitic alteration.

  12. The obligation of physicians to medical outliers: a Kantian and Hegelian synthesis.

    PubMed

    Papadimos, Thomas J; Marco, Alan P

    2004-06-03

    Patients who present to medical practices without health insurance or with serious co-morbidities can become fiscal disasters to those who care for them. Their consumption of scarce resources has caused consternation among providers and institutions, especially as it concerns the amount and type of care they should receive. In fact, some providers may try to avoid caring for them altogether, or at least try to limit their institutional or practice exposure to them. We present a philosophical discourse, with emphasis on the writings of Immanuel Kant and G.F.W. Hegel, as to why physicians have the moral imperative to give such "outliers" considerate and thoughtful care. Outliers are defined and the ideals of morality, responsibility, good will, duty, and principle are applied to the care of patients whose financial means are meager and to those whose care is physiologically futile. Actions of moral worth, unconditional good will, and doing what is right are examined. Outliers are a legitimate economic concern to individual practitioners and institutions, however this should not lead to an evasion of care. These patients should be identified early in their course of care, but such identification should be preceded by a well-planned recognition of this burden and appropriate staffing and funding should be secured. A thoughtful team approach by medical practices and their institutions, involving both clinicians and non-clinicians, should be pursued.

  13. A Student’s t Mixture Probability Hypothesis Density Filter for Multi-Target Tracking with Outliers

    PubMed Central

    Liu, Zhuowei; Chen, Shuxin; Wu, Hao; He, Renke; Hao, Lin

    2018-01-01

    In multi-target tracking, the outliers-corrupted process and measurement noises can reduce the performance of the probability hypothesis density (PHD) filter severely. To solve the problem, this paper proposed a novel PHD filter, called Student’s t mixture PHD (STM-PHD) filter. The proposed filter models the heavy-tailed process noise and measurement noise as a Student’s t distribution as well as approximates the multi-target intensity as a mixture of Student’s t components to be propagated in time. Then, a closed PHD recursion is obtained based on Student’s t approximation. Our approach can make full use of the heavy-tailed characteristic of a Student’s t distribution to handle the situations with heavy-tailed process and the measurement noises. The simulation results verify that the proposed filter can overcome the negative effect generated by outliers and maintain a good tracking accuracy in the simultaneous presence of process and measurement outliers. PMID:29617348

  14. Detection of Outliers in TWSTFT Data Used in TAI

    DTIC Science & Technology

    2009-11-01

    41st Annual Precise Time and Time Interval (PTTI) Meeting 421 DETECTION OF OUTLIERS IN TWSTFT DATA USED IN TAI A...data in two-way satellite time and frequency transfer ( TWSTFT ) time links. In the case of TWSTFT data used to calculate International Atomic Time...data; that TWSTFT links can show an underlying slope which renders the standard treatment more difficult. Using phase and frequency filtering

  15. Universal Linear Fit Identification: A Method Independent of Data, Outliers and Noise Distribution Model and Free of Missing or Removed Data Imputation.

    PubMed

    Adikaram, K K L B; Hussein, M A; Effenberger, M; Becker, T

    2015-01-01

    Data processing requires a robust linear fit identification method. In this paper, we introduce a non-parametric robust linear fit identification method for time series. The method uses an indicator 2/n to identify linear fit, where n is number of terms in a series. The ratio Rmax of amax - amin and Sn - amin*n and that of Rmin of amax - amin and amax*n - Sn are always equal to 2/n, where amax is the maximum element, amin is the minimum element and Sn is the sum of all elements. If any series expected to follow y = c consists of data that do not agree with y = c form, Rmax > 2/n and Rmin > 2/n imply that the maximum and minimum elements, respectively, do not agree with linear fit. We define threshold values for outliers and noise detection as 2/n * (1 + k1) and 2/n * (1 + k2), respectively, where k1 > k2 and 0 ≤ k1 ≤ n/2 - 1. Given this relation and transformation technique, which transforms data into the form y = c, we show that removing all data that do not agree with linear fit is possible. Furthermore, the method is independent of the number of data points, missing data, removed data points and nature of distribution (Gaussian or non-Gaussian) of outliers, noise and clean data. These are major advantages over the existing linear fit methods. Since having a perfect linear relation between two variables in the real world is impossible, we used artificial data sets with extreme conditions to verify the method. The method detects the correct linear fit when the percentage of data agreeing with linear fit is less than 50%, and the deviation of data that do not agree with linear fit is very small, of the order of ±10-4%. The method results in incorrect detections only when numerical accuracy is insufficient in the calculation process.

  16. Rank-preserving regression: a more robust rank regression model against outliers.

    PubMed

    Chen, Tian; Kowalski, Jeanne; Chen, Rui; Wu, Pan; Zhang, Hui; Feng, Changyong; Tu, Xin M

    2016-08-30

    Mean-based semi-parametric regression models such as the popular generalized estimating equations are widely used to improve robustness of inference over parametric models. Unfortunately, such models are quite sensitive to outlying observations. The Wilcoxon-score-based rank regression (RR) provides more robust estimates over generalized estimating equations against outliers. However, the RR and its extensions do not sufficiently address missing data arising in longitudinal studies. In this paper, we propose a new approach to address outliers under a different framework based on the functional response models. This functional-response-model-based alternative not only addresses limitations of the RR and its extensions for longitudinal data, but, with its rank-preserving property, even provides more robust estimates than these alternatives. The proposed approach is illustrated with both real and simulated data. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  17. Medians

    DOT National Transportation Integrated Search

    1996-02-01

    This discussion paper summarizes the literature relating to the use of medians on major roadways. The primary focus is on safety due to the sizable amount of literature in this area and the very limited number of studies relating to such topics as th...

  18. Multiple outer-reef tracts along the south Florida bank margin: Outlier reefs, a new windward-margin model

    USGS Publications Warehouse

    Lidz, Barbara H.; Hine, A.C.; Shinn, Eugene A.; Kindinger, Jack G.

    1991-01-01

    High-resolution seismic-reflection profiles off the lower Florida Keys reveal a multiple outlier-reef tract system ~0.5 to 1.5 km sea-ward of the bank margin. The system is characterized by a massive, outer main reef tract of high (28 m) unburied relief that parallels the margin and at least two narrower, discontinuous reef tracts of lower relief between the main tract and the shallow bank-margin reefs. The outer tract is ~0.5 to 1 km wide and extends a distance of ~57 km. A single pass divides the outer tract into two main reefs. The outlier reefs developed on antecedent, low-gradient to horizontal offbank surfaces, interpreted to be Pleistocene beaches that formed terracelike features. Radiocarbon dates of a coral core from the outer tract confirm a pre-Holocene age. These multiple outlier reefs represent a new windward-margin model that presents a significant, unique mechanism for progradation of carbonate platforms during periods of sea-level fluctuation. Infilling of the back-reef terrace basins would create new terraced promontories and would extend or "step" the platform seaward for hundreds of metres. Subsequent outlier-reef development would produce laterally accumulating sequences.

  19. Robust support vector regression networks for function approximation with outliers.

    PubMed

    Chuang, Chen-Chia; Su, Shun-Feng; Jeng, Jin-Tsong; Hsiao, Chih-Ching

    2002-01-01

    Support vector regression (SVR) employs the support vector machine (SVM) to tackle problems of function approximation and regression estimation. SVR has been shown to have good robust properties against noise. When the parameters used in SVR are improperly selected, overfitting phenomena may still occur. However, the selection of various parameters is not straightforward. Besides, in SVR, outliers may also possibly be taken as support vectors. Such an inclusion of outliers in support vectors may lead to seriously overfitting phenomena. In this paper, a novel regression approach, termed as the robust support vector regression (RSVR) network, is proposed to enhance the robust capability of SVR. In the approach, traditional robust learning approaches are employed to improve the learning performance for any selected parameters. From the simulation results, our RSVR can always improve the performance of the learned systems for all cases. Besides, it can be found that even the training lasted for a long period, the testing errors would not go up. In other words, the overfitting phenomenon is indeed suppressed.

  20. The probability of being identified as an outlier with commonly used funnel plot control limits for the standardised mortality ratio.

    PubMed

    Seaton, Sarah E; Manktelow, Bradley N

    2012-07-16

    Emphasis is increasingly being placed on the monitoring of clinical outcomes for health care providers. Funnel plots have become an increasingly popular graphical methodology used to identify potential outliers. It is assumed that a provider only displaying expected random variation (i.e. 'in-control') will fall outside a control limit with a known probability. In reality, the discrete count nature of these data, and the differing methods, can lead to true probabilities quite different from the nominal value. This paper investigates the true probability of an 'in control' provider falling outside control limits for the Standardised Mortality Ratio (SMR). The true probabilities of an 'in control' provider falling outside control limits for the SMR were calculated and compared for three commonly used limits: Wald confidence interval; 'exact' confidence interval; probability-based prediction interval. The probability of falling above the upper limit, or below the lower limit, often varied greatly from the nominal value. This was particularly apparent when there were a small number of expected events: for expected events ≤ 50 the median probability of an 'in-control' provider falling above the upper 95% limit was 0.0301 (Wald), 0.0121 ('exact'), 0.0201 (prediction). It is important to understand the properties and probability of being identified as an outlier by each of these different methods to aid the correct identification of poorly performing health care providers. The limits obtained using probability-based prediction limits have the most intuitive interpretation and their properties can be defined a priori. Funnel plot control limits for the SMR should not be based on confidence intervals.

  1. A robust ridge regression approach in the presence of both multicollinearity and outliers in the data

    NASA Astrophysics Data System (ADS)

    Shariff, Nurul Sima Mohamad; Ferdaos, Nur Aqilah

    2017-08-01

    Multicollinearity often leads to inconsistent and unreliable parameter estimates in regression analysis. This situation will be more severe in the presence of outliers it will cause fatter tails in the error distributions than the normal distributions. The well-known procedure that is robust to multicollinearity problem is the ridge regression method. This method however is expected to be affected by the presence of outliers due to some assumptions imposed in the modeling procedure. Thus, the robust version of existing ridge method with some modification in the inverse matrix and the estimated response value is introduced. The performance of the proposed method is discussed and comparisons are made with several existing estimators namely, Ordinary Least Squares (OLS), ridge regression and robust ridge regression based on GM-estimates. The finding of this study is able to produce reliable parameter estimates in the presence of both multicollinearity and outliers in the data.

  2. The Canadian Home Total Parenteral Nutrition (HTPN) Registry: vitamin K supplementation and bone mineral density.

    PubMed

    Aljarallah, Badr; Fernandes, Gail; Jeejeebhoy, Khursheed N; Gramlich, Leah M; Whittaker, J S; Armstrong, David; Duerksen, Don R; Allard, Johane P

    2012-07-01

    Vitamin K supplementation improves bone health, and its absence might be associated with low bone mineral density (BMD). The authors aim to assess vitamin K supplementation practices in Canadian home parenteral nutrition (HPN) programs and their relationship with BMD. This is a cross-sectional study of 189 patients from the Canadian HPN registry. All 189 patients studied received M.V.I.-12, which does not contain vitamin K. Of those, 41.3% were supplemented with 10 mg of intravenous vitamin K (VK+) weekly, whereas the others did not receive vitamin K except via lipid emulsion (VK-). Short bowel syndrome accounted for 69% of VK+ and 46% of VK- patients. On univariate analysis, VK+ patients had substantially lower body mass index (BMI) and received lower bisphosphonate infusion than did VK-patients. There were no statistically significant differences in HPN calcium or lipid content, liver function test results, age, sex, or reason for HPN between the 2 groups. Patients who were VK+ had higher lumbar spine T scores and hip T scores than did VK-patients. General linear modeling analysis, adjusted for BMI, age, PN magnesium, PN phosphate, PN calcium, and bisphosphonate as possible predictors of BMD, showed a trend toward better hip T scores (P = .063) for VK+ patients compared with VK- patients. In HPN patients supplemented with vitamin K, the trend toward a better hip BMD compared with no supplementation suggests a role for vitamin K in preserving BMD. This requires further study.

  3. ROTATION PERIODS OF YOUNG BROWN DWARFS: K2 SURVEY IN UPPER SCORPIUS

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Scholz, Alexander; Kostov, Veselin; Jayawardhana, Ray

    2015-08-20

    We report rotational periods for 16 young brown dwarfs in the nearby Upper Scorpius association, based on 72 days of high-cadence, high-precision photometry from the Keplerspace telescope’s K2 mission. The periods range from a few hours to two days (plus one outlier at five days), with a median just above one day, confirming that brown dwarfs, except at the very youngest ages, are fast rotators. Interestingly, four of the slowest rotators in our sample exhibit mid-infrared excess emission from disks; at least two also show signs of disk eclipses and accretion in the light curves. Comparing these new periods withmore » those for two other young clusters and simple angular momentum evolution tracks, we find little or no rotational braking in brown dwarfs between 1–10 Myr, in contrast to low-mass stars. Our findings show that disk braking, while still at work, is inefficient in the substellar regime, thus providing an important constraint on the mass dependence of the braking mechanism.« less

  4. Comparison of tests for spatial heterogeneity on data with global clustering patterns and outliers.

    PubMed

    Jackson, Monica C; Huang, Lan; Luo, Jun; Hachey, Mark; Feuer, Eric

    2009-10-12

    The ability to evaluate geographic heterogeneity of cancer incidence and mortality is important in cancer surveillance. Many statistical methods for evaluating global clustering and local cluster patterns are developed and have been examined by many simulation studies. However, the performance of these methods on two extreme cases (global clustering evaluation and local anomaly (outlier) detection) has not been thoroughly investigated. We compare methods for global clustering evaluation including Tango's Index, Moran's I, and Oden's I*(pop); and cluster detection methods such as local Moran's I and SaTScan elliptic version on simulated count data that mimic global clustering patterns and outliers for cancer cases in the continental United States. We examine the power and precision of the selected methods in the purely spatial analysis. We illustrate Tango's MEET and SaTScan elliptic version on a 1987-2004 HIV and a 1950-1969 lung cancer mortality data in the United States. For simulated data with outlier patterns, Tango's MEET, Moran's I and I*(pop) had powers less than 0.2, and SaTScan had powers around 0.97. For simulated data with global clustering patterns, Tango's MEET and I*(pop) (with 50% of total population as the maximum search window) had powers close to 1. SaTScan had powers around 0.7-0.8 and Moran's I has powers around 0.2-0.3. In the real data example, Tango's MEET indicated the existence of global clustering patterns in both the HIV and lung cancer mortality data. SaTScan found a large cluster for HIV mortality rates, which is consistent with the finding from Tango's MEET. SaTScan also found clusters and outliers in the lung cancer mortality data. SaTScan elliptic version is more efficient for outlier detection compared with the other methods evaluated in this article. Tango's MEET and Oden's I*(pop) perform best in global clustering scenarios among the selected methods. The use of SaTScan for data with global clustering patterns should be used with

  5. Comparison of tests for spatial heterogeneity on data with global clustering patterns and outliers

    PubMed Central

    Jackson, Monica C; Huang, Lan; Luo, Jun; Hachey, Mark; Feuer, Eric

    2009-01-01

    Background The ability to evaluate geographic heterogeneity of cancer incidence and mortality is important in cancer surveillance. Many statistical methods for evaluating global clustering and local cluster patterns are developed and have been examined by many simulation studies. However, the performance of these methods on two extreme cases (global clustering evaluation and local anomaly (outlier) detection) has not been thoroughly investigated. Methods We compare methods for global clustering evaluation including Tango's Index, Moran's I, and Oden's I*pop; and cluster detection methods such as local Moran's I and SaTScan elliptic version on simulated count data that mimic global clustering patterns and outliers for cancer cases in the continental United States. We examine the power and precision of the selected methods in the purely spatial analysis. We illustrate Tango's MEET and SaTScan elliptic version on a 1987-2004 HIV and a 1950-1969 lung cancer mortality data in the United States. Results For simulated data with outlier patterns, Tango's MEET, Moran's I and I*pop had powers less than 0.2, and SaTScan had powers around 0.97. For simulated data with global clustering patterns, Tango's MEET and I*pop (with 50% of total population as the maximum search window) had powers close to 1. SaTScan had powers around 0.7-0.8 and Moran's I has powers around 0.2-0.3. In the real data example, Tango's MEET indicated the existence of global clustering patterns in both the HIV and lung cancer mortality data. SaTScan found a large cluster for HIV mortality rates, which is consistent with the finding from Tango's MEET. SaTScan also found clusters and outliers in the lung cancer mortality data. Conclusion SaTScan elliptic version is more efficient for outlier detection compared with the other methods evaluated in this article. Tango's MEET and Oden's I*pop perform best in global clustering scenarios among the selected methods. The use of SaTScan for data with global clustering

  6. Tailor-made Surgical Guide Reduces Incidence of Outliers of Cup Placement.

    PubMed

    Hananouchi, Takehito; Saito, Masanobu; Koyama, Tsuyoshi; Sugano, Nobuhiko; Yoshikawa, Hideki

    2010-04-01

    Malalignment of the cup in total hip arthroplasty (THA) increases the risks of postoperative complications such as neck cup impingement, dislocation, and wear. We asked whether a tailor-made surgical guide based on CT images would reduce the incidence of outliers beyond 10 degrees from preoperatively planned alignment of the cup compared with those without the surgical guide. We prospectively followed 38 patients (38 hips, Group 1) having primary THA with the conventional technique and 31 patients (31 hips, Group 2) using the surgical guide. We designed the guide for Group 2 based on CT images and fixed it to the acetabular edge with a Kirschner wire to indicate the planned cup direction. Postoperative CT images showed the guide reduced the number of outliers compared with the conventional method (Group 1, 23.7%; Group 2, 0%). The surgical guide provided more reliable cup insertion compared with conventional techniques. Level II, therapeutic study. See the Guidelines for Authors for a complete description of levels of evidence.

  7. Applying robust variant of Principal Component Analysis as a damage detector in the presence of outliers

    NASA Astrophysics Data System (ADS)

    Gharibnezhad, Fahit; Mujica, Luis E.; Rodellar, José

    2015-01-01

    Using Principal Component Analysis (PCA) for Structural Health Monitoring (SHM) has received considerable attention over the past few years. PCA has been used not only as a direct method to identify, classify and localize damages but also as a significant primary step for other methods. Despite several positive specifications that PCA conveys, it is very sensitive to outliers. Outliers are anomalous observations that can affect the variance and the covariance as vital parts of PCA method. Therefore, the results based on PCA in the presence of outliers are not fully satisfactory. As a main contribution, this work suggests the use of robust variant of PCA not sensitive to outliers, as an effective way to deal with this problem in SHM field. In addition, the robust PCA is compared with the classical PCA in the sense of detecting probable damages. The comparison between the results shows that robust PCA can distinguish the damages much better than using classical one, and even in many cases allows the detection where classic PCA is not able to discern between damaged and non-damaged structures. Moreover, different types of robust PCA are compared with each other as well as with classical counterpart in the term of damage detection. All the results are obtained through experiments with an aircraft turbine blade using piezoelectric transducers as sensors and actuators and adding simulated damages.

  8. Synthesis of calbindin-D28K during mineralization in human bone marrow stromal cells.

    PubMed Central

    Faucheux, C; Bareille, R; Amedee, J

    1998-01-01

    1alpha,25-Dihydroxyvitamin D3 [1,25(OH)2D3] is known to modulate Ca2+ metabolism in several cell types. Vitamin-D-dependent calcium binding proteins such as calbindin-D28K (28 kDa calcium binding proteins) have been shown to be regulated by 1,25(OH)2D3 but the mechanisms controlling calbindin synthesis are still poorly understood in human osteoblast cell culture models. The human bone marrow stromal cells (HBMSC) described in this paper developed a calcified matrix, expressed osteocalcin (OC), osteopontin (OP) and responded to 1,25(OH)2D3. The expression of vitamin D receptor mRNA was demonstrated by reverse transcription-PCR. Calbindin-D28K protein was identified only in cells arising from the sixth subculture, which exhibited a calcified matrix and all of the osteoblastic markers, e.g. OC and OP. It was demonstrated by dot-immunodetection using immunological probes, and by in situ hybridization using labelled cDNA probes. Moreover, vitamin D3 enhanced calbindin-D28K synthesis as well as OC synthesis and alkaline phosphatase activity. Uptake of 45Ca induced into the matrix by 1,25(OH)2D3 supports the hypothesis that the calcium-enriched matrix could trap calbindin-D proteins. In conclusion, the studies in vitro described in the present paper indicate, for the first time, a possible role of calbindin-D28K in mineralized matrix formation in HBMSC. PMID:9677345

  9. The obligation of physicians to medical outliers: a Kantian and Hegelian synthesis

    PubMed Central

    Papadimos, Thomas J; Marco, Alan P

    2004-01-01

    Background Patients who present to medical practices without health insurance or with serious co-morbidities can become fiscal disasters to those who care for them. Their consumption of scarce resources has caused consternation among providers and institutions, especially as it concerns the amount and type of care they should receive. In fact, some providers may try to avoid caring for them altogether, or at least try to limit their institutional or practice exposure to them. Discussion We present a philosophical discourse, with emphasis on the writings of Immanuel Kant and G.F.W. Hegel, as to why physicians have the moral imperative to give such "outliers" considerate and thoughtful care. Outliers are defined and the ideals of morality, responsibility, good will, duty, and principle are applied to the care of patients whose financial means are meager and to those whose care is physiologically futile. Actions of moral worth, unconditional good will, and doing what is right are examined. Summary Outliers are a legitimate economic concern to individual practitioners and institutions, however this should not lead to an evasion of care. These patients should be identified early in their course of care, but such identification should be preceded by a well-planned recognition of this burden and appropriate staffing and funding should be secured. A thoughtful team approach by medical practices and their institutions, involving both clinicians and non-clinicians, should be pursued. PMID:15176981

  10. Optimum outlier model for potential improvement of environmental cleaning and disinfection.

    PubMed

    Rupp, Mark E; Huerta, Tomas; Cavalieri, R J; Lyden, Elizabeth; Van Schooneveld, Trevor; Carling, Philip; Smith, Philip W

    2014-06-01

    The effectiveness and efficiency of 17 housekeepers in terminal cleaning 292 hospital rooms was evaluated through adenosine triphosphate detection. A subgroup of housekeepers was identified who were significantly more effective and efficient than their coworkers. These optimum outliers may be used in performance improvement to optimize environmental cleaning.

  11. 40 CFR Appendix Xviii to Part 86 - Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks...

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 19 2011-07-01 2011-07-01 false Statistical Outlier Identification... (CONTINUED) Pt. 86, App. XVIII Appendix XVIII to Part 86—Statistical Outlier Identification Procedure for..., but suffer theoretical deficiencies if statistical significance tests are required. Consequently, the...

  12. 40 CFR Appendix Xviii to Part 86 - Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks...

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 19 2010-07-01 2010-07-01 false Statistical Outlier Identification... (CONTINUED) Pt. 86, App. XVIII Appendix XVIII to Part 86—Statistical Outlier Identification Procedure for..., but suffer theoretical deficiencies if statistical significance tests are required. Consequently, the...

  13. Möhnite, (NH4)K2Na(SO4)2, a new guano mineral from Pabellón de Pica, Chile

    NASA Astrophysics Data System (ADS)

    Chukanov, Nikita V.; Aksenov, Sergey M.; Rastsvetaeva, Ramiza K.; Pekov, Igor V.; Belakovskiy, Dmitry I.; Britvin, Sergey N.

    2015-10-01

    The new mineral möhnite, ideally (NH4)K2Na(SO4)2, the ammonium analogue of aphthitalite, is found in a guano deposit on the Pabellón de Pica mountain, near Chanabaya, Iquique Province, Tarapacá Region, Chile. It is associated with salammoniac, halite, joanneumite, natroxalate, nitratine, chanabayaite, and a clay mineral. Möhnite occurs as random aggregates and clusters of brown imperfect bipyramidal or spindle-shaped crystals. The mineral is brittle, with Mohs' hardness of 3; Dmeas is 2.4(1) g/cm3 and Dcalc is 2.461 g/cm3. The IR spectrum shows the presence of NH4 + cations (the bands at 1431, 3076 and 3240 cm-1). Möhnite is almost isotropic, optically neutral; ɛ = ω = 1.505(2). The chemical composition (electron-microprobe data, N determined by gas chromatography of products of ignition, H calculated by stoichiometry, wt%) is: (NH4)2O 7.99, Na2O 9.49, K2O 32.34, SO3 51.32, total 101.14. The empirical formula is (NH4)0.95Na0.95 K2.14S1.99O8. The crystal structure was solved and refined to R = 0.049 based on 241 unique reflections with I > 2σ( I). Möhnite is trigonal, space group P m1, a = 5.7402(3) Å, c = 7.435(1) Å, V = 212.16(4) Å3, Z = 1. The strongest reflections of the powder X-ray diffraction pattern [ d, Å ( I,%) ( hkl)] are: 4.955 (27) (100), 4.122 (37) (101, 011), 3.708 (29) (002), 2.969 (74) (102, 012), 2.861 (100) (110), 2.474 (20) (003), 2.060 (33) (022). The mineral is named in honour of the German amateur mineralogist Gerhard Möhn (born 1959).

  14. Outlier removal, sum scores, and the inflation of the Type I error rate in independent samples t tests: the power of alternatives and recommendations.

    PubMed

    Bakker, Marjan; Wicherts, Jelte M

    2014-09-01

    In psychology, outliers are often excluded before running an independent samples t test, and data are often nonnormal because of the use of sum scores based on tests and questionnaires. This article concerns the handling of outliers in the context of independent samples t tests applied to nonnormal sum scores. After reviewing common practice, we present results of simulations of artificial and actual psychological data, which show that the removal of outliers based on commonly used Z value thresholds severely increases the Type I error rate. We found Type I error rates of above 20% after removing outliers with a threshold value of Z = 2 in a short and difficult test. Inflations of Type I error rates are particularly severe when researchers are given the freedom to alter threshold values of Z after having seen the effects thereof on outcomes. We recommend the use of nonparametric Mann-Whitney-Wilcoxon tests or robust Yuen-Welch tests without removing outliers. These alternatives to independent samples t tests are found to have nominal Type I error rates with a minimal loss of power when no outliers are present in the data and to have nominal Type I error rates and good power when outliers are present. PsycINFO Database Record (c) 2014 APA, all rights reserved.

  15. Variation in the mineral element concentration of Moringa oleifera Lam. and M. stenopetala (Bak. f.) Cuf.: Role in human nutrition.

    PubMed

    Kumssa, Diriba B; Joy, Edward Jm; Young, Scott D; Odee, David W; Ander, E Louise; Broadley, Martin R

    2017-01-01

    Moringa oleifera (MO) and M. stenopetala (MS) (family Moringaceae; order Brassicales) are multipurpose tree/shrub species. They thrive under marginal environmental conditions and produce nutritious edible parts. The aim of this study was to determine the mineral composition of different parts of MO and MS growing in their natural environments and their potential role in alleviating human mineral micronutrient deficiencies (MND) in sub-Saharan Africa. Edible parts of MO (n = 146) and MS (n = 50), co-occurring cereals/vegetables and soils (n = 95) underneath their canopy were sampled from localities in southern Ethiopia and Kenya. The concentrations of seven mineral elements, namely, calcium (Ca), copper (Cu), iodine (I), iron (Fe), magnesium (Mg), selenium (Se), and zinc (Zn) in edible parts and soils were determined using inductively coupled plasma-mass spectrometry. In Ethiopian crops, MS leaves contained the highest median concentrations of all elements except Cu and Zn, which were greater in Enset (a.k.a., false banana). In Kenya, Mo flowers and MS leaves had the highest median Se concentration of 1.56 mg kg-1 and 3.96 mg kg-1, respectively. The median concentration of Se in MS leaves was 7-fold, 10-fold, 23-fold, 117-fold and 147-fold more than that in brassica leaves, amaranth leaves, baobab fruits, sorghum grain and maize grain, respectively. The median Se concentration was 78-fold and 98-fold greater in MO seeds than in sorghum and maize grain, respectively. There was a strong relationship between soil total Se and potassium dihydrogen phosphate (KH2PO4)-extractable Se, and Se concentration in the leaves of MO and MS. This study confirms previous studies that Moringa is a good source of several of the measured mineral nutrients, and it includes the first wide assessment of Se and I concentrations in edible parts of MO and MS grown in various localities. Increasing the consumption of MO and MS, especially the leaves as a fresh vegetable or in powdered form

  16. Mineral Composition of Organically Grown Wheat Genotypes: Contribution to Daily Minerals Intake

    PubMed Central

    Hussain, Abrar; Larsson, Hans; Kuktaite, Ramune; Johansson, Eva

    2010-01-01

    In this study, 321 winter and spring wheat genotypes were analysed for twelve nutritionally important minerals (B, Cu, Fe, Se, Mg, Zn, Ca, Mn, Mo, P, S and K). Some of the genotypes used were from multiple locations and years, resulting in a total number of 493 samples. Investigated genotypes were divided into six genotype groups i.e., selections, old landraces, primitive wheat, spelt, old cultivars and cultivars. For some of the investigated minerals higher concentrations were observed in selections, primitive wheat, and old cultivars as compared to more modern wheat material, e.g., cultivars and spelt wheat. Location was found to have a significant effect on mineral concentration for all genotype groups, although for primitive wheat, genotype had a higher impact than location. Spring wheat was observed to have significantly higher values for B, Cu, Fe, Zn, Ca, S and K as compared to winter wheat. Higher levels of several minerals were observed in the present study, as compared to previous studies carried out in inorganic systems, indicating that organic conditions with suitable genotypes may enhance mineral concentration in wheat grain. This study also showed that a very high mineral concentration, close to daily requirements, can be produced by growing specific primitive wheat genotypes in an organic farming system. Thus, by selecting genotypes for further breeding, nutritional value of the wheat flour for human consumption can be improved. PMID:20948934

  17. Adaptive distributed outlier detection for WSNs.

    PubMed

    De Paola, Alessandra; Gaglio, Salvatore; Lo Re, Giuseppe; Milazzo, Fabrizio; Ortolani, Marco

    2015-05-01

    The paradigm of pervasive computing is gaining more and more attention nowadays, thanks to the possibility of obtaining precise and continuous monitoring. Ease of deployment and adaptivity are typically implemented by adopting autonomous and cooperative sensory devices; however, for such systems to be of any practical use, reliability and fault tolerance must be guaranteed, for instance by detecting corrupted readings amidst the huge amount of gathered sensory data. This paper proposes an adaptive distributed Bayesian approach for detecting outliers in data collected by a wireless sensor network; our algorithm aims at optimizing classification accuracy, time complexity and communication complexity, and also considering externally imposed constraints on such conflicting goals. The performed experimental evaluation showed that our approach is able to improve the considered metrics for latency and energy consumption, with limited impact on classification accuracy.

  18. Potential mineral resources, Payette National Forest, Idaho: description and probabilistic estimation

    USGS Publications Warehouse

    Bookstrom, Arthur A.; Johnson, Bruce R.; Cookro, Theresa M.; Lund, Karen; Watts, Kenneth C.; King, Harley D.; Kleinkopf, Merlin D.; Pitkin, James A.; Sanchez, J. David; Causey, J. Douglas

    1998-01-01

    The Payette National Forest (PNF), in west-central Idaho, is geologically diverse and contains a wide variety of mineral resources. Mineral deposit types are grouped into locatable, leasable, and salable categories. The PNF has substantial past production and identified resources of locatable commodities, including gold, silver, copper, zinc, tungsten, antimony, mercury, and opal. Minor lignitic coal is the only leasable mineral resource known to be present in the PNF. Resources of salable commodities in the PNF include sand-and-gravel, basalt for crushed-rock aggregate, and minor gypsum. Locatable mineral resources are geographically divided between eastern and western parts of the PNF. The western PNF lies west of the Riggins-to-Cascade highway (US 95 - Idaho 55), and the eastern PNF is east of that highway. The western and eastern parts of the PNF are geologically distinctive and have different types of locatable mineral deposits, so their locatable mineral resources are described separately. Within the western and eastern parts of the PNF, locatable deposit types generally are described in order of decreasing geologic age. An expert panel delineated tracts considered geologically permissive and (or) favorable for the occurrence of undiscovered mineral deposits of types that are known to be present within or near the PNF. The panel also estimated probabilities for undiscovered deposits, and used numerical simulation, based on tonnage-grade distribution models, to derive estimates of in-situ metals contained. These estimates are summarized in terms of mean and median measures of central tendency. Most grade and tonnage distributions appear to be log-normal, with the median lower than the mean. Inasmuch as the mean is influenced by the largest deposits in the model tonnage-grade distribution, the median provides a lower measure of central tendency and a more conservative estimation of undiscovered resources.

  19. Outlier Loci and Selection Signatures of Simple Sequence Repeats (SSRs) in Flax (Linum usitatissimum L.).

    PubMed

    Soto-Cerda, Braulio J; Cloutier, Sylvie

    2013-01-01

    Genomic microsatellites (gSSRs) and expressed sequence tag-derived SSRs (EST-SSRs) have gained wide application for elucidating genetic diversity and population structure in plants. Both marker systems are assumed to be selectively neutral when making demographic inferences, but this assumption is rarely tested. In this study, three neutrality tests were assessed for identifying outlier loci among 150 SSRs (85 gSSRs and 65 EST-SSRs) that likely influence estimates of population structure in three differentiated flax sub-populations ( F ST  = 0.19). Moreover, the utility of gSSRs, EST-SSRs, and the combined sets of SSRs was also evaluated in assessing genetic diversity and population structure in flax. Six outlier loci were identified by at least two neutrality tests showing footprints of balancing selection. After removing the outlier loci, the STRUCTURE analysis and the dendrogram topology of EST-SSRs improved. Conversely, gSSRs and combined SSRs results did not change significantly, possibly as a consequence of the higher number of neutral loci assessed. Taken together, the genetic structure analyses established the superiority of gSSRs to determine the genetic relationships among flax accessions, although the combined SSRs produced the best results. Genetic diversity parameters did not differ statistically ( P  > 0.05) between gSSRs and EST-SSRs, an observation partially explained by the similar number of repeat motifs. Our study provides new insights into the ability of gSSRs and EST-SSRs to measure genetic diversity and structure in flax and confirms the importance of testing for the occurrence of outlier loci to properly assess natural and breeding populations, particularly in studies considering only few loci.

  20. A reconnaissance Rb-Sr, Sm-Nd, U-Pb, and K-Ar study of some host rocks and ore minerals in the West Shasta Cu- Zn district, California ( USA).

    USGS Publications Warehouse

    Kistler, R.W.; McKee, E.H.; Futa, K.; Peterman, Z.E.; Zartman, R.E.

    1985-01-01

    The Copley Greenstone, Balaklala Rhyolite, and Mule Mountain stock in the West Shasta Cu-Zn district, California, have Rb-Sr, Sm-Nd, U-Pb, and K-Ar systematics that indicate they are a cogenetic suite of ensimatic island-arc rocks about 400 Ma. Pervasive alteration and mineralization of these rocks, for the most part, was syngenetic and the major component of the mineralizing fluid was Devonian seawater. K-Ar ages of quarz-sericite concentrates from ore horizons and Rb-Sr systematics of a few rock and ore specimens record a later thermal and mineralizing event in the district of about 260 Ma. Contamination of some rocks with pelagic sediments is indicated by the Sm-Nd data. -Authors

  1. Isolation and the interaction between a mineral-weathering Rhizobium tropici Q34 and silicate minerals.

    PubMed

    Wang, Rong Rong; Wang, Qi; He, Lin Yan; Qiu, Gang; Sheng, Xia Fang

    2015-05-01

    The purposes of this study were to isolate and evaluate the interaction between mineral-weathering bacteria and silicate minerals (feldspar and biotite). A mineral-weathering bacterium was isolated from weathered rocks and identified as Rhizobium tropici Q34 based on 16S rRNA gene sequence analysis. Si and K concentrations were increased by 1.3- to 4.0-fold and 1.1- to 1.7-fold in the live bacterium-inoculated cultures compared with the controls respectively. Significant increases in the productions of tartaric and succinic acids and extracellular polysaccharides by strain Q34 were observed in cultures with minerals. Furthermore, significantly more tartaric acid and polysaccharide productions by strain Q34 were obtained in the presence of feldspar, while better growth and more citric acid production of strain Q34 were observed in the presence of biotite. Mineral dissolution experiments showed that the organic acids and polysaccharides produced by strain Q34 were also capable of promoting the release of Si and K from the minerals. The results showed that the growth and metabolite production of strain Q34 were enhanced in the presence of the minerals and different mineral exerted distinct impacts on the growth and metabolite production. The bio-weathering process is probably a synergistic action of organic acids and extracellular polysaccharides produced by the bacterium.

  2. Open-Source Radiation Exposure Extraction Engine (RE3) with Patient-Specific Outlier Detection.

    PubMed

    Weisenthal, Samuel J; Folio, Les; Kovacs, William; Seff, Ari; Derderian, Vana; Summers, Ronald M; Yao, Jianhua

    2016-08-01

    We present an open-source, picture archiving and communication system (PACS)-integrated radiation exposure extraction engine (RE3) that provides study-, series-, and slice-specific data for automated monitoring of computed tomography (CT) radiation exposure. RE3 was built using open-source components and seamlessly integrates with the PACS. RE3 calculations of dose length product (DLP) from the Digital imaging and communications in medicine (DICOM) headers showed high agreement (R (2) = 0.99) with the vendor dose pages. For study-specific outlier detection, RE3 constructs robust, automatically updating multivariable regression models to predict DLP in the context of patient gender and age, scan length, water-equivalent diameter (D w), and scanned body volume (SBV). As proof of concept, the model was trained on 811 CT chest, abdomen + pelvis (CAP) exams and 29 outliers were detected. The continuous variables used in the outlier detection model were scan length (R (2)  = 0.45), D w (R (2) = 0.70), SBV (R (2) = 0.80), and age (R (2) = 0.01). The categorical variables were gender (male average 1182.7 ± 26.3 and female 1047.1 ± 26.9 mGy cm) and pediatric status (pediatric average 710.7 ± 73.6 mGy cm and adult 1134.5 ± 19.3 mGy cm).

  3. Vitamin K does not prevent soft tissue mineralization in a mouse model of pseudoxanthoma elasticum

    PubMed Central

    Brampton, Christopher; Yamaguchi, Yukiko; Vanakker, Olivier; Laer, Lut Van; Chen, Li-Hsieh; Thakore, Manoj; De Paepe, Anne; Pomozi, Viola; Szabó, Pál T; Martin, Ludovic; Váradi, András

    2011-01-01

    Pseudoxanthoma elasticum (PXE) is a heritable disease characterized by calcified elastic fibers in cutaneous, ocular and vascular tissues. PXE is caused by mutations in ABCC6, which encodes a protein of the ATP-driven organic anion transporter family. The inability of this transporter to secrete its substrate into the circulation is the likely cause of PXE. Vitamin K plays a role in the regulation of mineralization processes as a co-factor in the carboxylation of calcification inhibitors such as Matrix Gla Protein (MGP). Vitamin K precursor or a conjugated form has been proposed as potential substrate(s) for ABCC6. We investigated whether an enriched diet of vitamin K1 or vitamin K2 (MK4) could stop or slow the disease progression in Abcc6-/- mice. Abcc6-/- mice were placed on a diet of either vitamin K1 or MK4 at 5 or 100 mg/kg at prenatal, 3 weeks or 3 months of age. Disease progression was quantified by measuring the calcium content of one side of the mouse muzzle skin and histological staining for calcium of the opposing side. Raising the vitamin K1 or MK4 content of the diet increased the concentration of circulating MK4 in the serum. However, this increase did not significantly affect the MGP carboxylation status or reduce its abnormal abundance, the total calcium content or the pathologic calcification in the whiskers of the 3 treatment groups compared to controls. Our findings showed that raising the dietary intake of vitamin K1 or MK4 was not beneficial in the treatment of PXE and suggested that the availability of vitamin K may not be a limiting factor in this pathology. PMID:21597330

  4. Recommended nomenclature for zeolite minerals: report of the subcommittee on zeolites of the International Mineralogical Association, Commission of New Minerals and Mineral Names

    USGS Publications Warehouse

    Coombs, D.S.; Alberti, A.; Armbruster, T.; Artioli, G.; Colella, C.; Galli, E.; Grice, Joel D.; Liebau, F.; Mandarino, J.A.; Minato, H.; Nickel, E.H.; Passaglia, E.; Peacor, D.R.; Quartieri, S.; Rinaldi, R.; Ross, M.; Sheppard, R.A.; Tillmanns, E.; Vezzalini, G.

    1998-01-01

    This report embodies recommendations on zeolite nomenclature approved by the International Mineralogical Association Commission of New Minerals and Mineral Names. In a working definition of a zeolite mineral used for review, interrupted tetrahedral framework structures are accepted where other zeolitic properties prevail, and complete substitution by elements other than Si and Al is allowed. Separate species are recognized in topologically distinctive compositional series in which different extra-framework cations are the most abundance in atomic proportions. To name these, the appropriate chemical symbol is attached by a hyphen to the series name as a suffix except for the names harmotome, pollucite and wairakite in the phillipsite and analcime series. Differences in space-group symmetry and in order-disorder relationships in zeolites having the same topologically distinctive framework do not in general provide adequate grounds for recognition of separate species. Zeolite species are not to be distinguished solely on Si:Al ratio except for heulandite (Si:Al < 4.0) and clinoptilolite (Si:Al ??? 4.0). Dehydration, partial hydration, and over-hydration are not sufficient grounds for the recognition of separate species of zeolites. Use of the term 'ideal formula' should be avoided in referring to a simplified or averaged formula of a zeolite. Newly recognized species in compositional series are as follows: brewsterite-Sr.-Ba: chabazite-Ca.-Na.-K; clinoptilolite-K, -Na, -Ca: dachiardite-Ca, -Na; erionite-K, -Ca: faujasite-Na, -Ca, -Na: paulingite-K. -Ca; phillipsite-Na, -Ca, -Ka; stilbite-Ca, -Na. Key references, type locality, origin of name, chemical data. IZA structure-type symbols, space-group symmetry; unit-cell dimensions, and comments on structure are listed for 13 compositional series, 82 accepted zeolite mineral species, and three of doubtful status. Herschelite, leonhardite, svetlozarite, and wellsite are discredited as mineral species names. Obsolete and

  5. 42 CFR 412.84 - Payment for extraordinarily high-cost cases (cost outliers).

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... Payments for Outlier Cases, Special Treatment Payment for New Technology, and Payment Adjustment for... circumstances: (i) New hospitals that have not yet submitted their first Medicare cost report. (For this purpose, a new hospital is defined as an entity that has not accepted assignment of an existing hospital's...

  6. Does nutrition affect bone porosity and mineral tissue distribution in deer antlers? The relationship between histology, mechanical properties and mineral composition.

    PubMed

    Landete-Castillejos, T; Currey, J D; Ceacero, F; García, A J; Gallego, L; Gomez, S

    2012-01-01

    It is well known that porosity has an inverse relationship with the mechanical properties of bones. We examined cortical and trabecular porosity of antlers, and mineral composition, thickness and mechanical properties in the cortical wall. Samples belonged to two deer populations: a captive population of an experimental farm having a high quality diet, and a free-ranging population feeding on plants of lower nutritive quality. As shown for minerals and mechanical properties in previous studies by our group, cortical and trabecular porosity increased from the base distally. Cortical porosity was always caused by the presence of incomplete primary osteons. Porosity increased along the length of the antler much more in deer with lower quality diet. Despite cortical porosity being inversely related to mechanical properties and positively with K, Zn and other minerals indicating physiological effort, it was these minerals and not porosity that statistically better explained variability in mechanical properties. Histochemistry showed that the reason for this is that Zn is located around incomplete osteons and also in complete osteons that were still mineralizing, whereas K is located in non-osteonal bone, which constitutes a greater proportion of bone where osteons are incompletely mineralized. This suggests that, K, Zn and other minerals indicate reduction in mechanical performance even with little porosity. If a similar process occurred in internal bones, K, Zn and other minerals in the bone may be an early indicator of decrease in mechanical properties and future osteoporosis. In conclusion, porosity is related to diet and physiological effort in deer. Copyright © 2011 Elsevier Inc. All rights reserved.

  7. Nonlinear optimization-based device-free localization with outlier link rejection.

    PubMed

    Xiao, Wendong; Song, Biao; Yu, Xiting; Chen, Peiyuan

    2015-04-07

    Device-free localization (DFL) is an emerging wireless technique for estimating the location of target that does not have any attached electronic device. It has found extensive use in Smart City applications such as healthcare at home and hospitals, location-based services at smart spaces, city emergency response and infrastructure security. In DFL, wireless devices are used as sensors that can sense the target by transmitting and receiving wireless signals collaboratively. Many DFL systems are implemented based on received signal strength (RSS) measurements and the location of the target is estimated by detecting the changes of the RSS measurements of the wireless links. Due to the uncertainty of the wireless channel, certain links may be seriously polluted and result in erroneous detection. In this paper, we propose a novel nonlinear optimization approach with outlier link rejection (NOOLR) for RSS-based DFL. It consists of three key strategies, including: (1) affected link identification by differential RSS detection; (2) outlier link rejection via geometrical positional relationship among links; (3) target location estimation by formulating and solving a nonlinear optimization problem. Experimental results demonstrate that NOOLR is robust to the fluctuation of the wireless signals with superior localization accuracy compared with the existing Radio Tomographic Imaging (RTI) approach.

  8. Combined CT-based and image-free navigation systems in TKA reduces postoperative outliers of rotational alignment of the tibial component.

    PubMed

    Mitsuhashi, Shota; Akamatsu, Yasushi; Kobayashi, Hideo; Kusayama, Yoshihiro; Kumagai, Ken; Saito, Tomoyuki

    2018-02-01

    Rotational malpositioning of the tibial component can lead to poor functional outcome in TKA. Although various surgical techniques have been proposed, precise rotational placement of the tibial component was difficult to accomplish even with the use of a navigation system. The purpose of this study is to assess whether combined CT-based and image-free navigation systems replicate accurately the rotational alignment of tibial component that was preoperatively planned on CT, compared with the conventional method. We compared the number of outliers for rotational alignment of the tibial component using combined CT-based and image-free navigation systems (navigated group) with those of conventional method (conventional group). Seventy-two TKAs were performed between May 2012 and December 2014. In the navigated group, the anteroposterior axis was prepared using CT-based navigation system and the tibial component was positioned under control of the navigation. In the conventional group, the tibial component was placed with reference to the Akagi line that was determined visually. Fisher's exact probability test was performed to evaluate the results. There was a significant difference between the two groups with regard to the number of outliers: 3 outliers in the navigated group compared with 12 outliers in the conventional group (P < 0.01). We concluded that combined CT-based and image-free navigation systems decreased the number of rotational outliers of tibial component, and was helpful for the replication of the accurate rotational alignment of the tibial component that was preoperatively planned.

  9. 42 CFR 412.84 - Payment for extraordinarily high-cost cases (cost outliers).

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... Certain Replaced Devices Payment for Outlier Cases § 412.84 Payment for extraordinarily high-cost cases... each hospital based on the latest available settled cost report for that hospital and charge data for..., whichever is from the latest cost reporting period. (3) For discharges occurring on or after August 8, 2003...

  10. High-precision 41K/39K measurements by MC-ICP-MS indicate terrestrial variability of δ41K

    USGS Publications Warehouse

    Morgan, Leah; Santiago Ramos, Danielle P.; Davidheiser-Kroll, Brett; Faithfull, John; Lloyd, Nicholas S.; Ellam, Rob M.; Higgins, John A.

    2018-01-01

    Potassium is a major component in continental crust, the fourth-most abundant cation in seawater, and a key element in biological processes. Until recently, difficulties with existing analytical techniques hindered our ability to identify natural isotopic variability of potassium isotopes in terrestrial materials. However, measurement precision has greatly improved and a range of K isotopic compositions has now been demonstrated in natural samples. In this study, we present a new technique for high-precision measurement of K isotopic ratios using high-resolution, cold plasma multi-collector mass spectrometry. We apply this technique to demonstrate natural variability in the ratio of 41K to 39K in a diverse group of geological and biological samples, including silicate and evaporite minerals, seawater, and plant and animal tissues. The total range in 41K/39K ratios is ca. 2.6‰, with a long-term external reproducibility of 0.17‰ (2, N=108). Seawater and seawater-derived evaporite minerals are systematically enriched in 41K compared to silicate minerals by ca. 0.6‰, a result consistent with recent findings1, 2. Although our average bulk-silicate Earth value (-0.54‰) is indistinguishable from previously published values, we find systematic δ41K variability in some high-temperature sample suites, particularly those with evidence for the presence of fluids. The δ41K values of biological samples span a range of ca. 1.2‰ between terrestrial mammals, plants, and marine organisms. Implications of terrestrial K isotope variability for the atomic weight of K and K-based geochronology are discussed. Our results indicate that high-precision measurements of stable K isotopes, made using commercially available mass spectrometers, can provide unique insights into the chemistry of potassium in geological and biological systems. 

  11. Variation in the mineral element concentration of Moringa oleifera Lam. and M. stenopetala (Bak. f.) Cuf.: Role in human nutrition

    PubMed Central

    Kumssa, Diriba B; Joy, Edward JM; Young, Scott D; Odee, David W; Ander, E Louise

    2017-01-01

    Background Moringa oleifera (MO) and M. stenopetala (MS) (family Moringaceae; order Brassicales) are multipurpose tree/shrub species. They thrive under marginal environmental conditions and produce nutritious edible parts. The aim of this study was to determine the mineral composition of different parts of MO and MS growing in their natural environments and their potential role in alleviating human mineral micronutrient deficiencies (MND) in sub-Saharan Africa. Methods Edible parts of MO (n = 146) and MS (n = 50), co-occurring cereals/vegetables and soils (n = 95) underneath their canopy were sampled from localities in southern Ethiopia and Kenya. The concentrations of seven mineral elements, namely, calcium (Ca), copper (Cu), iodine (I), iron (Fe), magnesium (Mg), selenium (Se), and zinc (Zn) in edible parts and soils were determined using inductively coupled plasma-mass spectrometry. Results In Ethiopian crops, MS leaves contained the highest median concentrations of all elements except Cu and Zn, which were greater in Enset (a.k.a., false banana). In Kenya, Mo flowers and MS leaves had the highest median Se concentration of 1.56 mg kg-1 and 3.96 mg kg-1, respectively. The median concentration of Se in MS leaves was 7-fold, 10-fold, 23-fold, 117-fold and 147-fold more than that in brassica leaves, amaranth leaves, baobab fruits, sorghum grain and maize grain, respectively. The median Se concentration was 78-fold and 98-fold greater in MO seeds than in sorghum and maize grain, respectively. There was a strong relationship between soil total Se and potassium dihydrogen phosphate (KH2PO4)-extractable Se, and Se concentration in the leaves of MO and MS. Conclusion This study confirms previous studies that Moringa is a good source of several of the measured mineral nutrients, and it includes the first wide assessment of Se and I concentrations in edible parts of MO and MS grown in various localities. Increasing the consumption of MO and MS, especially the leaves as a

  12. ROBUST: an interactive FORTRAN-77 package for exploratory data analysis using parametric, ROBUST and nonparametric location and scale estimates, data transformations, normality tests, and outlier assessment

    NASA Astrophysics Data System (ADS)

    Rock, N. M. S.

    ROBUST calculates 53 statistics, plus significance levels for 6 hypothesis tests, on each of up to 52 variables. These together allow the following properties of the data distribution for each variable to be examined in detail: (1) Location. Three means (arithmetic, geometric, harmonic) are calculated, together with the midrange and 19 high-performance robust L-, M-, and W-estimates of location (combined, adaptive, trimmed estimates, etc.) (2) Scale. The standard deviation is calculated along with the H-spread/2 (≈ semi-interquartile range), the mean and median absolute deviations from both mean and median, and a biweight scale estimator. The 23 location and 6 scale estimators programmed cover all possible degrees of robustness. (3) Normality: Distributions are tested against the null hypothesis that they are normal, using the 3rd (√ h1) and 4th ( b 2) moments, Geary's ratio (mean deviation/standard deviation), Filliben's probability plot correlation coefficient, and a more robust test based on the biweight scale estimator. These statistics collectively are sensitive to most usual departures from normality. (4) Presence of outliers. The maximum and minimum values are assessed individually or jointly using Grubbs' maximum Studentized residuals, Harvey's and Dixon's criteria, and the Studentized range. For a single input variable, outliers can be either winsorized or eliminated and all estimates recalculated iteratively as desired. The following data-transformations also can be applied: linear, log 10, generalized Box Cox power (including log, reciprocal, and square root), exponentiation, and standardization. For more than one variable, all results are tabulated in a single run of ROBUST. Further options are incorporated to assess ratios (of two variables) as well as discrete variables, and be concerned with missing data. Cumulative S-plots (for assessing normality graphically) also can be generated. The mutual consistency or inconsistency of all these measures

  13. A new algorithm for automatic Outlier Detection in GPS Time Series

    NASA Astrophysics Data System (ADS)

    Cannavo', Flavio; Mattia, Mario; Rossi, Massimo; Palano, Mimmo; Bruno, Valentina

    2010-05-01

    Nowadays continuous GPS time series are considered a crucial product of GPS permanent networks, useful in many geo-science fields, such as active tectonics, seismology, crustal deformation and volcano monitoring (Altamimi et al. 2002, Elósegui et al. 2006, Aloisi et al. 2009). Although the GPS data elaboration software has increased in reliability, the time series are still affected by different kind of noise, from the intrinsic noise (e.g. thropospheric delay) to the un-modeled noise (e.g. cycle slips, satellite faults, parameters changing). Typically GPS Time Series present characteristic noise that is a linear combination of white noise and correlated colored noise, and this characteristic is fractal in the sense that is evident for every considered time scale or sampling rate. The un-modeled noise sources result in spikes, outliers and steps. These kind of errors can appreciably influence the estimation of velocities of the monitored sites. The outlier detection in generic time series is a widely treated problem in literature (Wei, 2005), while is not fully developed for the specific kind of GPS series. We propose a robust automatic procedure for cleaning the GPS time series from the outliers and, especially for long daily series, steps due to strong seismic or volcanic events or merely instrumentation changing such as antenna and receiver upgrades. The procedure is basically divided in two steps: a first step for the colored noise reduction and a second step for outlier detection through adaptive series segmentation. Both algorithms present novel ideas and are nearly unsupervised. In particular, we propose an algorithm to estimate an autoregressive model for colored noise in GPS time series in order to subtract the effect of non Gaussian noise on the series. This step is useful for the subsequent step (i.e. adaptive segmentation) which requires the hypothesis of Gaussian noise. The proposed algorithms are tested in a benchmark case study and the results

  14. Median barrier crash severity: some new insights.

    PubMed

    Hu, Wen; Donnell, Eric T

    2010-11-01

    Median barrier is used to prevent cross-median crashes on divided highways. Although it is well documented that crash frequencies increase after installing median barrier, little is known about median barrier crash severity outcomes. The present study estimated a nested logit model of median barrier crash severity using 5 years of data from rural divided highways in North Carolina. Vehicle, driver, roadway, and median cross-section design data were factors considered in the model. A unique aspect of the data used to estimate the model was the availability of median barrier placement and median cross-slope data, two elements not commonly included in roadway inventory data files. The estimation results indicate that collisions with a cable median barrier increase the probability of less-severe crash outcomes relative to collisions with a concrete or guardrail median barrier. Increasing the median barrier offset was associated with a lower probability of severe crash outcomes. The presence of a cable median barrier installed on foreslopes that were between 6H:1V and 10H:1V were associated with an increase in severe crash probabilities when compared to cable median barrier installations on foreslopes that were 10H:1V or flatter. 2010 Elsevier Ltd. All rights reserved.

  15. Optimal Partitioning of a Data Set Based on the "p"-Median Model

    ERIC Educational Resources Information Center

    Brusco, Michael J.; Kohn, Hans-Friedrich

    2008-01-01

    Although the "K"-means algorithm for minimizing the within-cluster sums of squared deviations from cluster centroids is perhaps the most common method for applied cluster analyses, a variety of other criteria are available. The "p"-median model is an especially well-studied clustering problem that requires the selection of "p" objects to serve as…

  16. School meals' centesimal and mineral composition and their nutritional value for Brazilian children.

    PubMed

    França, Fabiana C O; Andrade, Iziane S; Lopes Silva, Mariangela V; Lordêlo, Maurício S; Costa, Renata G; Menezes-Filho, José A

    2018-07-01

    The assessment of meals served under the Brazilian National School Meal Program (PNAE) is an important tool to verify its adequacy to the proposed parameters and the nutritional needs of school-aged children. The aim of this study was to evaluate the centesimal and mineral composition of the meals offered by the program and adequacy to the nutritional recommendations in three municipalities of the state of Bahia, Brazil. Centesimal composition of meals was determined according to the reference guidelines and mineral composition was analyzed by atomic absorption spectrometry. Non-parametric analysis of variance was used to test the differences of the medians among the municipalities and Student-t test to compare the means between the two sampling periods. There were inadequacies in the carbohydrate, lipid and protein contents, and none of the municipalities reached the recommendation of 20%. Mineral concentration, especially Fe, Se, Cu and K were much lower than expected. Sodium levels were three-folds higher than the recommended, being worrisome due to higher risk of elevated blood pressure. There were inadequacies with regard to the PNAE guidelines, and there is a need to reevaluate the meals that are being offered to better meet childreńs needs and to form healthy habits from childhood. Copyright © 2018 Elsevier GmbH. All rights reserved.

  17. Detection of outliers in water quality monitoring samples using functional data analysis in San Esteban estuary (Northern Spain).

    PubMed

    Díaz Muñiz, C; García Nieto, P J; Alonso Fernández, J R; Martínez Torres, J; Taboada, J

    2012-11-15

    Water quality controls involve large number of variables and observations, often subject to some outliers. An outlier is an observation that is numerically distant from the rest of the data or that appears to deviate markedly from other members of the sample in which it occurs. An interesting analysis is to find those observations that produce measurements that are different from the pattern established in the sample. Therefore, identification of atypical observations is an important concern in water quality monitoring and a difficult task because of the multivariate nature of water quality data. Our study provides a new method for detecting outliers in water quality monitoring parameters, using oxygen and turbidity as indicator variables. Until now, methods were based on considering the different parameters as a vector whose components were their concentration values. Our approach lies in considering water quality monitoring through time as curves instead of vectors, that is to say, the data set of the problem is considered as a time-dependent function and not as a set of discrete values in different time instants. The methodology, which is based on the concept of functional depth, was applied to the detection of outliers in water quality monitoring samples in San Esteban estuary. Results were discussed in terms of origin, causes, etc., and compared with those obtained using the conventional method based on vector comparison. Finally, the advantages of the functional method are exposed. Copyright © 2012 Elsevier B.V. All rights reserved.

  18. A comparison of freeway median crash frequency, severity, and barrier strike outcomes by median barrier type.

    PubMed

    Russo, Brendan J; Savolainen, Peter T

    2018-08-01

    Median-crossover crashes are among the most hazardous events that can occur on freeways, often resulting in severe or fatal injuries. The primary countermeasure to reduce the occurrence of such crashes is the installation of a median barrier. When installation of a median barrier is warranted, transportation agencies are faced with the decision among various alternatives including concrete barriers, beam guardrail, or high-tension cable barriers. Each barrier type differs in terms of its deflection characteristics upon impact, the required installation and maintenance costs, and the roadway characteristics (e.g., median width) where installation would be feasible. This study involved an investigation of barrier performance through an in-depth analysis of crash frequency and severity data from freeway segments where high-tension cable, thrie-beam, and concrete median barriers were installed. A comprehensive manual review of crash reports was conducted to identify crashes in which a vehicle left the roadway and encroached into the median. This review also involved an examination of crash outcomes when a barrier strike occurred, which included vehicle containment, penetration, or re-direction onto the travel lanes. The manual review of crash reports provided critical supplementary information through narratives and diagrams not normally available through standard fields on police crash report forms. Statistical models were estimated to identify factors that affect the frequency, severity, and outcomes of median-related crashes, with particular emphases on differences between segments with varying median barrier types. Several roadway-, traffic-, and environmental-related characteristics were found to affect these metrics, with results varying across the different barrier types. The results of this study provide transportation agencies with important guidance as to the in-service performance of various types of median barrier. Copyright © 2018 Elsevier Ltd. All rights

  19. GPU Accelerated Vector Median Filter

    NASA Technical Reports Server (NTRS)

    Aras, Rifat; Shen, Yuzhong

    2011-01-01

    Noise reduction is an important step for most image processing tasks. For three channel color images, a widely used technique is vector median filter in which color values of pixels are treated as 3-component vectors. Vector median filters are computationally expensive; for a window size of n x n, each of the n(sup 2) vectors has to be compared with other n(sup 2) - 1 vectors in distances. General purpose computation on graphics processing units (GPUs) is the paradigm of utilizing high-performance many-core GPU architectures for computation tasks that are normally handled by CPUs. In this work. NVIDIA's Compute Unified Device Architecture (CUDA) paradigm is used to accelerate vector median filtering. which has to the best of our knowledge never been done before. The performance of GPU accelerated vector median filter is compared to that of the CPU and MPI-based versions for different image and window sizes, Initial findings of the study showed 100x improvement of performance of vector median filter implementation on GPUs over CPU implementations and further speed-up is expected after more extensive optimizations of the GPU algorithm .

  20. EM Properties of Magnetic Minerals at RADAR Frequencies

    NASA Technical Reports Server (NTRS)

    Stillman, D. E.; Olhoeft, G. R.

    2005-01-01

    Previous missions to Mars have revealed that Mars surface is magnetic at DC frequency. Does this highly magnetic surface layer attenuate RADAR energy as it does in certain locations on Earth? It has been suggested that the active magnetic mineral on Mars is titanomaghemite and/or titanomagnetite. When titanium is incorporated into a maghemite or magnetite crystal, the Curie temperature can be significantly reduced. Mars has a wide range of daily temperature fluctuations (303K - 143K), which could allow for daily passes through the Curie temperature. Hence, the global dust layer on Mars could experience widely varying magnetic properties as a function of temperature, more specifically being ferromagnetic at night and paramagnetic during the day. Measurements of EM properties of magnetic minerals were made versus frequency and temperature (300K- 180K). Magnetic minerals and Martian analog samples were gathered from a number of different locations on Earth.

  1. A Global Photoionization Response to Prompt Emission and Outliers: Different Origin of Long Gamma-ray Bursts?

    NASA Astrophysics Data System (ADS)

    Wang, J.; Xin, L. P.; Qiu, Y. L.; Xu, D. W.; Wei, J. Y.

    2018-03-01

    By using the line ratio C IV λ1549/C II λ1335 as a tracer of the ionization ratio of the interstellar medium (ISM) illuminated by a long gamma-ray burst (LGRB), we identify a global photoionization response of the ionization ratio to the photon luminosity of the prompt emission assessed by either L iso/E peak or {L}iso}/{E}peak}2. The ionization ratio increases with both L iso/E peak and L iso/E 2 peak for a majority of the LGRBs in our sample, although there are a few outliers. The identified dependence of C IV/C II on {L}iso}/{E}peak}2 suggests that the scatter of the widely accepted Amati relation is related to the ionization ratio in the ISM. The outliers tend to have relatively high C IV/C II values as well as relatively high C IV λ1549/Si IV λ1403 ratios, which suggests an existence of Wolf–Rayet stars in the environment of these LGRBs. We finally argue that the outliers and the LGRBs following the identified C IV/C II‑L iso/E peak ({L}iso}/{E}peak}2) correlation might come from different progenitors with different local environments.

  2. A pre-edge analysis of Mn K-edge XANES spectra to help determine the speciation of manganese in minerals and glasses

    NASA Astrophysics Data System (ADS)

    Chalmin, E.; Farges, F.; Brown, G. E.

    2009-01-01

    High-resolution manganese K-edge X-ray absorption near edge structure spectra were collected on a set of 40 Mn-bearing minerals. The pre-edge feature information (position, area) was investigated to extract as much as possible quantitative valence and symmetry information for manganese in various “test” and “unknown” minerals and glasses. The samples present a range of manganese symmetry environments (tetrahedral, square planar, octahedral, and cubic) and valences (II to VII). The extraction of the pre-edge information is based on a previous multiple scattering and multiplet calculations for model compounds. Using the method described in this study, a robust estimation of the manganese valence could be obtained from the pre-edge region at 5% accuracy level. This method applied to 20 “test” compounds (such as hausmannite and rancieite) and to 15 “unknown” compounds (such as axinite and birnessite) provides a quantitative estimate of the average valence of manganese in complex minerals and silicate glasses.

  3. A method for separating seismo-ionospheric TEC outliers from heliogeomagnetic disturbances by using nu-SVR

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pattisahusiwa, Asis; Liong, The Houw; Purqon, Acep

    Seismo-Ionospheric is a study of ionosphere disturbances associated with seismic activities. In many previous researches, heliogeomagnetic or strong earthquake activities can caused the disturbances in the ionosphere. However, it is difficult to separate these disturbances based on related sources. In this research, we proposed a method to separate these disturbances/outliers by using nu-SVR with the world-wide GPS data. TEC data related to the 26th December 2004 Sumatra and the 11th March 2011 Honshu earthquakes had been analyzed. After analyzed TEC data in several location around the earthquake epicenter and compared with geomagnetic data, the method shows a good result inmore » the average to detect the source of these outliers. This method is promising to use in the future research.« less

  4. Mining Distance Based Outliers in Near Linear Time with Randomization and a Simple Pruning Rule

    NASA Technical Reports Server (NTRS)

    Bay, Stephen D.; Schwabacher, Mark

    2003-01-01

    Defining outliers by their distance to neighboring examples is a popular approach to finding unusual examples in a data set. Recently, much work has been conducted with the goal of finding fast algorithms for this task. We show that a simple nested loop algorithm that in the worst case is quadratic can give near linear time performance when the data is in random order and a simple pruning rule is used. We test our algorithm on real high-dimensional data sets with millions of examples and show that the near linear scaling holds over several orders of magnitude. Our average case analysis suggests that much of the efficiency is because the time to process non-outliers, which are the majority of examples, does not depend on the size of the data set.

  5. Evaluation of the expected moments algorithm and a multiple low-outlier test for flood frequency analysis at streamgaging stations in Arizona

    USGS Publications Warehouse

    Paretti, Nicholas V.; Kennedy, Jeffrey R.; Cohn, Timothy A.

    2014-01-01

    17B-GB and EMA-MGB RPD-boxplot results showed that the median RPDs across all streamgaging stations for the 10-, 1-, and 0.2-percent AEPs, computed using station skew, were approximately zero. As the AEP flow estimates decreased (that is, from 10 to 0.2 percent AEP) the variability in the RPDs increased, indicating that the AEP flow estimate was greater for EMA-MGB when compared to B17B-GB. There was only one RPD greater than 100 percent for the 10- and 1-percent AEP estimates, whereas 19 RPDs exceeded 100 percent for the 0.2-percent AEP. At streamgaging stations with low-outlier data, historical peak-flow data, or both, RPDs ranged from −84 to 262 percent for the 0.2-percent AEP flow estimate. When streamgaging stations were separated by the presence of historical peak-flow data (that is, no low outliers or censored peaks) or by low outlier peak-flow data (no historical data), the results showed that RPD variability was greatest for the 0.2-AEP flow estimates, indicating that the treatment of historical and (or) low-outlier data was different between methods and that method differences were most influential when estimating the less probable AEP flows (1, 0.5, and 0.2 percent). When regional skew information was weighted with the station skew, B17B-GB estimates were generally higher than the EMA-MGB estimates for any given AEP. This was related to the different regional skews and mean square error used in the weighting procedure for each flood frequency analysis. The B17B-GB weighted skew analysis used a more positive regional skew determined in USGS Water Supply Paper 2433 (Thomas and others, 1997), while the EMA-MGB analysis used a more negative regional skew with a lower mean square error determined from a Bayesian generalized least squares analysis. Regional groupings of streamgaging stations reflected differences in physiographic and climatic characteristics. Potentially influential low flows (PILFs) were more prevalent in arid regions of the State, and

  6. Switching non-local median filter

    NASA Astrophysics Data System (ADS)

    Matsuoka, Jyohei; Koga, Takanori; Suetake, Noriaki; Uchino, Eiji

    2015-06-01

    This paper describes a novel image filtering method for removal of random-valued impulse noise superimposed on grayscale images. Generally, it is well known that switching-type median filters are effective for impulse noise removal. In this paper, we propose a more sophisticated switching-type impulse noise removal method in terms of detail-preserving performance. Specifically, the noise detector of the proposed method finds out noise-corrupted pixels by focusing attention on the difference between the value of a pixel of interest (POI) and the median of its neighboring pixel values, and on the POI's isolation tendency from the surrounding pixels. Furthermore, the removal of the detected noise is performed by the newly proposed median filter based on non-local processing, which has superior detail-preservation capability compared to the conventional median filter. The effectiveness and the validity of the proposed method are verified by some experiments using natural grayscale images.

  7. Contrasts within an outlier-reef system: Evidence for differential quaternary evolution, south Florida windward margin, U.S.A.

    USGS Publications Warehouse

    Lidz, B.H.; Shinn, E.A.; Hine, A.C.; Locker, S.D.

    1997-01-01

    Closely spaced, high-resolution, seismic-reflection profiles acquired off the upper Florida Keys (i.e., north) reveal a platform-margin reef-and-trough system grossly similar to, yet quite different from, that previously described off the lower Keys (i.e., south). Profiles and maps generated for both areas show that development was controlled by antecedent Pleistocene topography (presence or absence of an upper-slope bedrock terrace), sediment availability, fluctuating sea level, and coral growth rate and distribution. The north terrace is sediment-covered and exhibits linear, buried, low-relief, seismic features of unknown character and origin. The south terrace is essentially sediment-free and supports multiple, massive, high-relief outlier reefs. Uranium disequilibrium series dates on outlier-reef corals indicate a Pleistocene age (~83-84 ka). A massive Pleistocene reef with both aggradational (north) and progradational (south) aspects forms the modern margin escarpment landward of the terrace. Depending upon interpretation (the north margin-escarpment reef may or may not be an outlier reef), the north margin is either more advanced or less advanced than the south margin. During Holocene sea-level rise, Pleistocene bedrock was inundated earlier and faster first to the north (deeper offbank terrace), then to the south (deeper platform surface). Holocene overgrowth is thick (8 m) on the north outer-bank reefs but thin (0.3 m) on the south outlier reefs. Differential evolution resulted from interplay between fluctuating sea level and energy regime established by prevailing east-southeasterly winds and waves along an arcuate (ENE-WSW) platform margin.

  8. Cancrinite-group minerals behavior at non-ambient conditions

    NASA Astrophysics Data System (ADS)

    Lotti, Paolo; Gatta, G. Diego; Kahlenberg, Volker; Merlini, Marco; Alvaro, Matteo; Cámara, Fernando

    2014-05-01

    Cancrinite-group minerals occur in the late stages of alkaline (SiO2)-undersaturated magmatism and in related effusive or contact rocks. So far only few studies have been devoted to the description of the thermo-elastic behavior, phase-stability and P /T -structure evolution (at the atomic scale) of this mineral group. Cancrinite-group minerals have an open-framework structure characterized by the [CAN]-topology. The [CAN]-framework shows large 12-ring channels, parallel to the c crystallographic axis, bound by columns of cages, the so-called can units. While very limited chemical variation is observed in the framework composition (the composition is almost always [Si6Al6O24]) a remarkable chemical variability is reported for the extraframework components in the cancrinite-group minerals. Two subgroups can be identified according to the extraframework content of the can units: the cancrinite- and the davyne-subgroups, showing Na-H2O and Ca-Cl chains, respectively. The channels are stuffed by cations, anions and molecules. We aimed to model the thermo-elastic behavior and the mechanisms of the (P ,T)-induced structure evolution of cancrinite-group minerals, with special interest on the role played by the extraframework population. The study was restricted to the following (CO3)-rich and (SO4)-rich end-members: cancrinite sensu stricto {[(Na,Ca)6(CO3)1.2-1.7][Na2(H2O)2][Al6Si6O24]}, vishnevite {[(Na,Ca,K)6(SO4)][Na2(H2O)2][Al6Si6O24]}, balliranoite {[(Na,Ca)6(CO3)1.2-1.7][Ca2Cl2][Al6Si6O24]} and davyne {[(Na,Ca,K)6((SO4),Cl)][Ca2Cl2][Al6Si6O24]}. Their high-P and low-T (T < 293 K) behavior was investigated by means of in-situ single-crystal X-ray diffraction, using diamond-anvil cells and (N2)-cryosystems, respectively. The high-T behavior of cancrinite has also been studied by means of in-situ single-crystal X-ray diffraction with a resistive heater. Cancrinite minerals share a similar volume compressibility and thermal expansivity at ambient conditions (cancrinite

  9. Robust detrending, rereferencing, outlier detection, and inpainting for multichannel data.

    PubMed

    de Cheveigné, Alain; Arzounian, Dorothée

    2018-05-15

    Electroencephalography (EEG), magnetoencephalography (MEG) and related techniques are prone to glitches, slow drift, steps, etc., that contaminate the data and interfere with the analysis and interpretation. These artifacts are usually addressed in a preprocessing phase that attempts to remove them or minimize their impact. This paper offers a set of useful techniques for this purpose: robust detrending, robust rereferencing, outlier detection, data interpolation (inpainting), step removal, and filter ringing artifact removal. These techniques provide a less wasteful alternative to discarding corrupted trials or channels, and they are relatively immune to artifacts that disrupt alternative approaches such as filtering. Robust detrending allows slow drifts and common mode signals to be factored out while avoiding the deleterious effects of glitches. Robust rereferencing reduces the impact of artifacts on the reference. Inpainting allows corrupt data to be interpolated from intact parts based on the correlation structure estimated over the intact parts. Outlier detection allows the corrupt parts to be identified. Step removal fixes the high-amplitude flux jump artifacts that are common with some MEG systems. Ringing removal allows the ringing response of the antialiasing filter to glitches (steps, pulses) to be suppressed. The performance of the methods is illustrated and evaluated using synthetic data and data from real EEG and MEG systems. These methods, which are mainly automatic and require little tuning, can greatly improve the quality of the data. Copyright © 2018 The Authors. Published by Elsevier Inc. All rights reserved.

  10. Investigation of IRT-Based Equating Methods in the Presence of Outlier Common Items

    ERIC Educational Resources Information Center

    Hu, Huiqin; Rogers, W. Todd; Vukmirovic, Zarko

    2008-01-01

    Common items with inconsistent b-parameter estimates may have a serious impact on item response theory (IRT)--based equating results. To find a better way to deal with the outlier common items with inconsistent b-parameters, the current study investigated the comparability of 10 variations of four IRT-based equating methods (i.e., concurrent…

  11. Estimating multivariate response surface model with data outliers, case study in enhancing surface layer properties of an aircraft aluminium alloy

    NASA Astrophysics Data System (ADS)

    Widodo, Edy; Kariyam

    2017-03-01

    To determine the input variable settings that create the optimal compromise in response variable used Response Surface Methodology (RSM). There are three primary steps in the RSM problem, namely data collection, modelling, and optimization. In this study focused on the establishment of response surface models, using the assumption that the data produced is correct. Usually the response surface model parameters are estimated by OLS. However, this method is highly sensitive to outliers. Outliers can generate substantial residual and often affect the estimator models. Estimator models produced can be biased and could lead to errors in the determination of the optimal point of fact, that the main purpose of RSM is not reached. Meanwhile, in real life, the collected data often contain some response variable and a set of independent variables. Treat each response separately and apply a single response procedures can result in the wrong interpretation. So we need a development model for the multi-response case. Therefore, it takes a multivariate model of the response surface that is resistant to outliers. As an alternative, in this study discussed on M-estimation as a parameter estimator in multivariate response surface models containing outliers. As an illustration presented a case study on the experimental results to the enhancement of the surface layer of aluminium alloy air by shot peening.

  12. A positive deviance approach to early childhood obesity: cross-sectional characterization of positive outliers.

    PubMed

    Foster, Byron Alexander; Farragher, Jill; Parker, Paige; Hale, Daniel E

    2015-06-01

    Positive deviance methodology has been applied in the developing world to address childhood malnutrition and has potential for application to childhood obesity in the United States. We hypothesized that among children at high-risk for obesity, evaluating normal weight children will enable identification of positive outlier behaviors and practices. In a community at high-risk for obesity, a cross-sectional mixed-methods analysis was done of normal weight, overweight, and obese children, classified by BMI percentile. Parents were interviewed using a semistructured format in regard to their children's general health, feeding and activity practices, and perceptions of weight. Interviews were conducted in 40 homes in the lower Rio Grande Valley in Texas with a largely Hispanic (87.5%) population. Demographics, including income, education, and food assistance use, did not vary between groups. Nearly all (93.8%) parents of normal weight children perceived their child to be lower than the median weight. Group differences were observed for reported juice and yogurt consumption. Differences in both emotional feeding behaviors and parents' internalization of reasons for healthy habits were identified as different between groups. We found subtle variations in reported feeding and activity practices by weight status among healthy children in a population at high risk for obesity. The behaviors and attitudes described were consistent with previous literature; however, the local strategies associated with a healthy weight are novel, potentially providing a basis for a specific intervention in this population.

  13. Comparison of in-hospital versus 30-day mortality assessments for selected medical conditions.

    PubMed

    Borzecki, Ann M; Christiansen, Cindy L; Chew, Priscilla; Loveland, Susan; Rosen, Amy K

    2010-12-01

    In-hospital mortality measures such as the Agency for Healthcare Research and Quality (AHRQ) Inpatient Quality Indicators (IQIs) are easily derived using hospital discharge abstracts and publicly available software. However, hospital assessments based on a 30-day postadmission interval might be more accurate given potential differences in facility discharge practices. To compare in-hospital and 30-day mortality rates for 6 medical conditions using the AHRQ IQI software. We used IQI software (v3.1) and 2004-2007 Veterans Health Administration (VA) discharge and Vital Status files to derive 4-year facility-level in-hospital and 30-day observed mortality rates and observed/expected ratios (O/Es) for admissions with a principal diagnosis of acute myocardial infarction, congestive heart failure, stroke, gastrointestinal hemorrhage, hip fracture, and pneumonia. We standardized software-calculated O/Es to the VA population and compared O/Es and outlier status across sites using correlation, observed agreement, and kappas. Of 119 facilities, in-hospital versus 30-day mortality O/E correlations were generally high (median: r = 0.78; range: 0.31-0.86). Examining outlier status, observed agreement was high (median: 84.7%, 80.7%-89.1%). Kappas showed at least moderate agreement (k > 0.40) for all indicators except stroke and hip fracture (k ≤ 0.22). Across indicators, few sites changed from a high to nonoutlier or low outlier, or vice versa (median: 10, range: 7-13). The AHRQ IQI software can be easily adapted to generate 30-day mortality rates. Although 30-day mortality has better face validity as a hospital performance measure than in-hospital mortality, site assessments were similar despite the definition used. Thus, the measure selected for internal benchmarking should primarily depend on the healthcare system's data linkage capabilities.

  14. Iron Sulfide Minerals Record Microbe-Mineral Interactions in Anoxic Environments

    NASA Astrophysics Data System (ADS)

    Picard, A.; Gartman, A.; Cosmidis, J.; Clarke, D. R.; Girguis, P. R.

    2017-12-01

    The precipitation of most minerals in low-temperature environments on Earth is directly or indirectly influenced by the presence of organic substances and/or microbial biomass. Notably, the influence of microorganisms on the formation of Mn and Fe oxides/oxyhydroxides at the surface of the Earth has been well characterized (Chan et al., 2011; Estes et al., 2017). However, an oxygenated atmosphere is a unique feature of planet Earth. It is therefore critical for the search of life on other planetary bodies to characterize microbe-mineral interactions that form in anoxic conditions. Here we explore the role of microorganisms on the formation of iron sulfide minerals, which form under anoxic conditions. On modern Earth, sulfate-reducing microorganisms (SRM) are the major source of dissolved sulfide in low-temperature sedimentary environments. We experimentally demonstrate that SRM play a role in the nucleation and growth of iron sulfide minerals by acting as organic templates. The physical characteristics of the resulting minerals are different from those formed under abiotic conditions. Moreover, upon forming, iron sulfide minerals become associated with organic carbon, producing a potential organo-mineral signature. We also evaluate how the presence of various organic substances affect the formation of abiotic minerals and how this could produce false biosignatures that could be mistaken as biogenic minerals. Chan, C.S., Fakra, S.C., Emerson, D., Fleming, E.J. and Edwards, K.J. (2011) Lithotrophic iron-oxidizing bacteria produce organic stalks to control mineral growth: implications for biosignature formation. Isme Journal 5, 717-727. Estes, E.R., Andeer, P.F., Nordlund, D., Wankel, S.D. and Hansel, C.M. (2017) Biogenic manganese oxides as reservoirs of organic carbon and proteins in terrestrial and marine environments. Geobiology 15, 158-172.

  15. Heuristics for the inversion median problem

    PubMed Central

    2010-01-01

    Background The study of genome rearrangements has become a mainstay of phylogenetics and comparative genomics. Fundamental in such a study is the median problem: given three genomes find a fourth that minimizes the sum of the evolutionary distances between itself and the given three. Many exact algorithms and heuristics have been developed for the inversion median problem, of which the best known is MGR. Results We present a unifying framework for median heuristics, which enables us to clarify existing strategies and to place them in a partial ordering. Analysis of this framework leads to a new insight: the best strategies continue to refer to the input data rather than reducing the problem to smaller instances. Using this insight, we develop a new heuristic for inversion medians that uses input data to the end of its computation and leverages our previous work with DCJ medians. Finally, we present the results of extensive experimentation showing that our new heuristic outperforms all others in accuracy and, especially, in running time: the heuristic typically returns solutions within 1% of optimal and runs in seconds to minutes even on genomes with 25'000 genes--in contrast, MGR can take days on instances of 200 genes and cannot be used beyond 1'000 genes. Conclusion Finding good rearrangement medians, in particular inversion medians, had long been regarded as the computational bottleneck in whole-genome studies. Our new heuristic for inversion medians, ASM, which dominates all others in our framework, puts that issue to rest by providing near-optimal solutions within seconds to minutes on even the largest genomes. PMID:20122203

  16. Method for outlier detection: a tool to assess the consistency between laboratory data and ultraviolet-visible absorbance spectra in wastewater samples.

    PubMed

    Zamora, D; Torres, A

    2014-01-01

    Reliable estimations of the evolution of water quality parameters by using in situ technologies make it possible to follow the operation of a wastewater treatment plant (WWTP), as well as improving the understanding and control of the operation, especially in the detection of disturbances. However, ultraviolet (UV)-Vis sensors have to be calibrated by means of a local fingerprint laboratory reference concentration-value data-set. The detection of outliers in these data-sets is therefore important. This paper presents a method for detecting outliers in UV-Vis absorbances coupled to water quality reference laboratory concentrations for samples used for calibration purposes. Application to samples from the influent of the San Fernando WWTP (Medellín, Colombia) is shown. After the removal of outliers, improvements in the predictability of the influent concentrations using absorbance spectra were found.

  17. [Fluoride content of bottled natural mineral waters in Spain and prevention of dental caries].

    PubMed

    Maraver, Francisco; Vitoria, Isidro; Almerich-Silla, José Manuel; Armijo, Francisco

    2015-01-01

    The aim of the study was to determine the concentration of fluoride in natural mineral waters marketed in Spain in order to prevent tooth decay without the risk of causing dental fluorosis Descriptive and cross-sectional study during 2012. Natural mineral waters marketed in Spain. Three bottles with different bottling dates of 109 natural mineral waters (97 Spanish and 12 imported brands). Determination of fluoride by ion chromatography Median fluoride concentrations of the natural mineral waters bottled in Spain was 0.22 (range 0.00-4.16; interquartile range:0.37). Most samples (61 brands, 62%) contained less than 0.3mg/L. There are 19 Spanish brands with more than 0.6 mg/L. The median level in imported brands was 0.35 (range 0.10-1.21; interquartile range: 0.23). Only 28 of the 109 brands examined (25.6%) specified the fluoride content on the label. Good correlation was observed between the concentrations indicated and those determined. Fluoride concentrations in natural mineral waters showed high variation. Given the growing consumption of natural mineral waters in Spain, this type of information is important to make proper use of fluoride in the primary prevention of dental caries. Copyright © 2014 Elsevier España, S.L.U. All rights reserved.

  18. Gla-Rich Protein Is a Potential New Vitamin K Target in Cancer: Evidences for a Direct GRP-Mineral Interaction

    PubMed Central

    Viegas, Carla S. B.; Herfs, Marjolein; Rafael, Marta S.; Enriquez, José L.; Teixeira, Alexandra; Luís, Inês M.; van ‘t Hoofd, Cynthia M. R.; João, Alexandre; Maria, Vera L.; Cavaco, Sofia; Ferreira, Ana; Serra, Manuel; Theuwissen, Elke; Vermeer, Cees; Simes, Dina C.

    2014-01-01

    Gla-rich protein (GRP) was described in sturgeon as a new vitamin-K-dependent protein (VKDP) with a high density of Gla residues and associated with ectopic calcifications in humans. Although VKDPs function has been related with γ-carboxylation, the Gla status of GRP in humans is still unknown. Here, we investigated the expression of recently identified GRP spliced transcripts, the γ-carboxylation status, and its association with ectopic calcifications, in skin basal cell and breast carcinomas. GRP-F1 was identified as the predominant splice variant expressed in healthy and cancer tissues. Patterns of γ-carboxylated GRP (cGRP)/undercarboxylated GRP (ucGRP) accumulation in healthy and cancer tissues were determined by immunohistochemistry, using newly developed conformation-specific antibodies. Both GRP protein forms were found colocalized in healthy tissues, while ucGRP was the predominant form associated with tumor cells. Both cGRP and ucGRP found at sites of microcalcifications were shown to have in vitro calcium mineral-binding capacity. The decreased levels of cGRP and predominance of ucGRP in tumor cells suggest that GRP may represent a new target for the anticancer potential of vitamin K. Also, the direct interaction of cGRP and ucGRP with BCP crystals provides a possible mechanism explaining GRP association with pathological mineralization. PMID:24949434

  19. The Space-Time Variation of Global Crop Yields, Detecting Simultaneous Outliers and Identifying the Teleconnections with Climatic Patterns

    NASA Astrophysics Data System (ADS)

    Najafi, E.; Devineni, N.; Pal, I.; Khanbilvardi, R.

    2017-12-01

    An understanding of the climate factors that influence the space-time variability of crop yields is important for food security purposes and can help us predict global food availability. In this study, we address how the crop yield trends of countries globally were related to each other during the last several decades and the main climatic variables that triggered high/low crop yields simultaneously across the world. Robust Principal Component Analysis (rPCA) is used to identify the primary modes of variation in wheat, maize, sorghum, rice, soybeans, and barley yields. Relations between these modes of variability and important climatic variables, especially anomalous sea surface temperature (SSTa), are examined from 1964 to 2010. rPCA is also used to identify simultaneous outliers in each year, i.e. systematic high/low crop yields across the globe. The results demonstrated spatiotemporal patterns of these crop yields and the climate-related events that caused them as well as the connection of outliers with weather extremes. We find that among climatic variables, SST has had the most impact on creating simultaneous crop yields variability and yield outliers in many countries. An understanding of this phenomenon can benefit global crop trade networks.

  20. VizieR Online Data Catalog: PCA-based inversion of stellar parameters (Gebran+, 2016)

    NASA Astrophysics Data System (ADS)

    Gebran, M.; Farah, W.; Paletou, F.; Monier, R.; Watson, V.

    2016-03-01

    Inverted effective temperatures, surface gravities, projected rotational velocities, metalicities, and radial velocities for the selected A stars. The "closest" are the values found in Vizier catalogues closest to our inverted parameters, while "median" are the median of the catalogue values. Outliers are marked as "1" in the "outliers" column (see sect. 6) (1 data file).

  1. TreeShrink: fast and accurate detection of outlier long branches in collections of phylogenetic trees.

    PubMed

    Mai, Uyen; Mirarab, Siavash

    2018-05-08

    Sequence data used in reconstructing phylogenetic trees may include various sources of error. Typically errors are detected at the sequence level, but when missed, the erroneous sequences often appear as unexpectedly long branches in the inferred phylogeny. We propose an automatic method to detect such errors. We build a phylogeny including all the data then detect sequences that artificially inflate the tree diameter. We formulate an optimization problem, called the k-shrink problem, that seeks to find k leaves that could be removed to maximally reduce the tree diameter. We present an algorithm to find the exact solution for this problem in polynomial time. We then use several statistical tests to find outlier species that have an unexpectedly high impact on the tree diameter. These tests can use a single tree or a set of related gene trees and can also adjust to species-specific patterns of branch length. The resulting method is called TreeShrink. We test our method on six phylogenomic biological datasets and an HIV dataset and show that the method successfully detects and removes long branches. TreeShrink removes sequences more conservatively than rogue taxon removal and often reduces gene tree discordance more than rogue taxon removal once the amount of filtering is controlled. TreeShrink is an effective method for detecting sequences that lead to unrealistically long branch lengths in phylogenetic trees. The tool is publicly available at https://github.com/uym2/TreeShrink .

  2. X-ray K-edge absorption spectra of Fe minerals and model compounds: II. EXAFS

    NASA Astrophysics Data System (ADS)

    Waychunas, Glenn A.; Brown, Gordon E.; Apted, Michael J.

    1986-01-01

    K-edge extended X-ray absorption fine structure (EXAFS) spectra of Fe in varying environments in a suite of well-characterized silicate and oxide minerals were collected using synchrotron radiation and analyzed using single scattering approximation theory to yield nearest neighbor Fe-O distances and coordination numbers. The partial inverse character of synthetic hercynite spinal was verified in this way. Comparison of the results from all samples with structural data from X-ray diffraction crystal structure refinements indicates that EXAFS-derived first neighbor distances are generally accurate to ±0.02 Å using only theoretically generated phase information, and may be improved over this if similar model compounds are used to determine EXAFS phase functions. Coordination numbers are accurate to ±20 percent and can be similarly improved using model compound EXAFS amplitude information. However, in particular cases the EXAFS-derived distances may be shortened, and the coordination number reduced, by the effects of static and thermal disorder or by partial overlap of the longer Fe-O first neighbor distances with second neighbor distances in the EXAFS structure function. In the former case the total information available in the EXAFS is limited by the disorder, while in the latter case more accurate results can in principle be obtained by multiple neighbor EXAFS analysis. The EXAFS and XANES spectra of Fe in Nain, Labrador osumulite and Lakeview, Oregon plagioclase are also analyzed as an example of the application of X-ray absorption spectroscopy to metal ion site occupation determination in minerals.

  3. Vitamin K status in chronic kidney disease.

    PubMed

    McCabe, Kristin M; Adams, Michael A; Holden, Rachel M

    2013-11-07

    The purpose of this review is to summarize the research to date on vitamin K status in chronic kidney disease (CKD). This review includes a summary of the data available on vitamin K status in patients across the spectrum of CKD as well as the link between vitamin K deficiency in CKD and bone dynamics, including mineralization and demineralization, as well as ectopic mineralization. It also describes two current clinical trials that are underway evaluating vitamin K treatment in CKD patients. These data may inform future clinical practice in this population.

  4. Robustness of fit indices to outliers and leverage observations in structural equation modeling.

    PubMed

    Yuan, Ke-Hai; Zhong, Xiaoling

    2013-06-01

    Normal-distribution-based maximum likelihood (NML) is the most widely used method in structural equation modeling (SEM), although practical data tend to be nonnormally distributed. The effect of nonnormally distributed data or data contamination on the normal-distribution-based likelihood ratio (LR) statistic is well understood due to many analytical and empirical studies. In SEM, fit indices are used as widely as the LR statistic. In addition to NML, robust procedures have been developed for more efficient and less biased parameter estimates with practical data. This article studies the effect of outliers and leverage observations on fit indices following NML and two robust methods. Analysis and empirical results indicate that good leverage observations following NML and one of the robust methods lead most fit indices to give more support to the substantive model. While outliers tend to make a good model superficially bad according to many fit indices following NML, they have little effect on those following the two robust procedures. Implications of the results to data analysis are discussed, and recommendations are provided regarding the use of estimation methods and interpretation of fit indices. (PsycINFO Database Record (c) 2013 APA, all rights reserved).

  5. Medicare Program; Explanation of FY 2004 Outlier Fixed-Loss Threshold as Required by Court Rulings. Clarification.

    PubMed

    2016-01-22

    In accordance with court rulings in cases that challenge the federal fiscal year (FY) 2004 outlier fixed-loss threshold rulemaking, this document provides further explanation of certain methodological choices made in the FY 2004 fixed-loss threshold determination.

  6. [Content of mineral elements of Gastrodia elata by principal components analysis].

    PubMed

    Li, Jin-ling; Zhao, Zhi; Liu, Hong-chang; Luo, Chun-li; Huang, Ming-jin; Luo, Fu-lai; Wang, Hua-lei

    2015-03-01

    To study the content of mineral elements and the principal components in Gastrodia elata. Mineral elements were determined by ICP and the data was analyzed by SPSS. K element has the highest content-and the average content was 15.31 g x kg(-1). The average content of N element was 8.99 g x kg(-1), followed by K element. The coefficient of variation of K and N was small, but the Mn was the biggest with 51.39%. The highly significant positive correlation was found among N, P and K . Three principal components were selected by principal components analysis to evaluate the quality of G. elata. P, B, N, K, Cu, Mn, Fe and Mg were the characteristic elements of G. elata. The content of K and N elements was higher and relatively stable. The variation of Mn content was biggest. The quality of G. elata in Guizhou and Yunnan was better from the perspective of mineral elements.

  7. Adaptive marginal median filter for colour images.

    PubMed

    Morillas, Samuel; Gregori, Valentín; Sapena, Almanzor

    2011-01-01

    This paper describes a new filter for impulse noise reduction in colour images which is aimed at improving the noise reduction capability of the classical vector median filter. The filter is inspired by the application of a vector marginal median filtering process over a selected group of pixels in each filtering window. This selection, which is based on the vector median, along with the application of the marginal median operation constitutes an adaptive process that leads to a more robust filter design. Also, the proposed method is able to process colour images without introducing colour artifacts. Experimental results show that the images filtered with the proposed method contain less noisy pixels than those obtained through the vector median filter.

  8. A generalized Grubbs-Beck test statistic for detecting multiple potentially influential low outliers in flood series

    USGS Publications Warehouse

    Cohn, T.A.; England, J.F.; Berenbrock, C.E.; Mason, R.R.; Stedinger, J.R.; Lamontagne, J.R.

    2013-01-01

    he Grubbs-Beck test is recommended by the federal guidelines for detection of low outliers in flood flow frequency computation in the United States. This paper presents a generalization of the Grubbs-Beck test for normal data (similar to the Rosner (1983) test; see also Spencer and McCuen (1996)) that can provide a consistent standard for identifying multiple potentially influential low flows. In cases where low outliers have been identified, they can be represented as “less-than” values, and a frequency distribution can be developed using censored-data statistical techniques, such as the Expected Moments Algorithm. This approach can improve the fit of the right-hand tail of a frequency distribution and provide protection from lack-of-fit due to unimportant but potentially influential low flows (PILFs) in a flood series, thus making the flood frequency analysis procedure more robust.

  9. A generalized Grubbs-Beck test statistic for detecting multiple potentially influential low outliers in flood series

    NASA Astrophysics Data System (ADS)

    Cohn, T. A.; England, J. F.; Berenbrock, C. E.; Mason, R. R.; Stedinger, J. R.; Lamontagne, J. R.

    2013-08-01

    The Grubbs-Beck test is recommended by the federal guidelines for detection of low outliers in flood flow frequency computation in the United States. This paper presents a generalization of the Grubbs-Beck test for normal data (similar to the Rosner (1983) test; see also Spencer and McCuen (1996)) that can provide a consistent standard for identifying multiple potentially influential low flows. In cases where low outliers have been identified, they can be represented as "less-than" values, and a frequency distribution can be developed using censored-data statistical techniques, such as the Expected Moments Algorithm. This approach can improve the fit of the right-hand tail of a frequency distribution and provide protection from lack-of-fit due to unimportant but potentially influential low flows (PILFs) in a flood series, thus making the flood frequency analysis procedure more robust.

  10. Robust PLS approach for KPI-related prediction and diagnosis against outliers and missing data

    NASA Astrophysics Data System (ADS)

    Yin, Shen; Wang, Guang; Yang, Xu

    2014-07-01

    In practical industrial applications, the key performance indicator (KPI)-related prediction and diagnosis are quite important for the product quality and economic benefits. To meet these requirements, many advanced prediction and monitoring approaches have been developed which can be classified into model-based or data-driven techniques. Among these approaches, partial least squares (PLS) is one of the most popular data-driven methods due to its simplicity and easy implementation in large-scale industrial process. As PLS is totally based on the measured process data, the characteristics of the process data are critical for the success of PLS. Outliers and missing values are two common characteristics of the measured data which can severely affect the effectiveness of PLS. To ensure the applicability of PLS in practical industrial applications, this paper introduces a robust version of PLS to deal with outliers and missing values, simultaneously. The effectiveness of the proposed method is finally demonstrated by the application results of the KPI-related prediction and diagnosis on an industrial benchmark of Tennessee Eastman process.

  11. Precise K-Ar, 40Ar/39Ar, Rb-Sr and U/Pb mineral ages from the 27.5 Ma fish canyon tuff reference standard

    USGS Publications Warehouse

    Lanphere, M.A.; Baadsgaard, H.

    2001-01-01

    The accuracy of ages measured using the 40Ar/39Ar technique is affected by uncertainties in the age of radiation fluence-monitor minerals. At present, there is lack of agreement about the ages of certain minerals used as fluence monitors. The accuracy of the age of a standard may be improved if the age can be measured using different decay schemes. This has been done by measuring ages on minerals from the Oligocene Fish Canyon Tuff (FCT) using the K-Ar, 40Ar/39Ar. Rb-Sr and U/Pb methods. K-Ar and 40Ar/39Ar total fusion ages of sanidine, biotite and hornblende yielded a mean age of 27.57 ?? 0.36 Ma. The weighted mean 40Ar/39Ar plateau age of sanidine and biotite is 27.57 ?? 0.18 Ma. A biotite-feldspar Rb-Sr isochron yielded an age of 27.44 ?? 0.16 Ma. The U-Pb data for zircon are complex because of the presence of Precambrian zircons and inheritance of radiogenic Pb. Zircons with 207Pb/235U < 0.4 yielded a discordia line with a lower concordia intercept of 27.52 ?? 0.09 Ma. Evaluation of the combined data suggests that the best age for FCT is 27.51 Ma. Published by Elsevier Science B.V.

  12. A Comprehensive review of group level model performance in the presence of heteroscedasticity: Can a single model control Type I errors in the presence of outliers?

    PubMed Central

    Mumford, Jeanette A.

    2017-01-01

    Even after thorough preprocessing and a careful time series analysis of functional magnetic resonance imaging (fMRI) data, artifact and other issues can lead to violations of the assumption that the variance is constant across subjects in the group level model. This is especially concerning when modeling a continuous covariate at the group level, as the slope is easily biased by outliers. Various models have been proposed to deal with outliers including models that use the first level variance or that use the group level residual magnitude to differentially weight subjects. The most typically used robust regression, implementing a robust estimator of the regression slope, has been previously studied in the context of fMRI studies and was found to perform well in some scenarios, but a loss of Type I error control can occur for some outlier settings. A second type of robust regression using a heteroscedastic autocorrelation consistent (HAC) estimator, which produces robust slope and variance estimates has been shown to perform well, with better Type I error control, but with large sample sizes (500–1000 subjects). The Type I error control with smaller sample sizes has not been studied in this model and has not been compared to other modeling approaches that handle outliers such as FSL’s Flame 1 and FSL’s outlier de-weighting. Focusing on group level inference with a continuous covariate over a range of sample sizes and degree of heteroscedasticity, which can be driven either by the within- or between-subject variability, both styles of robust regression are compared to ordinary least squares (OLS), FSL’s Flame 1, Flame 1 with outlier de-weighting algorithm and Kendall’s Tau. Additionally, subject omission using the Cook’s Distance measure with OLS and nonparametric inference with the OLS statistic are studied. Pros and cons of these models as well as general strategies for detecting outliers in data and taking precaution to avoid inflated Type I error

  13. A Simulation-Based Comparison of Several Stochastic Linear Regression Methods in the Presence of Outliers.

    ERIC Educational Resources Information Center

    Rule, David L.

    Several regression methods were examined within the framework of weighted structural regression (WSR), comparing their regression weight stability and score estimation accuracy in the presence of outlier contamination. The methods compared are: (1) ordinary least squares; (2) WSR ridge regression; (3) minimum risk regression; (4) minimum risk 2;…

  14. Multiple approaches to detect outliers in a genome scan for selection in ocellated lizards (Lacerta lepida) along an environmental gradient.

    PubMed

    Nunes, Vera L; Beaumont, Mark A; Butlin, Roger K; Paulo, Octávio S

    2011-01-01

    Identification of loci with adaptive importance is a key step to understand the speciation process in natural populations, because those loci are responsible for phenotypic variation that affects fitness in different environments. We conducted an AFLP genome scan in populations of ocellated lizards (Lacerta lepida) to search for candidate loci influenced by selection along an environmental gradient in the Iberian Peninsula. This gradient is strongly influenced by climatic variables, and two subspecies can be recognized at the opposite extremes: L. lepida iberica in the northwest and L. lepida nevadensis in the southeast. Both subspecies show substantial morphological differences that may be involved in their local adaptation to the climatic extremes. To investigate how the use of a particular outlier detection method can influence the results, a frequentist method, DFDIST, and a Bayesian method, BayeScan, were used to search for outliers influenced by selection. Additionally, the spatial analysis method was used to test for associations of AFLP marker band frequencies with 54 climatic variables by logistic regression. Results obtained with each method highlight differences in their sensitivity. DFDIST and BayeScan detected a similar proportion of outliers (3-4%), but only a few loci were simultaneously detected by both methods. Several loci detected as outliers were also associated with temperature, insolation or precipitation according to spatial analysis method. These results are in accordance with reported data in the literature about morphological and life-history variation of L. lepida subspecies along the environmental gradient. © 2010 Blackwell Publishing Ltd.

  15. Switching non-local vector median filter

    NASA Astrophysics Data System (ADS)

    Matsuoka, Jyohei; Koga, Takanori; Suetake, Noriaki; Uchino, Eiji

    2016-04-01

    This paper describes a novel image filtering method that removes random-valued impulse noise superimposed on a natural color image. In impulse noise removal, it is essential to employ a switching-type filtering method, as used in the well-known switching median filter, to preserve the detail of an original image with good quality. In color image filtering, it is generally preferable to deal with the red (R), green (G), and blue (B) components of each pixel of a color image as elements of a vectorized signal, as in the well-known vector median filter, rather than as component-wise signals to prevent a color shift after filtering. By taking these fundamentals into consideration, we propose a switching-type vector median filter with non-local processing that mainly consists of a noise detector and a noise removal filter. Concretely, we propose a noise detector that proactively detects noise-corrupted pixels by focusing attention on the isolation tendencies of pixels of interest not in an input image but in difference images between RGB components. Furthermore, as the noise removal filter, we propose an extended version of the non-local median filter, we proposed previously for grayscale image processing, named the non-local vector median filter, which is designed for color image processing. The proposed method realizes a superior balance between the preservation of detail and impulse noise removal by proactive noise detection and non-local switching vector median filtering, respectively. The effectiveness and validity of the proposed method are verified in a series of experiments using natural color images.

  16. Cellular metabolism and disease: what do metabolic outliers teach us?

    PubMed Central

    DeBerardinis, Ralph J.; Thompson, Craig B.

    2012-01-01

    An understanding of metabolic pathways based solely on biochemistry textbooks would underestimate the pervasive role of metabolism in essentially every aspect of biology. It is evident from recent work that many human diseases involve abnormal metabolic states – often genetically programmed – that perturb normal physiology and lead to severe tissue dysfunction. Understanding these metabolic outliers is now a crucial frontier in disease-oriented research. This review discusses the broad impact of metabolism in cellular function, how modern concepts of metabolism can inform our understanding of common diseases like cancer, and considers the prospects of developing new metabolic approaches to disease treatment. PMID:22424225

  17. Kfits: a software framework for fitting and cleaning outliers in kinetic measurements.

    PubMed

    Rimon, Oded; Reichmann, Dana

    2018-01-01

    Kinetic measurements have played an important role in elucidating biochemical and biophysical phenomena for over a century. While many tools for analysing kinetic measurements exist, most require low noise levels in the data, leaving outlier measurements to be cleaned manually. This is particularly true for protein misfolding and aggregation processes, which are extremely noisy and hence difficult to model. Understanding these processes is paramount, as they are associated with diverse physiological processes and disorders, most notably neurodegenerative diseases. Therefore, a better tool for analysing and cleaning protein aggregation traces is required. Here we introduce Kfits, an intuitive graphical tool for detecting and removing noise caused by outliers in protein aggregation kinetics data. Following its workflow allows the user to quickly and easily clean large quantities of data and receive kinetic parameters for assessment of the results. With minor adjustments, the software can be applied to any type of kinetic measurements, not restricted to protein aggregation. Kfits is implemented in Python and available online at http://kfits.reichmannlab.com, in source at https://github.com/odedrim/kfits/, or by direct installation from PyPI (`pip install kfits`). danare@mail.huji.ac.il. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  18. Wavelet median denoising of ultrasound images

    NASA Astrophysics Data System (ADS)

    Macey, Katherine E.; Page, Wyatt H.

    2002-05-01

    Ultrasound images are contaminated with both additive and multiplicative noise, which is modeled by Gaussian and speckle noise respectively. Distinguishing small features such as fallopian tubes in the female genital tract in the noisy environment is problematic. A new method for noise reduction, Wavelet Median Denoising, is presented. Wavelet Median Denoising consists of performing a standard noise reduction technique, median filtering, in the wavelet domain. The new method is tested on 126 images, comprised of 9 original images each with 14 levels of Gaussian or speckle noise. Results for both separable and non-separable wavelets are evaluated, relative to soft-thresholding in the wavelet domain, using the signal-to-noise ratio and subjective assessment. The performance of Wavelet Median Denoising is comparable to that of soft-thresholding. Both methods are more successful in removing Gaussian noise than speckle noise. Wavelet Median Denoising outperforms soft-thresholding for a larger number of cases of speckle noise reduction than of Gaussian noise reduction. Noise reduction is more successful using non-separable wavelets than separable wavelets. When both methods are applied to ultrasound images obtained from a phantom of the female genital tract a small improvement is seen; however, a substantial improvement is required prior to clinical use.

  19. Estimated intake of the sweeteners, acesulfame-K and aspartame, from soft drinks, soft drinks based on mineral waters and nectars for a group of Portuguese teenage students.

    PubMed

    Lino, C M; Costa, I M; Pena, A; Ferreira, R; Cardoso, S M

    2008-11-01

    In a survey of levels of acesulfame-K and aspartame in soft drinks and in light nectars, the intake of these intense sweeteners was estimated for a group of teenage students. Acesulfame-K was detected in 72% of the soft drinks, with a mean concentration of 72 mg l(-1) and aspartame was found in 92% of the samples with a mean concentration of 89 mg l(-1). When data on the content of these sweeteners in soft drinks were analysed according to flavour, cola drinks had the highest mean levels for both sweeteners with 98 and 103 mg l(-1) for acesulfame-K and aspartame, respectively. For soft drinks based on mineral water, aspartame was found in 62% of the samples, with a mean concentration of 82 mg l(-1) and acesulfame-K was found in 77%, with a mean level of 48 mg l(-1). All samples of nectars contained acesulfame-K, with a mean concentration of 128 mg l(-1) and aspartame was detected in 80% of the samples with a mean concentration of 73 mg l(-1). A frequency questionnaire, designed to identify adolescents having high consumption of these drinks, was completed by a randomly selected sample of teenagers (n = 65) living in the city of Coimbra, in 2007. The estimated daily intakes (EDI) of acesulfame-K and aspartame for the average consumer were below the acceptable daily intakes (ADIs). For acesulfame-K, the EDI was 0.7 mg kg(-1) bw day(-1) for soft drinks, 0.2 mg kg(-1) bw day(-1) for soft drinks based on mineral waters, and 0.5 mg kg(-1) bw day(-1) for nectars, representing 8.0%, 2.2%, and 5.8% of the ADI, respectively. A similar situation was observed for aspartame. In this way, the EDI for soft drinks was 1.1 mg kg(-1) day(-1), representing only 2.9% of the ADI. In respect of nectars, the EDI was 0.2 mg kg(-1) bw day(-1), representing 0.5% of the ADI. Soft drinks based on mineral waters showed the lowest EDI values of 0.3 mg kg(-1) bw day(-1), accounting for 0.7% of the ADI.

  20. Evaluation of median barrier safety issues.

    DOT National Transportation Integrated Search

    2008-01-01

    The objective of this study was to evaluate the effectiveness of the Brifen TL-4 and Trinity CASS median cable barrier systems in preventing cross-median collisions on sections of I-64, I-71, and I-265 (Brifen system) and I-265 (Trinity system) in Je...

  1. An SPSS implementation of the nonrecursive outlier deletion procedure with shifting z score criterion (Van Selst & Jolicoeur, 1994).

    PubMed

    Thompson, Glenn L

    2006-05-01

    Sophisticated univariate outlier screening procedures are not yet available in widely used statistical packages such as SPSS. However, SPSS can accept user-supplied programs for executing these procedures. Failing this, researchers tend to rely on simplistic alternatives that can distort data because they do not adjust to cell-specific characteristics. Despite their popularity, these simple procedures may be especially ill suited for some applications (e.g., data from reaction time experiments). A user friendly SPSS Production Facility implementation of the shifting z score criterion procedure (Van Selst & Jolicoeur, 1994) is presented in an attempt to make it easier to use. In addition to outlier screening, optional syntax modules can be added that will perform tedious database management tasks (e.g., restructuring or computing means).

  2. Alteration geochemistry of the volcanic-hosted Dedeninyurdu, Yergen and Fındıklıyar Cu-Fe mineralization, Northern part of Gökçedoǧan Village, Çorum-Kargi Region, Turkey: Implications for the rare earth elements geochemical characteristics

    NASA Astrophysics Data System (ADS)

    Ozturk, Sercan; Gumus, Lokman; Abdelnasser, Amr; Yalçin, Cihan; Kumral, Mustafa; Hanilçi, Nurullah

    2016-04-01

    This study deals with the rare earth element (REE) geochemical behavior the alteration zonesassociated with the volcanic-hosted Cu-Femineralization at the northern part of Gökçedoǧan village, Çorum-Kargi region (N Turkey) which are Dedeninyurdu, Yergen and Fındıklıyar mineralization. The study areacomprises Bekirli Formation, Saraycık Formation, Beşpınar Formation, and Ilgaz Formation. Saraycık Formation consists ofUpper Cretaceous KargıOphiolites, pelagic limestone, siltstone, chert and spilitic volcanic rocks. Fe-Cu mineralization occurred in the spiliticvolcanic rocks of Saraycık Formation representing the host rockand is related with the silicification and sericitizationalteration zones. Dedeninyurdu and Yergen mineralization zone directed nearly N75-80oEis following structural a line but Fındıklıyar mineralization zone has nearly NW direction. The ore mineralogy in these zonesinclude pyrite, chalcopyrite, covellite, hematite with malachite, goethite and a limonite as a result of oxidation. The geochemical characteristics of REE of the least altered spiliticbasalt show flat light and heavy REE with slight positive Eu- and Sr-anomalies according to their chondrite-, N-type MORB, and primitive mantle-normalized REE patterns. While the REE geochemical features of the altered rocks collected from the different alteration zones show that there are negative Eu and Sr anomalies as a result of leaching during the alteration processes.There are positive and negative correlations between K2O index with LREE and HREE, respectively. This is due to the additions of K and La during the alteration processes referring to the pervasive sericitization alteration is the responsible for the Cu-Fe mineralization at the study area. Keywords: Cu-Fe mineralization, Spilitic volcanic rocks, alteration, Rare earth elements (REE) geochemistry.

  3. REGRESSION ON MEDIANS OF PROBABILITY DISTRIBUTIONS

    EPA Science Inventory

    The median is a fundamental parameter in the area of lifetime and survival statistics. n toxicodynamics the LD50, lethal dose that results in 50% mortality, is frequently used. he median is also used to describe the incidence of cancer and other disease states. Factors such as nu...

  4. An Expert System for Identification of Minerals in Thin Section.

    ERIC Educational Resources Information Center

    Donahoe, James Louis; And Others

    1989-01-01

    Discusses a computer database which includes optical properties of 142 minerals. Uses fuzzy logic to identify minerals from incomplete and imprecise information. Written in Turbo PASCAL for MS-DOS with 128K. (MVL)

  5. Vitamin K, bone turnover, and bone mass in girls.

    PubMed

    Kalkwarf, Heidi J; Khoury, Jane C; Bean, Judy; Elliot, James G

    2004-10-01

    Vitamin K has been suggested to have a role in bone metabolism, and low vitamin K intake has been related to low bone density and increased risk of osteoporotic fracture. The objective of this study was to determine whether phylloquinone (vitamin K(1)) intake and biochemical indicators of vitamin K status are related to bone mineral content (BMC) and markers of bone formation and bone resorption in girls. Vitamin K status [plasma phylloquinone concentration and percentage of undercarboxylated osteocalcin (%ucOC)] was measured at baseline in a study of 245 healthy girls aged 3-16 y. Cross-linked N-telopeptide of type 1 collagen (NTx) breakdown, osteocalcin, and bone-specific alkaline phosphatase were measured to reflect bone resorption and formation. BMC of the total body, lumbar spine, and hip and dietary phylloquinone intake were measured annually for 4 y. Phylloquinone intake (median: 45 microg/d) was not consistently associated with bone turnover markers or BMC. Better vitamin K status (high plasma phylloquinone and low %ucOC) was associated with lower bone resorption and formation. Plasma phylloquinone was inversely associated with NTx and osteocalcin concentrations (P < 0.05), and %ucOC was positively associated with NTx and bone-specific alkaline phosphatase concentrations (P < 0.05). Indicators of vitamin K status were not consistently associated with current BMC or gain in BMC over the 4-y study period. Better vitamin K status was associated with decreased bone turnover in healthy girls consuming a typical US diet. Randomized phylloquinone supplementation trials are needed to further understand the potential benefits of phylloquinone on bone acquisition in growing children.

  6. Net mineral requirements of dairy goats during pregnancy.

    PubMed

    Härter, C J; Lima, L D; Castagnino, D S; Silva, H O; Figueiredo, F O M; St-Pierre, N R; Resende, K T; Teixeira, I A M A

    2017-09-01

    Mineral requirements of pregnant dairy goats are still not well defined; therefore, we investigated the net Ca, P, Mg, Na and K requirements for pregnancy and for maintenance during pregnancy in two separate experiments. Experiment 1 was performed to estimate the net Ca, P, Mg, Na and K requirements in goats carrying single or twin fetuses from 50 to 140 days of pregnancy (DOP). The net mineral requirements for pregnancy were determined by measuring mineral deposition in gravid uterus and mammary gland after comparative slaughter. In total, 57 dairy goats of two breeds (Oberhasli or Saanen), in their third or fourth parturition, were randomly assigned to groups based on litter size (single or twin) and day of slaughter (50, 80, 110 and 140 DOP) in a fully factorial design. Net mineral accretion for pregnancy did not differ by goat breed. The total daily Ca, P, Mg, Na and K requirements for pregnancy were greatest in goats carrying twins (P<0.05), and the requirements increased as pregnancy progressed. Experiment 2 was performed to estimate net Ca, P, Mg, Na and K requirements for dairy goat maintenance during pregnancy. In total, 58 dairy goats (Oberhasli and Saanen) carrying twin fetuses were assigned to groups based on slaughter day (80, 110 and 140 DOP) and feed restriction (ad libitum, 20% and 40% feed restriction) in a randomized block design. The net Ca, P and Mg requirements for maintenance did not vary by breed or over the course of pregnancy. The daily net requirements of Ca, P and Mg for maintenance were 60.4, 31.1 and 2.42 mg/kg live BW (LBW), respectively. The daily net Na requirement for maintenance was greater in Saanen goats (11.8 mg/kg LBW) than in Oberhasli goats (8.96 mg/kg LBW; P<0.05). Daily net K requirements increased as pregnancy progressed from 8.73 to 15.4 mg/kg LBW (P<0.01). The findings of this study will guide design of diets with adequate mineral content for pregnant goats throughout their pregnancy.

  7. Probabilistic n/γ discrimination with robustness against outliers for use in neutron profile monitors

    NASA Astrophysics Data System (ADS)

    Uchida, Y.; Takada, E.; Fujisaki, A.; Kikuchi, T.; Ogawa, K.; Isobe, M.

    2017-08-01

    A method to stochastically discriminate neutron and γ-ray signals measured with a stilbene organic scintillator is proposed. Each pulse signal was stochastically categorized into two groups: neutron and γ-ray. In previous work, the Expectation Maximization (EM) algorithm was used with the assumption that the measured data followed a Gaussian mixture distribution. It was shown that probabilistic discrimination between these groups is possible. Moreover, by setting the initial parameters for the Gaussian mixture distribution with a k-means algorithm, the possibility of automatic discrimination was demonstrated. In this study, the Student's t-mixture distribution was used as a probabilistic distribution with the EM algorithm to improve the robustness against the effect of outliers caused by pileup of the signals. To validate the proposed method, the figures of merit (FOMs) were compared for the EM algorithm assuming a t-mixture distribution and a Gaussian mixture distribution. The t-mixture distribution resulted in an improvement of the FOMs compared with the Gaussian mixture distribution. The proposed data processing technique is a promising tool not only for neutron and γ-ray discrimination in fusion experiments but also in other fields, for example, homeland security, cancer therapy with high energy particles, nuclear reactor decommissioning, pattern recognition, and so on.

  8. Rates and mechanisms of uranyl oxyhydroxide mineral dissolution

    NASA Astrophysics Data System (ADS)

    Reinoso-Maset, Estela; Steefel, Carl I.; Um, Wooyong; Chorover, Jon; O'Day, Peggy A.

    2017-06-01

    Uranyl oxyhydroxide minerals are important weathering products in uranium-contaminated surface and subsurface environments that regulate dissolved uranium (U) concentrations. However, dissolution rates for this class of minerals and associated dissolution mechanisms have not been previously reported for circumneutral pH conditions, particularly for the case of flow through porous media. In this work, the dissolution rates of K- and Na-compreignacite (K2(UO2)6O4(OH)6·8H2O and Na2(UO2)6O4(OH)6·8H2O, respectively) were measured using flow-through columns reacted with two simulated background porewater (BPW) solutions of low and high dissolved carbonate concentration (ca. 0.2 and 2.8 mmol L-1). Column materials were characterized before and after reaction with electron microscopy, bulk chemistry, and EXAFS to identify structural and chemical changes during dissolution and to obtain insight into molecular-scale processes. The reactive transport code CrunchFlow was used to calculate overall dissolution rates while accounting for fluid transport and changes in mineral volume and reactive surface area, and results were compared to steady-state dissolution rate calculations. In low carbonate BPW systems, interlayer K and Na were initially leached from both minerals, and in Na-compreignacite, K and minor divalent cations from the input solution were incorporated into the mineral structure. Results of characterization analyses suggested that after reaction both K- and Na-compreignacite resembled a disordered K-compreignacite with altered surfaces. A 10-fold increase in dissolved carbonate concentration and corresponding increase in pH (from 6.65 to 8.40) resulted in a net removal of 58-87% of total U mass from the columns, compared to <1% net loss in low carbonate BPW systems. Steady-state release of dissolved U was not observed with high carbonate solutions and post-reaction characterizations indicated a lack of development of leached or altered surfaces. Dissolution rates

  9. Rates and mechanisms of uranyl oxyhydroxide mineral dissolution

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Reinoso-Maset, Estela; Steefel, Carl I.; Um, Wooyong

    Uranyl oxyhydroxide minerals are important weathering products in uranium-contaminated surface and subsurface environments that regulate dissolved uranium concentrations. However, dissolution rates for this class of minerals and associated dissolution mechanisms have not been previously reported for circumneutral pH conditions, particularly for the case of flow through porous media. In this paper, the dissolution rates of K- and Na-compreignacite (K 2(UO 2) 6O 4(OH) 6·8H 2O and Na 2(UO 2) 6O 4(OH) 6·8H 2O respectively) were measured using flow-through columns reacted with two simulated background porewater (BPW) solutions of low and high dissolved total carbonate content (ca. 0.2 and 2.8 mmolmore » L -1). Column materials were characterized before and after reaction with electron microscopy, bulk chemistry, and EXAFS to identify structural and chemical changes during dissolution and to obtain insight into molecular-scale processes. The reactive transport code CrunchFlow was used to calculate overall dissolution rates while accounting for fluid transport and changes in mineral volume and reactive surface area and results were compared to steady-state dissolution rate calculations. In low carbonate BPW systems, interlayer K and Na were initially leached from both minerals, and in Na-compreignacite, K and minor divalent cations from the input solution were incorporated into the mineral structure. Results of characterization analyses suggested that after reaction both K- and Na-compreignacite resembled a disordered K-compreignacite with altered surfaces. A 10-fold increase in dissolved carbonate concentration and corresponding increase in pH (from 6.65 to 8.40) resulted in a net removal of 58-87% of total uranium mass from the columns, compared to <1% net loss in low carbonate BPW systems. Steady-state release of dissolved uranium was not observed with high carbonate solutions and post-reaction characterizations indicated a lack of development of leached or altered

  10. Rates and mechanisms of uranyl oxyhydroxide mineral dissolution

    DOE PAGES

    Reinoso-Maset, Estela; Steefel, Carl I.; Um, Wooyong; ...

    2017-06-01

    Uranyl oxyhydroxide minerals are important weathering products in uranium-contaminated surface and subsurface environments that regulate dissolved uranium concentrations. However, dissolution rates for this class of minerals and associated dissolution mechanisms have not been previously reported for circumneutral pH conditions, particularly for the case of flow through porous media. In this paper, the dissolution rates of K- and Na-compreignacite (K 2(UO 2) 6O 4(OH) 6·8H 2O and Na 2(UO 2) 6O 4(OH) 6·8H 2O respectively) were measured using flow-through columns reacted with two simulated background porewater (BPW) solutions of low and high dissolved total carbonate content (ca. 0.2 and 2.8 mmolmore » L -1). Column materials were characterized before and after reaction with electron microscopy, bulk chemistry, and EXAFS to identify structural and chemical changes during dissolution and to obtain insight into molecular-scale processes. The reactive transport code CrunchFlow was used to calculate overall dissolution rates while accounting for fluid transport and changes in mineral volume and reactive surface area and results were compared to steady-state dissolution rate calculations. In low carbonate BPW systems, interlayer K and Na were initially leached from both minerals, and in Na-compreignacite, K and minor divalent cations from the input solution were incorporated into the mineral structure. Results of characterization analyses suggested that after reaction both K- and Na-compreignacite resembled a disordered K-compreignacite with altered surfaces. A 10-fold increase in dissolved carbonate concentration and corresponding increase in pH (from 6.65 to 8.40) resulted in a net removal of 58-87% of total uranium mass from the columns, compared to <1% net loss in low carbonate BPW systems. Steady-state release of dissolved uranium was not observed with high carbonate solutions and post-reaction characterizations indicated a lack of development of leached or altered

  11. New approach for the identification of implausible values and outliers in longitudinal childhood anthropometric data.

    PubMed

    Shi, Joy; Korsiak, Jill; Roth, Daniel E

    2018-03-01

    We aimed to demonstrate the use of jackknife residuals to take advantage of the longitudinal nature of available growth data in assessing potential biologically implausible values and outliers. Artificial errors were induced in 5% of length, weight, and head circumference measurements, measured on 1211 participants from the Maternal Vitamin D for Infant Growth (MDIG) trial from birth to 24 months of age. Each child's sex- and age-standardized z-score or raw measurements were regressed as a function of age in child-specific models. Each error responsible for a biologically implausible decrease between a consecutive pair of measurements was identified based on the higher of the two absolute values of jackknife residuals in each pair. In further analyses, outliers were identified as those values beyond fixed cutoffs of the jackknife residuals (e.g., greater than +5 or less than -5 in primary analyses). Kappa, sensitivity, and specificity were calculated over 1000 simulations to assess the ability of the jackknife residual method to detect induced errors and to compare these methods with the use of conditional growth percentiles and conventional cross-sectional methods. Among the induced errors that resulted in a biologically implausible decrease in measurement between two consecutive values, the jackknife residual method identified the correct value in 84.3%-91.5% of these instances when applied to the sex- and age-standardized z-scores, with kappa values ranging from 0.685 to 0.795. Sensitivity and specificity of the jackknife method were higher than those of the conditional growth percentile method, but specificity was lower than for conventional cross-sectional methods. Using jackknife residuals provides a simple method to identify biologically implausible values and outliers in longitudinal child growth data sets in which each child contributes at least 4 serial measurements. Crown Copyright © 2018. Published by Elsevier Inc. All rights reserved.

  12. Oxygen isotope fractionation effects in soil water via interaction with cations (Mg, Ca, K, Na) adsorbed to phyllosilicate clay minerals

    NASA Astrophysics Data System (ADS)

    Oerter, Erik; Finstad, Kari; Schaefer, Justin; Goldsmith, Gregory R.; Dawson, Todd; Amundson, Ronald

    2014-07-01

    In isotope-enabled hydrology, soil and vadose zone sediments have been generally considered to be isotopically inert with respect to the water they host. This is inconsistent with knowledge that clay particles possessing an electronegative surface charge and resulting cation exchange capacity (CEC) interact with a wide range of solutes which, in the absence of clays, have been shown to exhibit δ18O isotope effects that vary in relation to the ionic strength of the solutions. To investigate the isotope effects caused by high CEC clays in mineral-water systems, we created a series of monominerallic-water mixtures at gravimetric water contents ranging from 5% to 32%, consisting of pure deionized water of known isotopic composition with homoionic (Mg, Ca, Na, K) montmorillonite. Similar mixtures were also created with quartz to determine the isotope effect of non-, or very minimally-, charged mineral surfaces. The δ18O value of the water in these monominerallic soil analogs was then measured by isotope ratio mass spectrometry (IRMS) after direct headspace CO2 equilibration. Mg- and Ca-exchanged homoionic montmorillonite depleted measured δ18O values up to 1.55‰ relative to pure water at 5% water content, declining to 0.49‰ depletion at 30% water content. K-montmorillonite enriched measured δ18O values up to 0.86‰ at 5% water content, declining to 0.11‰ enrichment at 30% water. Na-montmorillonite produces no measureable isotope effect. The isotope effects observed in these experiments may be present in natural, high-clay soils and sediments. These findings have relevance to the interpretation of results of direct CO2-water equilibration approaches to the measurement of the δ18O value of soil water. The adsorbed cation isotope effect may bear consideration in studies of pedogenic carbonate, plant-soil water use and soil-atmosphere interaction. Finally, the observed isotope effects may prove useful as molecular scale probes of the nature of mineral

  13. Recommendations for placement of cable median barriers on 6:1 and 4:1 sloped medians with horizontal curvatures.

    DOT National Transportation Integrated Search

    2012-09-01

    This report summarizes the research efforts of using finite element modeling and simulations to evaluate the performance of generic lowtension : cable median barriers (CMBs) on four-lane and six-lane freeways with a 46-foot median, horizontal curvatu...

  14. The life cycle of a mineral deposit: a teacher's guide for hands-on mineral education activities

    USGS Publications Warehouse

    Frank, Dave; Galloway, John; Assmus, Ken

    2005-01-01

    This teacher's guide defines what a mineral deposit is and how a mineral deposit is identified and measured, how the mineral resources are extracted, and how the mining site is reclaimed; how minerals and mineral resources are processed; and how we use mineral resources in our every day lives. Included are 10 activitybased learning exercises that educate students on basic geologic concepts; the processes of finding, identifying, and extracting the resources from a mineral deposit; and the uses of minerals. The guide is intended for K through 12 Earth science teachers and students and is designed to meet the National Science Content Standards as defined by the National Research Council (1996). To assist in the understanding of some of the geology and mineral terms, see the Glossary (appendix 1) and Minerals and Their Uses (appendix 2). The process of finding or exploring for a mineral deposit, extracting or mining the resource, recovering the resource, also known as beneficiation, and reclaiming the land mined can be described as the “life cycle” of a mineral deposit. The complete process is time consuming and expensive, requiring the use of modern technology and equipment, and may take many years to complete. Sometimes one entity or company completes the entire process from discovery to reclamation, but often it requires multiple groups with specialized experience working together. Mineral deposits are the source of many important commodities, such as copper and gold, used by our society, but it is important to realize that mineral deposits are a nonrenewable resource. Once mined, they are exhausted, and another source must be found. New mineral deposits are being continuously created by the Earth but may take millions of years to form. Mineral deposits differ from renewable resources, such as agricultural and timber products, which may be replenished within a few months to several years.

  15. Estimation of in vitro activity of tuberoinfundibular dopaminergic neurons by measurement of DOPA synthesis in the median eminence of hypothalamic slices.

    PubMed

    Arita, J; Kimura, F

    1984-12-01

    A new method for estimation of in vitro neurosecretory activity of tuberoinfundibular dopaminergic (TIDA) neurons was developed by measuring the rate of synthesis of dihydroxyphenylalanine (DOPA) in the median eminence of hypothalamic slices. Sagittal hypothalamic slices of ovariectomized rats were incubated in a medium containing 3-hydroxybenzylhydrazine (NSD 1015), an inhibitor of DOPA decarboxylase. DOPA accumulated in the median eminence following incubation with NSD 1015 was determined by high-performance liquid chromatography with electro-chemical detection. The amount of DOPA accumulated in vitro in the median eminence was maximal in a medium containing 10 mM NSD 1015 and linear up to 120 min at 37 degrees C. Increasing the concentration of tyrosine in medium stimulated the synthesis of DOPA in the median eminence. The synthesis of DOPA was blocked by 1 mM alpha-methyltyrosine, an inhibitor of tyrosine hydroxylase. The rate of in vitro synthesis of DOPA in the median eminence was 33% of that of in vivo synthesis. Incubation in a medium containing 50 mM K+ to depolarize neurons caused a 2.4-fold increase in DOPA synthesis in the median eminence. The high K+-induced increase in DOPA synthesis was blocked by omission of Ca2+ and addition of 1 mM EGTA into the medium, suggesting Ca2+ dependency of depolarization-activated DOPA synthesis. These results indicate that this in vitro assay is a useful means to study the regulatory mechanisms of TIDA neurons.

  16. Median and ulnar neuropathies in university guitarists.

    PubMed

    Kennedy, Rachel H; Hutcherson, Kimberly J; Kain, Jennifer B; Phillips, Alicia L; Halle, John S; Greathouse, David G

    2006-02-01

    Descriptive study. To determine the presence of median and ulnar neuropathies in both upper extremities of university guitarists. Peripheral nerve entrapment syndromes of the upper extremities are well documented in musicians. Guitarists and plucked-string musicians are at risk for entrapment neuropathies in the upper extremities and are prone to mild neurologic deficits. Twenty-four volunteer male and female guitarists (age range, 18-26 years) were recruited from the Belmont University School of Music and the Vanderbilt University Blair School of Music. Individuals were excluded if they were pregnant or had a history of recent upper extremity or neck injury. Subjects completed a history form, were interviewed, and underwent a physical examination. Nerve conduction status of the median and ulnar nerves of both upper extremities was obtained by performing motor, sensory, and F-wave (central) nerve conduction studies. Descriptive statistics of the nerve conduction study variables were computed using Microsoft Excel. Six subjects had positive findings on provocative testing of the median and ulnar nerves. Otherwise, these guitarists had normal upper extremity neural and musculoskeletal function based on the history and physical examinations. When comparing the subjects' nerve conduction study values with a chart of normal nerve conduction studies values, 2 subjects had prolonged distal motor latencies (DMLs) of the left median nerve of 4.3 and 4.7 milliseconds (normal, < 4.2 milliseconds). Prolonged DMLs are compatible with median neuropathy at or distal to the wrist. Otherwise, all electrophysiological variables were within normal limits for motor, sensory, and F-wave (central) values. However, comparison studies of median and ulnar motor latencies in the same hand demonstrated prolonged differences of greater than 1.0 milliseconds that affected the median nerve in 2 additional subjects, and identified contralateral limb involvement in a subject with a prolonged

  17. Kinetic Study of Denatonium Sorption to Smectite Clay Minerals.

    PubMed

    Crosson, Garry S; Sandmann, Emily

    2013-06-01

    The denatonium cation, as a benzoate salt, is the most bitter cation known to modern society and is frequently added to consumer products to reduce accidental and intentional consumption by humans and animals. Denatonium can enter the environment by accidental discharges, potentially rendering water supplies undrinkable. Interactions of denatonium with soil components ( i.e. , smectite minerals) ultimately control the environmental fate of denatonium, but the current literature is devoid of studies that evaluate denatonium sorption to smectite minerals. This study investigated the mechanism and kinetics of denatonium sorption to smectite clay minerals as a function of smectite type, temperature, pH and ionic strength. Uptake by synthetic mica montmorillonite (Syn-1), Wyoming montmorillonite (SWy-2), and Texas montmorillonite (STx-1b) at 305K was rapid, with equilibrium being reached within 2 min for all clays. Complete removal of denatonium was observed for STx-1b at pH 6.9, while partial removal was observed for Syn-1 and SWy-2. Kinetic behavior of SWy-2 and Syn-1 is consistent with a pseudo-second-order model at 305K. An activation energy of +25.9 kJ/mol was obtained for sorption to Syn-1 and was independent of temperature between 286K and 338K. Activation-free energy (Δ G *), activation enthalpy (Δ H *), and activation entropy (Δ S *) for Syn-1 were found to be +62.91 kJ/mol, +23.36 kJ/mol, and -0.130 kJ/(K·mol), respectively. Sorption capacities at pH 3.6, 6.9, and 8.2 were constant at 1.3×10 -2 g denatonium/g clay; however, the kinetic rate constant increased by 56%, going from acidic to basic solution conditions. Distribution coefficients were negatively correlated with ionic strength, suggesting cation exchange. Collectively, results suggested that smectite minerals can serve as efficient sinks for denatonium cations. This is much-needed information for agencies developing regulations regarding denatonium usage and for water treatment professionals

  18. Distal median nerve dysfunction

    MedlinePlus

    ... Distal median nerve dysfunction is a form of peripheral neuropathy that affects the movement of or sensation in ... and the A.D.A.M. Editorial team. Peripheral Nerve Disorders Read more NIH MedlinePlus Magazine Read more Health ...

  19. The measurement of sulfate mineral solubilities in the Na-K-Ca-Cl-SO 4-H 2O system at temperatures of 100, 150 and 200°C

    NASA Astrophysics Data System (ADS)

    Freyer, Daniela; Voigt, Wolfgang

    2004-01-01

    At T > 100°C development of thermodynamic models suffers from missing experimental data, particularly for solubilities of sulfate minerals in mixed solutions. Solubilities in Na +-K +-Ca 2+-Cl --SO 42-/H 2O subsystems were investigated at 150, 200°C and at selected compositions at 100°C. The apparatus used to examine solid-liquid phase equilibria under hydrothermal conditions has been described. In the system NaCl-CaSO 4-H 2O the missing anhydrite (CaSO 4) solubilities at high NaCl concentrations up to halite saturation have been determined. In the system Na 2SO 4-CaSO 4-H 2O the observed glauberite (Na 2SO 4 · CaSO 4) solubility is higher than that predicted by the high temperature model of Greenberg and Møller (1989), especially at 200°C. At high salt concentrations, solubilities of both anhydrite and glauberite increase with increasing temperature. Stability fields of the minerals syngenite (K 2SO 4 · CaSO 4 · H 2O) and goergeyite (K 2SO 4 · 5 CaSO 4 · H 2O) were determined, and a new phase was found at 200°C in the K 2SO 4-CaSO 4-H 2O system. Chemical and single crystal structure analysis give the formula K 2SO 4 · CaSO 4. The structure is isostructural with palmierite (K 2SO 4 · PbSO 4). The glaserite ("3 K 2SO 4 · Na 2SO 4") appears as solid solution in the system Na 2SO 4-K 2SO 4-H 2O. Its solubility and stoichiometry was determined as a function of solution composition.

  20. Statistical differentiation of bananas according to their mineral composition.

    PubMed

    Forster, Markus Paul; Rodríguez Rodríguez, Elena; Martín, Jacinto Darias; Díaz Romero, Carlos

    2002-10-09

    The concentrations of Na, K, Ca, Mg, Fe, Cu, Zn, and Mn were determined in banana cultivars Gran enana and Pequeña enana cultivated in Tenerife and in cv. Gran enana bananas from Ecuador. The mineral concentrations in the bananas from Tenerife and from Ecuador were clearly different. The cultivar did not influence the mineral concentrations except in the case of Fe. Variations according to cultivation method (greenhouse and outdoors) and farming style (conventional and organic) in the mineral concentrations in the bananas from Tenerife were observed. The mineral concentrations in the internal part of the banana were higher than those in the middle and external parts. Representation of double log correlations K-Mg and Zn-Mn tended to separate the banana samples according to origin. Applying factor and cluster analysis, the bananas from Ecuador were well separated from the bananas produced in Tenerife, and therefore, these are useful tools for differentiating the origin of bananas.

  1. Mineral composition of organically grown tomato

    NASA Astrophysics Data System (ADS)

    Ghambashidze, Giorgi

    2014-05-01

    In recent years, consumer concerns on environmental and health issues related to food products have increased and, as a result, the demand for organically grown production has grown. Results indicate that consumers concerned about healthy diet and environmental degradation are the most likely to buy organic food, and are willing to pay a high premium. Therefore, it is important to ensure the quality of the produce, especially for highly consumed products. The tomato (Lycopersicon esculentum) is one of the most widely consumed fresh vegetables in the world. It is also widely used by the food industries as a raw material for the production of derived products such as purees or ketchup. Consequently, many investigations have addressed the impact of plant nutrition on the quality of tomato fruit. The concentrations of minerals (P, Na, K, Ca and Mg) and trace elements (Cu, Zn and Mn) were determined in tomatoes grown organically in East Georgia, Marneuli District. The contents of minerals and Mn seem to be in the range as shown in literature. Cu and Zn were found in considerably high amounts in comparison to maximum permissible values established in Georgia. Some correlations were observed between the minerals and trace elements studied. K and Mg were strongly correlated with Cu and Zn. Statistically significant difference have shown also P, K and Mg based between period of sampling.

  2. Mineral growth in rocks: kinetic-rheological models of replacement, vein formation, and syntectonic crystallization

    NASA Astrophysics Data System (ADS)

    Fletcher, Raymond C.; Merino, Enrique

    2001-11-01

    We model three cases of coupling between mineral growth kinetics and mechanical response of the rock: (i) dispersed spherical crystals growing by replacement in a hydrostatically stressed elastic rock; (ii) growth of veins or vein networks accommodated by viscous relaxation of surrounding rock; and (iii) syntectonic crystallization in a rock undergoing bulk pure shear. Such models for the microscopic environment of mineral growth, together with additional assumptions or knowledge about rheological behavior and aggregate geometry, provide refined estimates of the behavior of a macroscopic volume element, which could be combined with geochemical reaction-transport models. Crucial in the models are the various consequences-pressure solution, creep, fracturing-of the local stress that is necessarily generated by mineral growth in rocks (other than in pores). In the first model, the dispersed spherical crystals of mineral A are assumed to grow within a spherical volume of rock consisting of mineral B, the ;mineralized zone; (MZ), itself embedded in elastic rock. The macroscopic stress in the MZ and the far-field stress in the surrounding rock are uniform and hydrostatic. Mineral growth of the A crystals is driven by supersaturation with respect to mineral A, is accommodated by replacement of B grains, and leads to an expansion of the MZ described by an infinitesimal strain. The radial growth rate of a spherical crystal of mineral A, with replacement of mineral B, is da/dt=kARTln(ΩA)[kBV0B/(kBV0B+kAV0A)], where kA and kB are kinetic constants, R is the gas constant, T the temperature in kelvin, and V0A and V0B are specific volumes. Reference saturation states of mineral A, ΩA > 1, and host mineral B, ΩB = 1, are specified at the far-field hydrostatic stress, σ0. The microscopic environment of each crystal of A is modeled by a representative volume element (RVE) consisting of a sphere of mineral A embedded in a spherical shell of mineral B. In each RVE, stress is

  3. Mars weathering analogs - Secondary mineralization in Antarctic basalts

    NASA Technical Reports Server (NTRS)

    Berkley, J. L.

    1982-01-01

    Alkalic basalt samples from Ross Island, Antarctica, are evaluated as terrestrial analogs to weathered surface materials on Mars. Secondary alteration in the rocks is limited to pneumatolytic oxidation of igneous minerals and glass, rare groundmass clay and zeolite mineralization, and hydrothermal minerals coating fractures and vesicle surfaces. Hydrothermal mineral assemblages consist mainly of K-feldspar, zeolites (phillipsite and chabazite), calcite, and anhydrite. Low alteration rates are attributed to cold and dry environmental factors common to both Antarctica and Mars. It is noted that mechanical weathering (aeolian abrasion) of Martian equivalents to present Antarctic basalts would yield minor hydrothermal minerals and local surface fines composed of primary igneous minerals and glass but would produce few hydrous products, such as palagonite, clay or micas. It is thought that leaching of hydrothermal vein minerals by migrating fluids and redeposition in duricrust deposits may represent an alternate process for incorporating secondary minerals of volcanic origin into Martian surface fines.

  4. No association between dietary vitamin K intake and fracture risk in chinese community-dwelling older men and women: a prospective study.

    PubMed

    Chan, R; Leung, J; Woo, J

    2012-05-01

    Data on the association between dietary vitamin K intake and fracture risk are limited among Chinese. This study examined such an association in community-dwelling elderly in Hong Kong. We present data from 2,944 subjects (1,605 men, 1,339 women) who participated in a prospective cohort study. Baseline dietary intakes of energy, protein, calcium, vitamin D, and vitamin K were assessed using a food-frequency questionnaire. Data on incident hip fracture and nonvertebral fracture during a median of 6.9 follow-up years were collected from a hospital database. Cox regression analyses were performed with adjustments for age, education attainment, smoking status, alcohol use, body mass index, hip bone mineral density, physical activity, use of calcium supplement, and energy-adjusted nutrient intakes. There were 29 (1.8 %) men and 19 (1.4 %) women with incident hip fractures and 97 (6.0 %) men and 88 (6.6 %) women with nonvertebral fractures. The median (interquartile range) of dietary vitamin K intake was 241.8 (157.5-360.8) and 238.9 (162.4-343.6) μg/day in men and women, respectively. Similar dietary vitamin K intakes were observed between subjects with hip or nonvertebral fractures and subjects without hip or nonvertebral fractures. In both men and women, dietary vitamin K intake was not associated with fracture risks at all measured sites in either crude or adjusted models. In Chinese community-dwelling elderly, hip or nonvertebral fracture risk was not associated with dietary vitamin K intake. The high dietary vitamin K intake of the studied group may have limited the ability to detect the association between vitamin K intake and fracture risk.

  5. Object classification and outliers analysis in the forthcoming Gaia mission

    NASA Astrophysics Data System (ADS)

    Ordóñez-Blanco, D.; Arcay, B.; Dafonte, C.; Manteiga, M.; Ulla, A.

    2010-12-01

    Astrophysics is evolving towards the rational optimization of costly observational material by the intelligent exploitation of large astronomical databases from both terrestrial telescopes and spatial mission archives. However, there has been relatively little advance in the development of highly scalable data exploitation and analysis tools needed to generate the scientific returns from these large and expensively obtained datasets. Among the upcoming projects of astronomical instrumentation, Gaia is the next cornerstone ESA mission. The Gaia survey foresees the creation of a data archive and its future exploitation with automated or semi-automated analysis tools. This work reviews some of the work that is being developed by the Gaia Data Processing and Analysis Consortium for the object classification and analysis of outliers in the forthcoming mission.

  6. Cable median barrier failure analysis and prevention.

    DOT National Transportation Integrated Search

    2012-12-01

    Cross-median crashes have been identified as one of the highest injury or fatality risk crash types. Although crossmedian : crashes account for only 2% to 5% of all median crash events, they are disproportionately represented in the number : and freq...

  7. Effectiveness of vitamin K2 on osteoporosis in adults with cerebral palsy.

    PubMed

    Kodama, Yuichi; Okamoto, Yasuhiro; Kubota, Tomohiro; Hiroyama, Yoshifumi; Fukami, Hiroshi; Matsushita, Kensuke; Kawano, Yoshifumi

    2017-11-01

    Osteoporosis can lead to spontaneous fractures in adults with cerebral palsy (CP). Undercarboxylated osteocalcin (ucOC) is a useful marker for vitamin K insufficiency in osteoporosis. The primary objective of this study was to determine the effect of vitamin K2 on bone mineral density (BMD) in adults with CP and vitamin K insufficiency. Sixteen adults, median age of 56years, with CP and osteoporosis in whom the serum ucOC concentration exceeded 4.5ng/mL were included. All patients received 45mg of vitamin K2 per day. BMD was measured and presented as a percentage of the young adult mean (%YAM). Serum levels of ucOC and BMD were measured at baseline and after 6 and 12months. Serum levels of ucOC decreased from 7.8ng/mL (range, 4.9-32) at baseline to 3.9ng/mL (range, 1.9-6.8) after 6months (P=0.001). BMD increased from 59%YAM (range, 45-67) at baseline to 68%YAM (range, 50-79) after 12months (P=0.003). Vitamin K2 had a positive effect on BMD in osteoporotic adults with CP and high serum concentrations of ucOC, and might be useful as a first line treatment for osteoporotic adults with CP and vitamin K insufficiency. Copyright © 2017 The Japanese Society of Child Neurology. Published by Elsevier B.V. All rights reserved.

  8. Influence of mineral matter on pyrolysis of palm oil wastes

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yang, Haiping; Chen, Hanping; Zheng, Chuguang

    2006-09-15

    The influence of mineral matter on pyrolysis of biomass (including pure biomass components, synthesized biomass, and natural biomass) was investigated using a thermogravimetric analyzer (TGA). First, the mineral matter, KCl, K{sub 2}CO{sub 3}, Na{sub 2}CO{sub 3}, CaMg(CO{sub 3}){sub 2}, Fe{sub 2}O{sub 3}, and Al{sub 2}O{sub 3}, was mixed respectively with the three main biomass components (hemicellulose, cellulose, and lignin) at a weight ratio (C/W) of 0.1 and its pyrolysis characteristics were investigated. Most of these mineral additives, except for K{sub 2}CO{sub 3}, demonstrated negligible influence. Adding K{sub 2}CO{sub 3} inhibited the pyrolysis of hemicellulose by lowering its mass loss ratemore » by 0.3 wt%/{sup o}C, while it enhanced the pyrolysis of cellulose by shifting the pyrolysis to a lower temperature. With increased K{sub 2}CO{sub 3} added, the weight loss of cellulose in the lower temperature zone (200-315 {sup o}C) increased greatly, and the activation energies of hemicellulose and cellulose pyrolysis decreased notably from 204 to 42 kJ/mol. Second, studies on the synthetic biomass of hemicellulose, cellulose, lignin, and K{sub 2}CO{sub 3} (as a representative of minerals) indicated that peaks of cellulose and hemicellulose pyrolysis became overlapped with addition of K{sub 2}CO{sub 3} (at C/W=0.05-0.1), due to the catalytic effect of K{sub 2}CO{sub 3} lowering cellulose pyrolysis to a lower temperature. Finally, a local representative biomass--palm oil waste (in the forms of original material and material pretreated through water washing or K{sub 2}CO{sub 3} addition)--was studied. Water washing shifted pyrolysis of palm oil waste to a higher temperature by 20 {sup o}C, while K{sub 2}CO{sub 3} addition lowered the peak temperature of pyrolysis by {approx}50{sup o}C. It was therefore concluded that the obvious catalytic effect of adding K{sub 2}CO{sub 3} might be attributed to certain fundamental changes in terms of chemical structure of

  9. Mineral parageneses, regional architecture, and tectonic evolution of Franciscan metagraywackes, Cape Mendocino-Garberville-Covelo 30' x 60' quadrangles, northwest California

    USGS Publications Warehouse

    Ernst, W.G.; McLaughlin, Robert J.

    2012-01-01

    The Franciscan Complex is a classic subduction-zone assemblage. In northwest California, it comprises a stack of west vergent thrust sheets: westernmost Eastern Belt outliers; Central Belt mélange; Coastal Belt Yager terrane; Coastal Belt Coastal terrane; Coastal Belt King Range/False Cape terranes. We collected samples and determined P-T conditions of recrystallization for 88 medium-fine-grained metasandstones to assess their subduction-exhumation histories and assembly of the host allochthons. Feebly recrystallized Yager, Coastal, and King Range strata retain clear detrital features. Scattered neoblastic prehnite occurs in several Coastal terrane metasandstones; traces of possible pumpellyite are present in three Yager metaclastic rocks. Pumpellyite ± lawsonite ± aragonite-bearing Central Belt metasandstones are moderately deformed and reconstituted. Intensely contorted, thoroughly recrystallized Eastern Belt affinity quartzose metagraywackes contain lawsonite + jadeitic pyroxene ± aragonite ± glaucophane. We microprobed neoblastic phases in 23 rocks, documenting mineral parageneses that constrain the tectonic accretion and metamorphic P-T evolution of these sheets. Quasi-stable mineral assemblages typify Eastern Belt metasandstones, but mm-sized domains in the Central and Coastal belt rocks failed to achieve chemical equilibrium. Eastern Belt slabs rose from subduction depths approaching 25–30 km, whereas structurally lower Central Belt mélanges returned from ∼15–18 km. Coastal Belt assemblages suggest burial depths less than 5–8 km. Eastern and Central belt allochthons sequentially decoupled from the downgoing oceanic lithosphere and ascended into the accretionary margin; K-feldspar-rich Coastal Belt rocks were stranded along the continental edge without undergoing appreciable subduction, probably during Paleogene unroofing of the older, deeply subducted units of the Franciscan Complex in east-vergent crustal wedges.

  10. Mineral carbonation of gaseous carbon dioxide using a clay-hosted cation exchange reaction.

    PubMed

    Kang, Il-Mo; Roh, Ki-Min

    2013-01-01

    The mineral carbonation method is still a challenge in practical application owing to: (1) slow reaction kinetics, (2) high reaction temperature, and (3) continuous mineral consumption. These constraints stem from the mode of supplying alkaline earth metals through mineral acidification and dissolution. Here, we attempt to mineralize gaseous carbon dioxide into calcium carbonate, using a cation exchange reaction of vermiculite (a species of expandable clay minerals). The mineralization is operated by draining NaCI solution through vermiculite powders and continuously dropping into the pool of NaOH solution with CO2 gas injected. The mineralization temperature is regulated here at 293 and 333 K for 15 min. As a result of characterization, using an X-ray powder diffractometer and a scanning electron microscopy, two types of pure CaCO3 polymorphs (vaterite and calcite) are identified as main reaction products. Their abundance and morphology are heavily dependent on the mineralization temperature. Noticeably, spindle-shaped vaterite, which is quite different from a typical vaterite morphology (polycrystalline spherulite), forms predominantly at 333 K (approximately 98 wt%).

  11. Mineral transformations during the dissolution of uranium ore minerals by dissimilatory metal-reducing bacteria

    NASA Astrophysics Data System (ADS)

    Glasauer, S.; Weidler, P.; Fakra, S.; Tyliszczak, T.; Shuh, D.

    2011-12-01

    Carnotite minerals [X2(UO2)2(VO4)2]; X = K, Ca, Ba, Mn, Na, Cu or Pb] form the major ore of uranium in the Colorado Plateau. These deposits are highly oxidized and contain U(VI) and V(IV). The biotransformation of U(VI) bound in carnotite by bacteria during dissimilatory metal reduction presents a complex puzzle in mineral chemistry. Both U(VI) and V(V) can be respired by metal reducing bacteria, and the mineral structure can change depending on the associated counterion. We incubated anaerobic cultures of S. putrefaciens CN32 with natural carnotite minerals from southeastern Utah in a nutrient-limited defined medium. Strain CN32 is a gram negative bacterium and a terrestrial isolate from New Mexico. The mineral and metal transformations were compared to a system that contained similar concentrations of soluble U(VI) and V(V). Electron (SEM, TEM) microscopies and x-ray spectromicroscopy (STXM) were used in conjunction with XRD to track mineral changes, and bacterial survival was monitored throughout the incubations. Slow rates of metal reduction over 10 months for the treatment with carnotite minerals revealed distinct biotic and abiotic processes, providing insight on mineral transformation and bacteria-metal interactions. The bacteria existed as small flocs or individual cells attached to the mineral phase, but did not adsorb soluble U or V, and accumulated very little of the biominerals. Reduction of mineral V(V) necessarily led to a dismantling of the carnotite structure. Bioreduction of V(V) by CN32 contributed small but profound changes to the mineral system, resulting in new minerals. Abiotic cation exchange within the carnotite group minerals induced the rearrangement of the mineral structures, leading to further mineral transformation. In contrast, bacteria survival was poor for treatments with soluble U(VI) and V(V), although both metals were reduced completely and formed solid UO2 and VO2; we also detected V(III). For these treatments, the bacteria

  12. A global method for identifying dependences between helio-geophysical and biological series by filtering the precedents (outliers)

    NASA Astrophysics Data System (ADS)

    Ozheredov, V. A.; Breus, T. K.; Gurfinkel, Yu. I.; Matveeva, T. A.

    2014-12-01

    A new approach to finding the dependence between heliophysical and meteorological factors and physiological parameters is considered that is based on the preliminary filtering of precedents (outliers). The sought-after dependence is masked by extraneous influences which cannot be taken into account. Therefore, the typically calculated correlation between the external-influence ( x) and physiology ( y) parameters is extremely low and does not allow their interdependence to be conclusively proved. A robust method for removing the precedents (outliers) from the database is proposed that is based on the intelligent sorting of the polynomial curves of possible dependences y( x), followed by filtering out the precedents which are far away from y( x) and optimizing the coefficient of nonlinear correlation between the regular, i.e., remaining, precedents. This optimization problem is shown to be a search for a maximum in the absence of the concept of gradient and requires the use of a genetic algorithm based on the Gray code. The relationships between the various medical and biological parameters and characteristics of the space and terrestrial weather are obtained and verified using the cross-validation method. It is proven that, by filtering out no more than 20% of precedents, it is possible to obtain a nonlinear correlation coefficient of no less than 0.5. A juxtaposition of the proposed method for filtering precedents (outliers) and the least-square method (LSM) for determining the optimal polynomial using multiple independent tests (Monte Carlo method) of models, which are as close as possible to real dependences, has shown that the LSM determination loses much in comparison to the proposed method.

  13. Rock Cycle. K-6 Science Curriculum.

    ERIC Educational Resources Information Center

    Blueford, J. R.; And Others

    Rock Cycle is one of the units of a K-6 unified science curriculum program. The unit consists of four organizing sub-themes: (1) chemistry (introducing the topics of matter, elements, compounds, and chemical bonding); (2) characteristics (presenting hands-on activities with rocks and minerals); (3) minerals (emphasizing the aesthetic and economic…

  14. Kinetic Study of Denatonium Sorption to Smectite Clay Minerals

    PubMed Central

    Crosson, Garry S.; Sandmann, Emily

    2013-01-01

    Abstract The denatonium cation, as a benzoate salt, is the most bitter cation known to modern society and is frequently added to consumer products to reduce accidental and intentional consumption by humans and animals. Denatonium can enter the environment by accidental discharges, potentially rendering water supplies undrinkable. Interactions of denatonium with soil components (i.e., smectite minerals) ultimately control the environmental fate of denatonium, but the current literature is devoid of studies that evaluate denatonium sorption to smectite minerals. This study investigated the mechanism and kinetics of denatonium sorption to smectite clay minerals as a function of smectite type, temperature, pH and ionic strength. Uptake by synthetic mica montmorillonite (Syn-1), Wyoming montmorillonite (SWy-2), and Texas montmorillonite (STx-1b) at 305K was rapid, with equilibrium being reached within 2 min for all clays. Complete removal of denatonium was observed for STx-1b at pH 6.9, while partial removal was observed for Syn-1 and SWy-2. Kinetic behavior of SWy-2 and Syn-1 is consistent with a pseudo–second-order model at 305K. An activation energy of +25.9 kJ/mol was obtained for sorption to Syn-1 and was independent of temperature between 286K and 338K. Activation-free energy (ΔG*), activation enthalpy (ΔH*), and activation entropy (ΔS*) for Syn-1 were found to be +62.91 kJ/mol, +23.36 kJ/mol, and −0.130 kJ/(K·mol), respectively. Sorption capacities at pH 3.6, 6.9, and 8.2 were constant at 1.3×10−2 g denatonium/g clay; however, the kinetic rate constant increased by 56%, going from acidic to basic solution conditions. Distribution coefficients were negatively correlated with ionic strength, suggesting cation exchange. Collectively, results suggested that smectite minerals can serve as efficient sinks for denatonium cations. This is much-needed information for agencies developing regulations regarding denatonium usage and for water treatment

  15. CABLE MEDIAN BARRIER FAILURE ANALYSIS AND REMEDIATION, PHASE II

    DOT National Transportation Integrated Search

    2013-06-20

    On divided roadways, cross-median fatalities are disproportionately overrepresented in fatal and serious injury crashes. Many state DOTs sought to mitigate cross-median crash risk by installing cable median barriers. Despite increased crash rates, st...

  16. Bone mineral loss in young women with amenorrhoea.

    PubMed Central

    Davies, M C; Hall, M L; Jacobs, H S

    1990-01-01

    OBJECTIVE--To examine the impact of amenorrhoea on bone mineral density in women of reproductive age. DESIGN--Cross sectional study of 200 amenorrhoeic women compared with normally menstruating controls. SETTING--Teaching hospital outpatient clinic specialising in reproductive medicine. SUBJECTS--200 Women aged 16-40 with a past or current history of amenorrhoea from various causes and of a median duration of three years, and a control group of 57 age matched normal volunteers with no history of menstrual disorder. MAIN OUTCOME MEASURE--Bone mineral density in the lumbar spine (L1-L4) as measured by dual energy x ray absorptiometry. RESULTS--The amenorrhoeic group showed a mean reduction in bone mineral density of 15% (95% confidence interval 12% to 18%) as compared with controls (mean bone mineral density 0.89 (SD 0.12) g/cm2 v 1.05 (0.09) g/cm2 in controls). Bone loss was related to the duration of amenorrhoea and the severity of oestrogen deficiency rather than to the underlying diagnosis. Patients with a history of fracture had significantly lower bone density than those without a history of fracture. Ten patients had suffered an apparently atraumatic fracture. CONCLUSIONS--Amenorrhoea in young women should be investigated and treated to prevent bone mineral loss. Menopausal women with a past history of amenorrhoea should be considered to be at high risk of osteoporosis. PMID:2224267

  17. A computational study on outliers in world music

    PubMed Central

    Benetos, Emmanouil; Dixon, Simon

    2017-01-01

    The comparative analysis of world music cultures has been the focus of several ethnomusicological studies in the last century. With the advances of Music Information Retrieval and the increased accessibility of sound archives, large-scale analysis of world music with computational tools is today feasible. We investigate music similarity in a corpus of 8200 recordings of folk and traditional music from 137 countries around the world. In particular, we aim to identify music recordings that are most distinct compared to the rest of our corpus. We refer to these recordings as ‘outliers’. We use signal processing tools to extract music information from audio recordings, data mining to quantify similarity and detect outliers, and spatial statistics to account for geographical correlation. Our findings suggest that Botswana is the country with the most distinct recordings in the corpus and China is the country with the most distinct recordings when considering spatial correlation. Our analysis includes a comparison of musical attributes and styles that contribute to the ‘uniqueness’ of the music of each country. PMID:29253027

  18. Development of a MASH TL-3 median barrier gate.

    DOT National Transportation Integrated Search

    2011-06-01

    Median barriers are commonly used to separate opposing lanes of traffic on divided highways and to : separate managed lanes from general purpose lanes. Concrete median barriers (CMBs) are often preferred : on urban freeways with narrow medians due to...

  19. [Analysis of mineral elements in different organs at different harvesting times of Schizonepeta tenuifolia on ICP-AES].

    PubMed

    Shan, Ming-Qiu; Yu, Sheng; Yu, Li-Xia; Ding, An-Wei

    2014-02-01

    To study the main storage organ of each mineral element in Schizonepeta tenuifolia, and explain its reasonable harvesting time and medicinal parts in view of mineral elements. The mineral elements of Schizonepeta tenuifolia in different organs at different harvesting times were determined by ICP-AES technique. The mineral elements, K, Ca, Na, P, Mg, Mn, Zn, Cu, Fe, Mo, were determined in the study. The results showed that at different harvesting times, (1) the contents of K, P, Cu in fringe and the contents of Mg, Ca, Na, Fe, Mn, Zn in leaf were highest among different organs. (2) among the macroelements, the contents of K and Ca were highest while the content of Na was lowest; among the microelements, the content of Fe was highest while the content of Mo was lowest. (3) in item, the proportion of K:P was highest while the proportion of Zn: Cu was lowest; in fringe, the proportions of Ca:Mg and Fe:Mn were lowest. (4) within the harvest period, variations of the mineral elements were not obvious. In the stem of Schizonepeta tenuifolia, the contents of every mineral elements were lower than other organs, including leaves and spikes. Considering the mineral elements, the correlations of harvesting time and content change were not remarkable.

  20. Mineral Magnetic Properties of Partially Oxidized Siderite

    NASA Astrophysics Data System (ADS)

    Dekkers, M. J.; Hanckmann, W. J. F.; Spassov, S.; Behrends, T.

    2017-12-01

    Siderite (FeCO3) is an important mineral in iron redox cycling in the subsurface. It is often characterized geochemically by means of various sequential extraction schemes. However, a mineralogical siderite determination remains rather tedious, particularly when dealing with trace amounts and very fine particles, often the rule in soils and sediments. Here we explore the suitability of the very sensitive magnetic methods to this end, exploiting siderite's magnetic properties at low temperature. The basic magnetic properties of siderite are surprisingly poorly characterized. To contribute to this issue, we have synthesized siderite with varying amounts of ferric iron in a chemostat, next to the magnetic characterization of several siderites from mineral collections. By slowly adding ferrous iron perchlorate to a carbonate solution the synthesis could be tweaked in order to deliver products as crystalline as possible. Synthesis products were verified with XRD; at pH below 7 siderite was the dominant phase, at higher pH the mineral chukanovite (Fe2(OH)2CO3) was found. The degree of oxidation was measured wet-chemically with the ferrozine method. Samples appeared to be oxidized between 1 and 80%, most samples between 1 and 6%. The sequence of low temperature magnetic measurements (on an MPMS3 system) included 1) cooling in a field of 15 mT to 5 K, 2) warming of a 5 T IRM given at 5 K in zero field to 300 K, 3) cooling in a field of 5 T to 5 K, and 4) warming of the field-cooled 5 T IRM in zero field to 300 K. For mineral collection siderite also hysteresis loops were determined at several temperatures to determine the exchange bias field. Conform literature data siderite was found to have a magnetic ordering temperature of 38 K. Oxidation appears to smear out the remanence warming curves while also shifting the ordering temperature upward. Specific magnetic moments were found to vary distinctly, being both lower and higher than reference values. We relate this

  1. Novel Determination of the Orientation of Calcite on Mineral Substrates

    NASA Astrophysics Data System (ADS)

    Zhao, L.; Ji, X.; Teng, H.

    2016-12-01

    In the threat of global warming, the transformation from CO2 to stable carbonate minerals is significant to geological CO2 sequestration in the long term.Previous efforts have found that when carbonate minerals nucleate on some mineral substrates ,the time of carbon capture can be shorted .Many efforts have been focused on the dynamics when carbonate minerals nucleate on mineral substrates, but few have studied the orientation of carbonate minerals on mineral substrates. In our experiment, we mainly focused on the orientation of calcite on mineral substrates.We mixed NaHCO3 and CaCl2 to nucleate when mineral substrates were added and a multi-parameter analyzer was used to monitor in real time to determine the induction time for nucleation. On the basis of classical nucleation theory, we got a brand new formula to decide the orientation of calcite on mineral substrates. lntind=(2-cosθ+cos3θ)*16πγ3vm2(12*(kBT)3*(lnS)2)+ln(1/N0v)+ ΔEa/(kBT)where θ is the angle between the substrate and the nuclei, tind is the induction time for nucleation, γ is he average surface free energy, N0 is the total number of particles per unit volume of solution, ΔEa is the activation energy for molecular motion across the embryo-matrix interface, S is the supersaturation index ,kB is the Boltzmann constant. Using the new formula above , when biotite was used as substrate mineral ,we found that the angle between the biotite and the nuclei was 119°. Angle measured on SEM images also supported our conclusion above. Combined with SEM and Debye ring analysed by Rigaku 2D data processing software, we only found one point of (006) in Debye ring, unlike (104)(many points in one ring and it meant that the orientation of (104) is random ). That meant (001) of calcite was first formed on biotite (001). In that case we inferred that 119° was formed by (001) of botite and (012) of calcite for the intersection angle of (001) and (012) was 120°. Future research will focus on the orientation of

  2. Electron Microprobe Analyses of Lithic Fragments and Their Minerals from Luna 20 Fines

    NASA Technical Reports Server (NTRS)

    Conrad, G. H.; Hlava, P. F.; Green, J. A.; Moore, R. B.; Moreland, G.; Dowty, E.; Prinz, M.; Keil, K.; Nehru, C. E.; Bunch, T. E.

    1973-01-01

    The bulk analyses (determined with the broad beam electron microprobe technique) of lithic fragments are given in weight percentages and are arranged according to the rock classification. Within each rock group the analyses are arranged in order of increasing FeO content. Thin section and lithic fragment numbers are given at the top of each column of analysis and correspond to the numbers recorded on photo mosaics on file in the Institute of Meteoritics. CIPW molecular norms are given for each analysis. Electron microprobe mineral analyses (given in oxide weight percentages), structural formulae and molecular end member values are presented for plagioclase, olivine, pyroxene and K-feldspar. The minerals are selected mostly from lithic fragments that were also analyzed for bulk composition. Within each mineral group the analyses are presented according to the section number and lithic fragment number. Within each lithic fragment the mineral analyses are arranged as follows: Plagioclase in order of increasing CaO; olivine and pyroexene in order of increasing FeO; and K-feldspar in order of increasing K2O. The mineral grains are identified at the top of each column of analysis by grain number and lithic fragment number.

  3. Debilitating lung disease among surface coal miners with no underground mining tenure.

    PubMed

    Halldin, Cara N; Reed, William R; Joy, Gerald J; Colinet, Jay F; Rider, James P; Petsonk, Edward L; Abraham, Jerrold L; Wolfe, Anita L; Storey, Eileen; Laney, A Scott

    2015-01-01

    To characterize exposure histories and respiratory disease among surface coal miners identified with progressive massive fibrosis from a 2010 to 2011 pneumoconiosis survey. Job history, tenure, and radiograph interpretations were verified. Previous radiographs were reviewed when available. Telephone follow-up sought additional work and medical history information. Among eight miners who worked as drill operators or blasters for most of their tenure (median, 35.5 years), two reported poor dust control practices, working in visible dust clouds as recently as 2012. Chest radiographs progressed to progressive massive fibrosis in as few as 11 years. One miner's lung biopsy demonstrated fibrosis and interstitial accumulation of macrophages containing abundant silica, aluminum silicate, and titanium dust particles. Overexposure to respirable silica resulted in progressive massive fibrosis among current surface coal miners with no underground mining tenure. Inadequate dust control during drilling/blasting is likely an important etiologic factor.

  4. Mineral content of complementary foods.

    PubMed

    Jani, Rati; Udipi, S A; Ghugre, P S

    2009-01-01

    To document mineral contents iron, zinc, calcium, energy contents and nutrient densities in complementary foods commonly given to young urban slum children. Information on dietary intake was collected from 892 mothers of children aged 13-24 months, using 24 hour dietary recall and standardized measures. Three variations of 27 most commonly prepared recipes were analyzed and their energy (Kcal/g) and nutrient densities (mg/100 Kcal) were calculated. Considerable variations were observed in preparation of all items fed to the children. Cereal-based items predominated their diets with only small amount of vegetables/fruits. Fenugreek was the only leafy vegetable included, but was given to only 1-2% of children. Iron, calcium, zinc contents of staple complementary foods ranged from: 0.33 mg to 3.73 mg, 4 mg to 64 mg, and 0.35 mg to 2.99 mg/100 respectively. Recipes diluted with less water and containing vegetables, spices had higher mineral content. Minerals densities were higher for dals, fenugreek vegetable, khichdi and chapatti. Using the median amounts of the various recipes fed to children, intakes of all nutrients examined especially calcium and iron was low. There is an urgent need to educate mothers about consistency, dilution, quantity, frequency, method of preparation, inclusion of micronutrient-rich foods, energy-dense complementary foods and gender equality.

  5. Signs on concrete median barriers.

    DOT National Transportation Integrated Search

    2013-04-01

    Concrete median barriers have been used throughout the state as permanent and temporary barriers for providing separation of traffic. Typically, these barriers are tested and considered crashworthy through crash testing according to National Cooperat...

  6. The Association Of Median Width and Highway Accident Rate

    DOT National Transportation Integrated Search

    1993-08-01

    Medians on divided highways may be used as recovery areas by out-of-control vehicles. In some regions, the median widths of new highways are being minimized to control the amount of right-of-way required, and in others, existing highway medians are b...

  7. Osteoprotegerin autoantibodies do not predict low bone mineral density in middle-aged women.

    PubMed

    Vaziri-Sani, Fariba; Brundin, Charlotte; Agardh, Daniel

    2017-12-01

    Autoantibodies against osteoprotegerin (OPG) have been associated with osteoporosis. The aim was to develop an immunoassay for OPG autoantibodies and test their diagnostic usefulness of identifying women general population with low bone mineral density. Included were 698 women at mean age 55.1 years (range 50.4-60.6) randomly selected from the general population. Measurement of wrist bone mineral density (g/cm 2 ) was performed of the non-dominant wrist by dual-energy X-ray absorptiometry (DXA). A T-score < - 2.5 was defined as having a low bone mineral density. Measurements of OPG autoantibodies were carried by radiobinding assays. Cut-off levels for a positive value were determined from the deviation from normality in the distribution of 398 healthy blood donors representing the 99.7th percentile. Forty-five of the 698 (6.6%) women were IgG-OPG positive compared with 2 of 398 (0.5%) controls ( p  < 0.0001) and 35 of the 698 (5.0%) women had a T-score < - 2.5. There was no difference in bone mineral density between IgG-OPG positive (median 0.439 (range 0.315-0.547) g/cm 2 ) women and IgG-OPG negative (median 0.435 (range 0.176-0.652) g/cm 2 ) women ( p  = 0.3956). Furthermore, there was neither a correlation between IgG-OPG levels and bone mineral density (r s  = 0.1896; p  = 0.2068) nor T-score (r s  = 0.1889; p  = 0.2086). Diagnostic sensitivity and specificity of IgG-OPG for low bone mineral density were 5.7% and 92.9%, and positive and negative predictive values were 7.4% and 90.8%, respectively. Elevated OPG autoantibody levels do not predict low bone mineral density in middle-aged women selected from the general population.

  8. Efficient Scalable Median Filtering Using Histogram-Based Operations.

    PubMed

    Green, Oded

    2018-05-01

    Median filtering is a smoothing technique for noise removal in images. While there are various implementations of median filtering for a single-core CPU, there are few implementations for accelerators and multi-core systems. Many parallel implementations of median filtering use a sorting algorithm for rearranging the values within a filtering window and taking the median of the sorted value. While using sorting algorithms allows for simple parallel implementations, the cost of the sorting becomes prohibitive as the filtering windows grow. This makes such algorithms, sequential and parallel alike, inefficient. In this work, we introduce the first software parallel median filtering that is non-sorting-based. The new algorithm uses efficient histogram-based operations. These reduce the computational requirements of the new algorithm while also accessing the image fewer times. We show an implementation of our algorithm for both the CPU and NVIDIA's CUDA supported graphics processing unit (GPU). The new algorithm is compared with several other leading CPU and GPU implementations. The CPU implementation has near perfect linear scaling with a speedup on a quad-core system. The GPU implementation is several orders of magnitude faster than the other GPU implementations for mid-size median filters. For small kernels, and , comparison-based approaches are preferable as fewer operations are required. Lastly, the new algorithm is open-source and can be found in the OpenCV library.

  9. Detecting outliers and learning complex structures with large spectroscopic surveys - a case study with APOGEE stars

    NASA Astrophysics Data System (ADS)

    Reis, Itamar; Poznanski, Dovi; Baron, Dalya; Zasowski, Gail; Shahaf, Sahar

    2018-05-01

    In this work, we apply and expand on a recently introduced outlier detection algorithm that is based on an unsupervised random forest. We use the algorithm to calculate a similarity measure for stellar spectra from the Apache Point Observatory Galactic Evolution Experiment (APOGEE). We show that the similarity measure traces non-trivial physical properties and contains information about complex structures in the data. We use it for visualization and clustering of the data set, and discuss its ability to find groups of highly similar objects, including spectroscopic twins. Using the similarity matrix to search the data set for objects allows us to find objects that are impossible to find using their best-fitting model parameters. This includes extreme objects for which the models fail, and rare objects that are outside the scope of the model. We use the similarity measure to detect outliers in the data set, and find a number of previously unknown Be-type stars, spectroscopic binaries, carbon rich stars, young stars, and a few that we cannot interpret. Our work further demonstrates the potential for scientific discovery when combining machine learning methods with modern survey data.

  10. The Heterogeneous P-Median Problem for Categorization Based Clustering

    ERIC Educational Resources Information Center

    Blanchard, Simon J.; Aloise, Daniel; DeSarbo, Wayne S.

    2012-01-01

    The p-median offers an alternative to centroid-based clustering algorithms for identifying unobserved categories. However, existing p-median formulations typically require data aggregation into a single proximity matrix, resulting in masked respondent heterogeneity. A proposed three-way formulation of the p-median problem explicitly considers…

  11. On the rank-distance median of 3 permutations.

    PubMed

    Chindelevitch, Leonid; Pereira Zanetti, João Paulo; Meidanis, João

    2018-05-08

    Recently, Pereira Zanetti, Biller and Meidanis have proposed a new definition of a rearrangement distance between genomes. In this formulation, each genome is represented as a matrix, and the distance d is the rank distance between these matrices. Although defined in terms of matrices, the rank distance is equal to the minimum total weight of a series of weighted operations that leads from one genome to the other, including inversions, translocations, transpositions, and others. The computational complexity of the median-of-three problem according to this distance is currently unknown. The genome matrices are a special kind of permutation matrices, which we study in this paper. In their paper, the authors provide an [Formula: see text] algorithm for determining three candidate medians, prove the tight approximation ratio [Formula: see text], and provide a sufficient condition for their candidates to be true medians. They also conduct some experiments that suggest that their method is accurate on simulated and real data. In this paper, we extend their results and provide the following: Three invariants characterizing the problem of finding the median of 3 matrices A sufficient condition for uniqueness of medians that can be checked in O(n) A faster, [Formula: see text] algorithm for determining the median under this condition A new heuristic algorithm for this problem based on compressed sensing A [Formula: see text] algorithm that exactly solves the problem when the inputs are orthogonal matrices, a class that includes both permutations and genomes as special cases. Our work provides the first proof that, with respect to the rank distance, the problem of finding the median of 3 genomes, as well as the median of 3 permutations, is exactly solvable in polynomial time, a result which should be contrasted with its NP-hardness for the DCJ (double cut-and-join) distance and most other families of genome rearrangement operations. This result, backed by our experimental

  12. Portfolio optimization using median-variance approach

    NASA Astrophysics Data System (ADS)

    Wan Mohd, Wan Rosanisah; Mohamad, Daud; Mohamed, Zulkifli

    2013-04-01

    Optimization models have been applied in many decision-making problems particularly in portfolio selection. Since the introduction of Markowitz's theory of portfolio selection, various approaches based on mathematical programming have been introduced such as mean-variance, mean-absolute deviation, mean-variance-skewness and conditional value-at-risk (CVaR) mainly to maximize return and minimize risk. However most of the approaches assume that the distribution of data is normal and this is not generally true. As an alternative, in this paper, we employ the median-variance approach to improve the portfolio optimization. This approach has successfully catered both types of normal and non-normal distribution of data. With this actual representation, we analyze and compare the rate of return and risk between the mean-variance and the median-variance based portfolio which consist of 30 stocks from Bursa Malaysia. The results in this study show that the median-variance approach is capable to produce a lower risk for each return earning as compared to the mean-variance approach.

  13. Inadequate dietary intake of minerals: prevalence and association with socio-demographic and lifestyle factors.

    PubMed

    Sales, Cristiane H; Fontanelli, Mariane de M; Vieira, Diva A S; Marchioni, Dirce M; Fisberg, Regina M

    2017-01-01

    This cross-sectional, population-based study aimed to estimate the prevalence of dietary mineral inadequacies among residents in urban areas of Sao Paulo, to identify foods contributing to mineral intake and to verify possible associations between socio-demographic and lifestyle factors and mineral intake. Data were obtained from the 2008 Health Survey of Sao Paulo (n 1511; mean age 43·6 (sd 23·2), range 14-97 years). Dietary intake of minerals was measured using two 24-h dietary recalls. Socio-demographic and lifestyle data were collected. The prevalence of inadequate intake was estimated according to Dietary Reference Intakes methods. Associations between mineral intake and baseline factors were determined using multiple linear regression. Na, Ca and Mg showed the highest dietary inadequacies. Some age/sex groups had lower intakes of P, Zn, Cu and Se. Rice, beans and bread were the main foods contributing towards mineral intake. Female sex was negatively associated with K, Na, P, Mg, Zn and Mn intakes. All age groups were positively associated with the intakes of K, P, Mg and Mn. Family income above one minimum wage was positively associated with Se intake. Living in a household whose head completed ≥10 years of education was positively associated with Ca and negatively associated with Na intake. Former smoker status was negatively associated with Ca intake. Current smoker status was inversely associated with K, Ca, P and Cu intakes. Sufficient physical activity was positively associated with K, Ca and Mg intakes. Overall, the intakes of all major minerals were inadequate and were influenced by socio-demographic and lifestyle factors.

  14. Experiment K-6-01. Distribution and biochemistry of mineral and matrix in the femurs of rats

    NASA Technical Reports Server (NTRS)

    Arnaud, S.; Mechanic, G.; Buckendahl, P.; Bromage, T.; Boyde, A.; Elliott, J.; Katz, E.; Durnova, G

    1990-01-01

    Previous analyses of the composition of mineral and matrix in the bone of young rats following space flight has revealed deficits in calcium, phosphorus, and osteocalcin, a non-collagenous protein, without an associated decrease in collagen. To characterize the location and nature of this mineralization defect in a weight bearing long bone, the femur, researchers attempted to relate the spatial distribution of mineral in situ in the proximal, central and distal thirds of the femoral diaphysis to the biochemical composition of bone from the same area. Biochemical analyses revealed lower concentrations of calcium, phosphorus and osteocalcin but not collagen only in the central third of the diaphysis of the flight animals (F) compared to synchronous controls (S). Collagen concentration was reduced only in the proximal third of the diaphysis, where all 3 crosslinks, expressed as nM/mol collagen were higher in F than S. A new technique, x ray microtomography, with a resolution of 26 microns, was used to obtain semi-quantitative data on mineral distribution in reconstructed sections of wet whole bone. To improve the resolution of the mineral density distribution, images of the surfaces of cut sections were analyzed by backscattered electrons in a scanning electron microscope (BSE). There was good agreement between the results of the two stereochemical techniques which revealed distinct patterns of mineralization in transverse and longitudinal directions of the diaphysis. The novel methodology developed for this flight experiment shows considerable promise in elucidating the biochemical nature of what appear to be regional alterations in the mineralization of long bones of animals exposed to spaceflight.

  15. Reduction of iron-bearing lunar minerals for the production of oxygen

    NASA Technical Reports Server (NTRS)

    Massieon, Charles; Cutler, Andrew; Shadman, Farhang

    1992-01-01

    The kinetics and mechanism of the reduction of simulants of the iron-bearing lunar minerals olivine ((Fe,Mg)2SiO4), pyroxene ((Fe,Mg,Ca)SiO3), and ilmenite (FeTiO3) are investigated, extending previous work with ilmenite. Fayalite is reduced by H2 at 1070 K to 1480 K. A layer of mixed silica glass and iron forms around an unreacted core. Reaction kinetics are influenced by permeation of hydrogen through this layer and a reaction step involving dissociated hydrogen. Reaction mechanisms are independent of Mg content. Augite, hypersthene, and hedenbergite are reduced in H2 at the same temperatures. The products are iron metal and lower iron silicates mixed throughout the mineral. Activation energy rises with calcium content. Ilmenite and fayalite are reduced with carbon deposited on partially reduced minerals via the CO disproportionation reaction. Reduction with carbon is rapid, showing the carbothermal reduction of lunar minerals is possible.

  16. Papillary Carcinoma in Median Aberrant Thyroid (Ectopic) - Case Report

    PubMed Central

    K, Shashidhar; Deshmane, Vijaya Laxmi; Kumar, Veerendra; Arjunan, Ravi

    2014-01-01

    Median ectopic thyroid may be encountered anywhere from the foramen caecum to the diaphragm. Non lingual median aberrant thyroid (incomplete descent) usually found in the infrahyoid region and malignant transformation in this ectopic thyroid tissue is very rare. We report an extremely rare case of papillary carcinoma in non lingual median aberrant thyroid in a 25-year-old female. The differentiation between a carcinoma arising in the median ectopic thyroid tissue and a metastatic papillary carcinoma from an occult primary in the main thyroid gland is also discussed. PMID:25121039

  17. Papillary carcinoma in median aberrant thyroid (ectopic) - case report.

    PubMed

    Hebbar K, Ashwin; K, Shashidhar; Deshmane, Vijaya Laxmi; Kumar, Veerendra; Arjunan, Ravi

    2014-06-01

    Median ectopic thyroid may be encountered anywhere from the foramen caecum to the diaphragm. Non lingual median aberrant thyroid (incomplete descent) usually found in the infrahyoid region and malignant transformation in this ectopic thyroid tissue is very rare. We report an extremely rare case of papillary carcinoma in non lingual median aberrant thyroid in a 25-year-old female. The differentiation between a carcinoma arising in the median ectopic thyroid tissue and a metastatic papillary carcinoma from an occult primary in the main thyroid gland is also discussed.

  18. Predictors of High Profit and High Deficit Outliers under SwissDRG of a Tertiary Care Center

    PubMed Central

    Mehra, Tarun; Müller, Christian Thomas Benedikt; Volbracht, Jörk; Seifert, Burkhardt; Moos, Rudolf

    2015-01-01

    Principles Case weights of Diagnosis Related Groups (DRGs) are determined by the average cost of cases from a previous billing period. However, a significant amount of cases are largely over- or underfunded. We therefore decided to analyze earning outliers of our hospital as to search for predictors enabling a better grouping under SwissDRG. Methods 28,893 inpatient cases without additional private insurance discharged from our hospital in 2012 were included in our analysis. Outliers were defined by the interquartile range method. Predictors for deficit and profit outliers were determined with logistic regressions. Predictors were shortlisted with the LASSO regularized logistic regression method and compared to results of Random forest analysis. 10 of these parameters were selected for quantile regression analysis as to quantify their impact on earnings. Results Psychiatric diagnosis and admission as an emergency case were significant predictors for higher deficit with negative regression coefficients for all analyzed quantiles (p<0.001). Admission from an external health care provider was a significant predictor for a higher deficit in all but the 90% quantile (p<0.001 for Q10, Q20, Q50, Q80 and p = 0.0017 for Q90). Burns predicted higher earnings for cases which were favorably remunerated (p<0.001 for the 90% quantile). Osteoporosis predicted a higher deficit in the most underfunded cases, but did not predict differences in earnings for balanced or profitable cases (Q10 and Q20: p<0.00, Q50: p = 0.10, Q80: p = 0.88 and Q90: p = 0.52). ICU stay, mechanical and patient clinical complexity level score (PCCL) predicted higher losses at the 10% quantile but also higher profits at the 90% quantile (p<0.001). Conclusion We suggest considering psychiatric diagnosis, admission as an emergencay case and admission from an external health care provider as DRG split criteria as they predict large, consistent and significant losses. PMID:26517545

  19. Predictors of High Profit and High Deficit Outliers under SwissDRG of a Tertiary Care Center.

    PubMed

    Mehra, Tarun; Müller, Christian Thomas Benedikt; Volbracht, Jörk; Seifert, Burkhardt; Moos, Rudolf

    2015-01-01

    Case weights of Diagnosis Related Groups (DRGs) are determined by the average cost of cases from a previous billing period. However, a significant amount of cases are largely over- or underfunded. We therefore decided to analyze earning outliers of our hospital as to search for predictors enabling a better grouping under SwissDRG. 28,893 inpatient cases without additional private insurance discharged from our hospital in 2012 were included in our analysis. Outliers were defined by the interquartile range method. Predictors for deficit and profit outliers were determined with logistic regressions. Predictors were shortlisted with the LASSO regularized logistic regression method and compared to results of Random forest analysis. 10 of these parameters were selected for quantile regression analysis as to quantify their impact on earnings. Psychiatric diagnosis and admission as an emergency case were significant predictors for higher deficit with negative regression coefficients for all analyzed quantiles (p<0.001). Admission from an external health care provider was a significant predictor for a higher deficit in all but the 90% quantile (p<0.001 for Q10, Q20, Q50, Q80 and p = 0.0017 for Q90). Burns predicted higher earnings for cases which were favorably remunerated (p<0.001 for the 90% quantile). Osteoporosis predicted a higher deficit in the most underfunded cases, but did not predict differences in earnings for balanced or profitable cases (Q10 and Q20: p<0.00, Q50: p = 0.10, Q80: p = 0.88 and Q90: p = 0.52). ICU stay, mechanical and patient clinical complexity level score (PCCL) predicted higher losses at the 10% quantile but also higher profits at the 90% quantile (p<0.001). We suggest considering psychiatric diagnosis, admission as an emergency case and admission from an external health care provider as DRG split criteria as they predict large, consistent and significant losses.

  20. Vitamin D and K status influences bone mineral density and bone accrual in children and adolescents with celiac disease.

    PubMed

    Mager, D R; Qiao, J; Turner, J

    2012-04-01

    Children with celiac disease (CD) are at risk for decreased bone mineral density (BMD) because of fat-soluble vitamin malabsorption, inflammation and/or under-nutrition. The study objective was to determine the interrelationships between vitamin K/D status and lifestyle variables on BMD in children and adolescents with CD at diagnosis and after 1 year on the gluten-free diet (GFD). Children and adolescents aged 3-17 years with biopsy proven CD at diagnosis and after 1 year on the GFD were studied. BMD was measured using dual-energy X-ray absorptiometry. Relevant variables included: anthropometrics, vitamin D/K status, diet, physical activity and sunlight exposure. Whole-body and lumbar-spine BMD-z scores were low (< or = -1) at diagnosis (10-20%) and after 1 year (30-32%) in the children, independent of symptoms. Whole-body BMD-z scores (-0.55±0.7 versus 0.72±1.5) and serum levels of 25(OH) vitamin D (90.3±24.8 versus 70.5±19.8 nmol/l) were significantly lower in older children (>10 years) when compared with younger children (< or =10 years) (P<0.001). Forty-three percent had suboptimal vitamin D status (25(OH)-vitamin D <75 nmol/l) at diagnosis; resolving in nearly half after 1 year on the GFD. Twenty-five percent had suboptimal vitamin K status at diagnosis; all resolved after 1 year. Children and adolescents with CD are at risk for suboptimal bone health at time of diagnosis and after 1 year on GFD; likely due in part to suboptimal vitamin D/K status. Therapeutic strategies aimed at optimizing vitamin K/D intake may contribute to improved BMD in children with CD.

  1. [Analysis of changes in minerals contents during cider fermentation process by inductively coupled plasma mass spectrometry].

    PubMed

    Ye, Meng-qi; Yue, Tian-li; Gao, Zhen-peng; Yuan, Ya-hong; Nie, Gang

    2015-01-01

    The changes in mineral elements during cider fermentation process were determined using ICP-MS. The results showed that the main minerals in the fermentation liquor included K, Na, Ca, Mg, Fe, Mn, Zn, Cu, Sr and B. The content of K was the highest in both the apple juice and the cider, being 1 853. 83 and 1 654. 38 mg . L-1 respectively. The content of minerals was in dynamic changes along with the fermentation process. As a whole, during 72-120 h and 144-216 h, most of the minerals contents underwent great fluctuation. Especially when fermented for 192 h, the content of most of the minerals reached peak value or valley value. The content of Fe and Zn achieved their peak value, while the content of K, Na, Ca, Mg, Mn and B achieved valley value. But during the following 24 h, the content of minerals underwent a sharp reversal. After fermentation, the content of K, Mg, Cu, Zn and B decreased significantly, while the content of Na, Ca, Mn, Fe and Sr did not change significantly. The correlational analysis was conducted to evaluate the correlation between the mineral elements, and the result showed that the correlation between Ca and Mn was the most significant, with the correlation index reaching 0. 924. The information of this study will supply sufficient data for the fermentation process control and quality improvement of cider.

  2. Dual pathology proximal median nerve compression of the forearm.

    PubMed

    Murphy, Siun M; Browne, Katherine; Tuite, David J; O'Shaughnessy, Michael

    2013-12-01

    We report an unusual case of synchronous pathology in the forearm- the coexistence of a large lipoma of the median nerve together with an osteochondroma of the proximal ulna, giving rise to a dual proximal median nerve compression. Proximal median nerve compression neuropathies in the forearm are uncommon compared to the prevalence of distal compression neuropathies (eg Carpal Tunnel Syndrome). Both neural fibrolipomas (Refs. 1,2) and osteochondromas of the proximal ulna (Ref. 3) in isolation are rare but well documented. Unlike that of a distal compression, a proximal compression of the median nerve will often have a definite cause. Neural fibrolipoma, also called fibrolipomatous hamartoma are rare, slow-growing, benign tumours of peripheral nerves, most often occurring in the median nerve of younger patients. To our knowledge, this is the first report of such dual pathology in the same forearm, giving rise to a severe proximal compression of the median nerve. In this case, the nerve was being pushed anteriorly by the osteochondroma, and was being compressed from within by the intraneural lipoma. This unusual case highlights the advantage of preoperative imaging as part of the workup of proximal median nerve compression. Copyright © 2013 British Association of Plastic, Reconstructive and Aesthetic Surgeons. Published by Elsevier Ltd. All rights reserved.

  3. Quantum image median filtering in the spatial domain

    NASA Astrophysics Data System (ADS)

    Li, Panchi; Liu, Xiande; Xiao, Hong

    2018-03-01

    Spatial filtering is one principal tool used in image processing for a broad spectrum of applications. Median filtering has become a prominent representation of spatial filtering because its performance in noise reduction is excellent. Although filtering of quantum images in the frequency domain has been described in the literature, and there is a one-to-one correspondence between linear spatial filters and filters in the frequency domain, median filtering is a nonlinear process that cannot be achieved in the frequency domain. We therefore investigated the spatial filtering of quantum image, focusing on the design method of the quantum median filter and applications in image de-noising. To this end, first, we presented the quantum circuits for three basic modules (i.e., Cycle Shift, Comparator, and Swap), and then, we design two composite modules (i.e., Sort and Median Calculation). We next constructed a complete quantum circuit that implements the median filtering task and present the results of several simulation experiments on some grayscale images with different noise patterns. Although experimental results show that the proposed scheme has almost the same noise suppression capacity as its classical counterpart, the complexity analysis shows that the proposed scheme can reduce the computational complexity of the classical median filter from the exponential function of image size n to the second-order polynomial function of image size n, so that the classical method can be speeded up.

  4. Adding Spatially Correlated Noise to a Median Ionosphere

    NASA Astrophysics Data System (ADS)

    Holmes, J. M.; Egert, A. R.; Dao, E. V.; Colman, J. J.; Parris, R. T.

    2017-12-01

    We describe a process for adding spatially correlated noise to a background ionospheric model, in this case the International Reference Ionosphere (IRI). Monthly median models do a good job describing bulk features of the ionosphere in a median sense. It is well known that the ionosphere almost never actually looks like its median. For the purposes of constructing an Operational System Simulation Experiment, it may be desirable to construct an ionosphere more similar to a particular instant, hour, or day than to the monthly median. We will examine selected data from the Global Ionosphere Radio Observatory (GIRO) database and estimate the amount of variance captured by the IRI model. We will then examine spatial and temporal correlations within the residuals. This analysis will be used to construct a temporal-spatial gridded ionosphere that represents a particular instantiation of those statistics.

  5. Exploration of geo-mineral compounds in granite mining soils using XRD pattern data analysis

    NASA Astrophysics Data System (ADS)

    Koteswara Reddy, G.; Yarakkula, Kiran

    2017-11-01

    The purpose of the study was to investigate the major minerals present in granite mining waste and agricultural soils near and away from mining areas. The mineral exploration of representative sub-soil samples are identified by X-Ray Diffractometer (XRD) pattern data analysis. The morphological features and quantitative elementary analysis was performed by Scanning Electron Microscopy-Energy Dispersed Spectroscopy (SEM-EDS).The XRD pattern data revealed that the major minerals are identified as Quartz, Albite, Anorthite, K-Feldspars, Muscovite, Annite, Lepidolite, Illite, Enstatite and Ferrosilite in granite waste. However, in case of agricultural farm soils the major minerals are identified as Gypsum, Calcite, Magnetite, Hematite, Muscovite, K-Feldspars and Quartz. Moreover, the agricultural soils neighbouring mining areas, the minerals are found that, the enriched Mica group minerals (Lepidolite and Illite) the enriched Orthopyroxene group minerals (Ferrosilite and Enstatite). It is observed that the Mica and Orthopyroxene group minerals are present in agricultural farm soils neighbouring mining areas and absent in agricultural farm soils away from mining areas. The study demonstrated that the chemical migration takes place at agricultural farm lands in the vicinity of the granite mining areas.

  6. Mineral Metabolism in Singleton and Twin-pregnant Dairy Goats

    PubMed Central

    Härter, C. J.; Castagnino, D. S.; Rivera, A. R.; Lima, L. D.; Silva, H. G. O.; Mendonça, A. N.; Bonfim, G. F.; Liesegang, A.; St-Pierre, N.; Teixeira, I. A. M. A.

    2015-01-01

    During pregnancy, the maternal body undergoes significant physiological changes. The present study assessed the changes on calcium (Ca), phosphorus (P), magnesium (Mg), sodium (Na) and potassium (K) metabolism in singleton and twin-pregnant dairy goats. The 42 goats used (49.5 kg±7.6 body weight [BW]) were assigned at random to treatments that were factorially arranged to account for 2 breeds (Oberhasli and Saanen), 2 pregnancy types (singleton and twin) and 3 gestation periods (80, 110, and 140 days). Digestibility trials were performed at 80, 110, and 140 days of gestation. Mineral retention during pregnancy was determined in the maternal body, femur, uterus, mammary gland, fetus and fetal fluid. Blood samples were taken during pregnancy before and after a meal, and Ca, P, Mg, Na, K ions and alkaline phosphatase activity determined in serum. Bone mineral density was determined in the right femur. Statistical analyses were performed using the SAS MIXED procedure. Dry matter intake decreased linearly up to 140 days of gestation. Maternal BW gain, and Ca, P, and Mg retention (g/kg) decreased linearly with the advance of gestation days. Macromineral retention in maternal body (g/kg) was greater in Oberhasli than Saanen goats, and their fetuses had higher Ca, P, and Mg deposition (mg/g). Mineral retention (mg/g) increased in fetuses according to pregnancy development, with no differences between singleton and twin pregnancy. In the mammary gland, the retention of all minerals (g) increased with the days of pregnancy. In conclusion, related to Ca, P, and Mg metabolism can be divided into two stages. Up to 80 days of gestation, was characterized by the preparation of the maternal body reserves for future mineral demands. From 80 days of gestation onward, was characterized by the transfer of maternal body reserves for fetal development and colostrum production. Na and K supply was provided by adjustments in endogenous excretion and an increase in intestinal absorption

  7. A Comprehensive Fifty-One Jurisdiction Review of Statutes Mandating and Encouraging the Teaching of History in K-12 Schools

    ERIC Educational Resources Information Center

    Cutting, A. Edward

    2012-01-01

    This is a linear review of the education statutes of each state for the purpose of identifying those statutes which require the state's history to be taught in its K-12 schools, with further analysis for trends and outliers. The intent is to first serve as a benchmark as to where both each state and the nation as a whole is at this point in time.…

  8. Median prior constrained TV algorithm for sparse view low-dose CT reconstruction.

    PubMed

    Liu, Yi; Shangguan, Hong; Zhang, Quan; Zhu, Hongqing; Shu, Huazhong; Gui, Zhiguo

    2015-05-01

    It is known that lowering the X-ray tube current (mAs) or tube voltage (kVp) and simultaneously reducing the total number of X-ray views (sparse view) is an effective means to achieve low-dose in computed tomography (CT) scan. However, the associated image quality by the conventional filtered back-projection (FBP) usually degrades due to the excessive quantum noise. Although sparse-view CT reconstruction algorithm via total variation (TV), in the scanning protocol of reducing X-ray tube current, has been demonstrated to be able to result in significant radiation dose reduction while maintain image quality, noticeable patchy artifacts still exist in reconstructed images. In this study, to address the problem of patchy artifacts, we proposed a median prior constrained TV regularization to retain the image quality by introducing an auxiliary vector m in register with the object. Specifically, the approximate action of m is to draw, in each iteration, an object voxel toward its own local median, aiming to improve low-dose image quality with sparse-view projection measurements. Subsequently, an alternating optimization algorithm is adopted to optimize the associative objective function. We refer to the median prior constrained TV regularization as "TV_MP" for simplicity. Experimental results on digital phantoms and clinical phantom demonstrated that the proposed TV_MP with appropriate control parameters can not only ensure a higher signal to noise ratio (SNR) of the reconstructed image, but also its resolution compared with the original TV method. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. K2-EDTA and K3-EDTA Greiner Tubes for HbA1c Measurement.

    PubMed

    Vrtaric, Alen; Filipi, Petra; Hemar, Marina; Nikolac, Nora; Simundic, Ana-Maria

    2016-02-01

    To determine whether K2-ethylenediaminetetraacetic acid (EDTA) and K3-EDTA Greiner tubes could be used interchangeably for glycosylated hemoglobin, type A1C (HbA1c) measurement via the Abbott Laboratories ARCHITECT chemiluminescent microparticle HbA1c assay on the ARCHITECT i2000SR immunoanalyzer at our university hospital. We drew blood from a total of 45 outpatients into plastic Greiner Vacuette tubes, some of which were lined with K2-EDTA and others with K3-EDTA anticoagulant. Data are presented as median and interquartile range values. We used the Wilcoxon test and Passing-Bablok regression for tube comparison. For K2-EDTA tubes median HbA1c concentration was 54 mmol/mol (41 to 71 mmol/mol) and for K3-EDTA tubes 56 mmol/mol (43 to 69 mmol/mol). There was no statistically significant difference between K2-EDTA and K3-EDTA (bias= -1.29 mmol/mol; P = 0.24). Passing-Bablok regression showed that there is no constant and proportional error: y = -0.23 (95% CI[-3.52 to 0.69]) + 1.00( 95% CI[0.98 to 1.06]) x. In this study, we provide evidence for the lack of any clinically and statistically significant bias between K2-EDTA and K3-EDTA HbA1c measurements. Thus, Greiner tubes lined with K2-EDTA and those lined with K3-EDTA can safely be used interchangeably to measure HbA1c via the Abbott Laboratories ARCHITECT assay. © American Society for Clinical Pathology, 2015. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  10. Working Conditions, Workplace Violence, and Psychological Distress in Andean Miners: A Cross-sectional Study Across Three Countries.

    PubMed

    Salas, Maria Luisa; Quezada, Steve; Basagoitia, Armando; Fernandez, Tamara; Herrera, Ronald; Parra, Manuel; Muñoz, Daniel Moraga; Weigl, Matthias; Radon, Katja

    2015-01-01

    Psychosocial working conditions are well-known determinants of poor mental health. However, studies in mining populations where employment and working conditions are frequently precarious have, to our knowledge, only focused on occupational accidents and diseases. The aim of this study was to assess psychosocial working conditions and psychological distress in Andean underground miners. The study population consisted of 153 Bolivian miners working in a silver mining cooperative, 137 Chilean informal gold miners, and 200 formal Peruvian silver miners employed in a remote setting. High work demands, minimal work control, minimal social support at work, and workplace exposure to violence and bullying were assessed using the Spanish short form of the European Working Condition Survey. A general health questionnaire score >4 was used as cutoff for psychological distress. Associations between psychosocial work environment and psychological distress were tested using logistic regression models controlling for potential confounding and effect modification by country. Prevalence of psychological distress was 82% in the Bolivian cooperative miners, 29% in the Peruvian formal miners, and 22% in the Chilean informal miners (pχ(2) < 0.001). 55% of the miners had suffered violence during the 12-months before the survey. Workplace demands were high (median 12.5 on a scale from 7-14), as was social support (median 5.5 on a scale from 3-6). After adjustment for country and other relevant exposure variables and considering interactions between country and job strain, miners in active (odds ratio [OR], 6.8; 95% confidence interval [CI] 2.1-22.7) and high strain jobs (OR, 7.2; 95% CI, 1.7-29.9) were at increased odds of distress compared with those in low strain jobs. Violence at work also contributed to increased odds of distress (OR, 1.86; 95% CI, 1.1-3.1). Psychological distress is associated with the psychosocial work environment in Andean underground miners. Interventions in

  11. Congenital Median Upper Lip Fistula

    PubMed Central

    al Aithan, Bandar

    2012-01-01

    Congenital median upper lip fistula (MULF) is an extremely rare condition resulting from abnormal fusion of embryologic structures. We present a new case of congenital medial upper lip fistula located in the midline of the philtrum of a 6 year old girl. PMID:22953305

  12. Identification of Outliers in Grace Data for Indo-Gangetic Plain Using Various Methods (Z-Score, Modified Z-score and Adjusted Boxplot) and Its Removal

    NASA Astrophysics Data System (ADS)

    Srivastava, S.

    2015-12-01

    Gravity Recovery and Climate Experiment (GRACE) data are widely used for the hydrological studies for large scale basins (≥100,000 sq km). GRACE data (Stokes Coefficients or Equivalent Water Height) used for hydrological studies are not direct observations but result from high level processing of raw data from the GRACE mission. Different partner agencies like CSR, GFZ and JPL implement their own methodology and their processing methods are independent from each other. The primary source of errors in GRACE data are due to measurement and modeling errors and the processing strategy of these agencies. Because of different processing methods, the final data from all the partner agencies are inconsistent with each other at some epoch. GRACE data provide spatio-temporal variations in Earth's gravity which is mainly attributed to the seasonal fluctuations in water level on Earth surfaces and subsurface. During the quantification of error/uncertainties, several high positive and negative peaks were observed which do not correspond to any hydrological processes but may emanate from a combination of primary error sources, or some other geophysical processes (e.g. Earthquakes, landslide, etc.) resulting in redistribution of earth's mass. Such peaks can be considered as outliers for hydrological studies. In this work, an algorithm has been designed to extract outliers from the GRACE data for Indo-Gangetic plain, which considers the seasonal variations and the trend in data. Different outlier detection methods have been used such as Z-score, modified Z-score and adjusted boxplot. For verification, assimilated hydrological (GLDAS) and hydro-meteorological data are used as the reference. The results have shown that the consistency amongst all data sets improved significantly after the removal of outliers.

  13. RE-EXAMINING HIGH ABUNDANCE SLOAN DIGITAL SKY SURVEY MASS-METALLICITY OUTLIERS: HIGH N/O, EVOLVED WOLF-RAYET GALAXIES?

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Berg, Danielle A.; Skillman, Evan D.; Marble, Andrew R., E-mail: berg@astro.umn.edu, E-mail: skillman@astro.umn.edu, E-mail: amarble@nso.edu

    We present new MMT spectroscopic observations of four dwarf galaxies representative of a larger sample observed by the Sloan Digital Sky Survey and identified by Peeples et al. as low-mass, high oxygen abundance outliers from the mass-metallicity relation. Peeples showed that these four objects (with metallicity estimates of 8.5 {<=} 12 + log(O/H) {<=} 8.8) have oxygen abundance offsets of 0.4-0.6 dex from the M{sub B} luminosity-metallicity relation. Our new observations extend the wavelength coverage to include the [O II] {lambda}{lambda}3726, 3729 doublet, which adds leverage in oxygen abundance estimates and allows measurements of N/O ratios. All four spectra aremore » low excitation, with relatively high N/O ratios (N/O {approx}> 0.10), each of which tend to bias estimates based on strong emission lines toward high oxygen abundances. These spectra all fall in a regime where the 'standard' strong-line methods for metallicity determinations are not well calibrated either empirically or by photoionization modeling. By comparing our spectra directly to photoionization models, we estimate oxygen abundances in the range of 7.9 {<=} 12 + log (O/H) {<=} 8.4, consistent with the scatter of the mass-metallicity relation. We discuss the physical nature of these galaxies that leads to their unusual spectra (and previous classification as outliers), finding their low excitation, elevated N/O, and strong Balmer absorption are consistent with the properties expected from galaxies evolving past the 'Wolf-Rayet galaxy' phase. We compare our results to the 'main' sample of Peeples and conclude that they are outliers primarily due to enrichment of nitrogen relative to oxygen and not due to unusually high oxygen abundances for their masses or luminosities.« less

  14. Vibrational spectroscopy of synthetic archerite (K,NH4)HPO4- and in comparison with the natural cave mineral

    NASA Astrophysics Data System (ADS)

    Frost, Ray L.; Xi, Yunfei; Palmer, Sara J.; Tan, Keqin; Millar, Graeme J.

    2012-03-01

    In order to mimic the formation of archerite in cave minerals, the mineral analogue has been synthesised. The cave mineral is formed by the reaction of the chemicals in bat guano with calcite substrates. X-ray diffraction proves that the synthesised archerite analogue was pure and more pure than the natural cave mineral. The vibrational spectra of the synthesised mineral are compared with that of the natural cave mineral from the Murra-el-elevyn Cave, Eucla, Western Australia. Raman and infrared bands are assigned to HPO4-, OH and NH stretching and bending vibrations. The Raman band at 917 cm-1 is assigned to the HOP stretching vibration of HPO4- units. Bands in the 1200-1800 cm-1 region are associated with NH4+ bending modes. Vibrational spectroscopy enables the molecular structure of archerite analogue to be analysed.

  15. Differential aging of median and ulnar sensory nerve parameters.

    PubMed

    Werner, Robert A; Franzblau, Alfred; D'Arcy, Hannah J S; Evanoff, Bradley A; Tong, Henry C

    2012-01-01

    Nerve conduction velocity slows and amplitude declines with aging. Median and ulnar sensory nerves were tested at the annual meetings of the American Dental Association. Seven hundred four subjects had at least two observations. The rate of change in the nerve parameters was estimated while controlling for gender, age, change in hand temperature, baseline body mass index (BMI), and change in BMI. Amplitudes of the median sensory nerve action potentials decreased by 0.58 μV per year, whereas conduction velocity decreased at a rate of 0.41 m/s per year. Corresponding values for the ulnar nerve were 0.89 μV and 0.29 m/s per year. The rates of change in amplitudes did not differ, but the median nerve demonstrated a more rapid loss of conduction velocity. The rate of change for the median conduction velocity was higher than previously reported. The rate of change of median conduction velocity was significantly greater than for the ulnar nerve. Copyright © 2011 Wiley Periodicals, Inc.

  16. High dose vitamin K3 infusion in advanced hepatocellular carcinoma.

    PubMed

    Sarin, Shiv K; Kumar, Manoj; Garg, Sanjay; Hissar, Syed; Pandey, Chandana; Sharma, Barjesh C

    2006-09-01

    The survival of patients with unresectable advanced hepatocellular carcinoma (HCC) with portal vein thrombosis is dismal. Current therapeutic options have limited efficacy. Vitamin K has been shown to have antitumor effect on HCC cells both in cell lines and patients with advanced HCC. The aim of this study was to assess the clinical efficacy of high dose vitamin K3 in the treatment of advanced HCC with portal vein thrombosis. Forty-two consecutive patients with advanced HCC (Stage C according to BCLC staging system) with portal vein thrombosis were randomized into two groups: (i) high dose vitamin K3 (n = 23); and (ii) placebo (n = 19). The vitamin K3 was administered by i.v. infusion of 50 mg/day with daily increase of dose by 50 mg for 6 days, followed by 20 mg i.m. twice daily for 2 weeks. Of the 23 patients treated with vitamin K, one (4.3%) achieved complete response and three (13%) partial response, for a total of four (17.4%) objective responders overall. The overall mean survival was 8.9 +/- 8.8 months (median: 6; range 1-37 months) in the vitamin K group and 6.8 +/- 5.3 months (median: 5; range 1.5-21 months) in the placebo group (P = 0.552). The mean duration of survival was longer in patients in the vitamin K group who achieved objective response (22.5 +/- 12.2; median: 21; range 11-37 months) as compared to patients not achieving objective response (6.1 +/- 4.6; median: 5; range 1-16 months) (P = 0.0.002). Portal vein thrombosis resolved with complete patency in one (4.35%) patient. Treatment with high dose vitamin K produces objective response in 17% patients with improved survival in patients achieving objective response; however, it does not affect the overall survival.

  17. Effects of mineral dust on global atmospheric nitrate concentrations

    NASA Astrophysics Data System (ADS)

    Karydis, V. A.; Tsimpidi, A. P.; Pozzer, A.; Astitha, M.; Lelieveld, J.

    2016-02-01

    This study assesses the chemical composition and global aerosol load of the major inorganic aerosol components, focusing on mineral dust and aerosol nitrate. The mineral dust aerosol components (i.e., Ca2+, Mg2+, K+, Na+) and their emissions are included in the ECHAM5/MESSy Atmospheric Chemistry model (EMAC). Gas/aerosol partitioning is simulated using the ISORROPIA-II thermodynamic equilibrium model that considers K+, Ca2+, Mg2+, NH4+, Na+, SO42-, NO3-, Cl-, and H2O aerosol components. Emissions of mineral dust are calculated online by taking into account the soil particle size distribution and chemical composition of different deserts worldwide. Presence of metallic ions can substantially affect the nitrate partitioning into the aerosol phase due to thermodynamic interactions. The model simulates highest fine aerosol nitrate concentration over urban and industrialized areas (1-3 µg m-3), while coarse aerosol nitrate is highest close to deserts (1-4 µg m-3). The influence of mineral dust on nitrate formation extends across southern Europe, western USA, and northeastern China. The tropospheric burden of aerosol nitrate increases by 44 % when considering interactions of nitrate with mineral dust. The calculated global average nitrate aerosol concentration near the surface increases by 36 %, while the coarse- and fine-mode concentrations of nitrate increase by 53 and 21 %, respectively. Other inorganic aerosol components are affected by reactive dust components as well (e.g., the tropospheric burden of chloride increases by 9 %, ammonium decreases by 41 %, and sulfate increases by 7 %). Sensitivity tests show that nitrate aerosol is most sensitive to the chemical composition of the emitted mineral dust, followed by the soil size distribution of dust particles, the magnitude of the mineral dust emissions, and the aerosol state assumption.

  18. Noise-robust unsupervised spike sorting based on discriminative subspace learning with outlier handling

    NASA Astrophysics Data System (ADS)

    Keshtkaran, Mohammad Reza; Yang, Zhi

    2017-06-01

    Objective. Spike sorting is a fundamental preprocessing step for many neuroscience studies which rely on the analysis of spike trains. Most of the feature extraction and dimensionality reduction techniques that have been used for spike sorting give a projection subspace which is not necessarily the most discriminative one. Therefore, the clusters which appear inherently separable in some discriminative subspace may overlap if projected using conventional feature extraction approaches leading to a poor sorting accuracy especially when the noise level is high. In this paper, we propose a noise-robust and unsupervised spike sorting algorithm based on learning discriminative spike features for clustering. Approach. The proposed algorithm uses discriminative subspace learning to extract low dimensional and most discriminative features from the spike waveforms and perform clustering with automatic detection of the number of the clusters. The core part of the algorithm involves iterative subspace selection using linear discriminant analysis and clustering using Gaussian mixture model with outlier detection. A statistical test in the discriminative subspace is proposed to automatically detect the number of the clusters. Main results. Comparative results on publicly available simulated and real in vivo datasets demonstrate that our algorithm achieves substantially improved cluster distinction leading to higher sorting accuracy and more reliable detection of clusters which are highly overlapping and not detectable using conventional feature extraction techniques such as principal component analysis or wavelets. Significance. By providing more accurate information about the activity of more number of individual neurons with high robustness to neural noise and outliers, the proposed unsupervised spike sorting algorithm facilitates more detailed and accurate analysis of single- and multi-unit activities in neuroscience and brain machine interface studies.

  19. Noise-robust unsupervised spike sorting based on discriminative subspace learning with outlier handling.

    PubMed

    Keshtkaran, Mohammad Reza; Yang, Zhi

    2017-06-01

    Spike sorting is a fundamental preprocessing step for many neuroscience studies which rely on the analysis of spike trains. Most of the feature extraction and dimensionality reduction techniques that have been used for spike sorting give a projection subspace which is not necessarily the most discriminative one. Therefore, the clusters which appear inherently separable in some discriminative subspace may overlap if projected using conventional feature extraction approaches leading to a poor sorting accuracy especially when the noise level is high. In this paper, we propose a noise-robust and unsupervised spike sorting algorithm based on learning discriminative spike features for clustering. The proposed algorithm uses discriminative subspace learning to extract low dimensional and most discriminative features from the spike waveforms and perform clustering with automatic detection of the number of the clusters. The core part of the algorithm involves iterative subspace selection using linear discriminant analysis and clustering using Gaussian mixture model with outlier detection. A statistical test in the discriminative subspace is proposed to automatically detect the number of the clusters. Comparative results on publicly available simulated and real in vivo datasets demonstrate that our algorithm achieves substantially improved cluster distinction leading to higher sorting accuracy and more reliable detection of clusters which are highly overlapping and not detectable using conventional feature extraction techniques such as principal component analysis or wavelets. By providing more accurate information about the activity of more number of individual neurons with high robustness to neural noise and outliers, the proposed unsupervised spike sorting algorithm facilitates more detailed and accurate analysis of single- and multi-unit activities in neuroscience and brain machine interface studies.

  20. Low serum vitamin K in PXE results in defective carboxylation of mineralization inhibitors similar to the GGCX mutations in the PXE-like syndrome.

    PubMed

    Vanakker, Olivier M; Martin, Ludovic; Schurgers, Leon J; Quaglino, Daniela; Costrop, Laura; Vermeer, Cees; Pasquali-Ronchetti, Ivonne; Coucke, Paul J; De Paepe, Anne

    2010-06-01

    Soft-tissue mineralization is a tightly regulated process relying on the activity of systemic and tissue-specific inhibitors and promoters of calcium precipitation. Many of these, such as matrix gla protein (MGP) and osteocalcin (OC), need to undergo carboxylation to become active. This post-translational modification is catalyzed by the gammaglutamyl carboxylase GGCX and requires vitamin K (VK) as an essential co-factor. Recently, we described a novel phenotype characterized by aberrant mineralization of the elastic fibers resulting from mutations in GGCX. Because of the resemblance with pseudoxanthoma elasticum (PXE), a prototype disorder of elastic fiber mineralization, it was coined the PXE-like syndrome. As mutations in GGCX negatively affect protein carboxylation, it is likely that inactive inhibitors of calcification contribute to ectopic mineralization in PXE-like syndrome. Because of the remarkable similarities with PXE, we performed a comparative study of various forms of VK-dependent proteins in serum, plasma (using ELISA), and dermal tissues (using immunohistochemistry) of PXE-like and PXE patients using innovative, conformation-specific antibodies. Furthermore, we measured VK serum concentrations (using HPLC) in PXE-like and PXE samples to evaluate the VK status. In PXE-like patients, we noted an accumulation of uncarboxylated Gla proteins, MGP, and OC in plasma, serum, and in the dermis. Serum levels of VK were normal in these patients. In PXE patients, we found similar, although not identical results for the Gla proteins in the circulation and dermal tissue. However, the VK serum concentration in PXE patients was significantly decreased compared with controls. Our findings allow us to conclude that ectopic mineralization in the PXE-like syndrome and in PXE results from a deficient protein carboxylation of VK-dependent inhibitors of calcification. Although in PXE-like patients this is due to mutations in the GGCX gene, a deficiency of the

  1. Quantitative Characterization Guidelines of Erionite Series Minerals for Regulatory Agencies

    NASA Astrophysics Data System (ADS)

    Dogan, A.; Dogan, M.

    2013-05-01

    Erionite is a major health problem where contaminates an environment, which human population exists. Erionite - mesothelioma relationship was first observed in Turkey in 1980's and now the problem is emerging in other places in the world including Mexico. In the past, there have been in vivo or in vitro biological experiments performed using "not correctly characterized" erionite minerals. In addition, in 1997, the erionite was elevated to series status and new erionite minerals - erionite-Na, -K, -Ca - have been proposed. In 2008, erionite characterization guidelines have been proposed (Dogan and Dogan, 2008) and using these criteria, published data was re-evaluated and re-classified; and new mean chemical formula of erionite-Na, -K, -Ca was proposed. If data do not pass the E% and Mg-tests, then any reference to them in the literature is proposed to be disregarded. In some cases, different results have been reported for erionites from the same location by different authors. In these cases, if data do pass both tests but are characterized as from more than one type of erionite, then the mineral should be classified as "undifferentiated" until further clarification. Therefore, we propose (i) Erionite should be correctly characterized using proposed "positive" identification guidelines. (ii) Erionite species (whether it is -Na or -K or -Ca) should be correctly identified. (iii) There should be a close collaboration between medical community researchers and mineralogists in this field so that animal and cell experiments should be performed only with minerals that have passed "positive" identification tests. (iv) An international data bank should be established at one of the mineralogical societies and new data must be evaluated rigorously before being accepted. (v) Regulatory Agencies should ensure that the proposed guidelines for "positive" identification of erionite series minerals, both for a single fiber and a bulk mineral, are followed closely. (vi) Finally, the

  2. Clustering for Binary Data Sets by Using Genetic Algorithm-Incremental K-means

    NASA Astrophysics Data System (ADS)

    Saharan, S.; Baragona, R.; Nor, M. E.; Salleh, R. M.; Asrah, N. M.

    2018-04-01

    This research was initially driven by the lack of clustering algorithms that specifically focus in binary data. To overcome this gap in knowledge, a promising technique for analysing this type of data became the main subject in this research, namely Genetic Algorithms (GA). For the purpose of this research, GA was combined with the Incremental K-means (IKM) algorithm to cluster the binary data streams. In GAIKM, the objective function was based on a few sufficient statistics that may be easily and quickly calculated on binary numbers. The implementation of IKM will give an advantage in terms of fast convergence. The results show that GAIKM is an efficient and effective new clustering algorithm compared to the clustering algorithms and to the IKM itself. In conclusion, the GAIKM outperformed other clustering algorithms such as GCUK, IKM, Scalable K-means (SKM) and K-means clustering and paves the way for future research involving missing data and outliers.

  3. Maximum Likelihood Methods in Treating Outliers and Symmetrically Heavy-Tailed Distributions for Nonlinear Structural Equation Models with Missing Data

    ERIC Educational Resources Information Center

    Lee, Sik-Yum; Xia, Ye-Mao

    2006-01-01

    By means of more than a dozen user friendly packages, structural equation models (SEMs) are widely used in behavioral, education, social, and psychological research. As the underlying theory and methods in these packages are vulnerable to outliers and distributions with longer-than-normal tails, a fundamental problem in the field is the…

  4. Minerals Yearbook, volume I, Metals and Minerals

    USGS Publications Warehouse

    ,

    2018-01-01

    The U.S. Geological Survey (USGS) Minerals Yearbook discusses the performance of the worldwide minerals and materials industries and provides background information to assist in interpreting that performance. Content of the individual Minerals Yearbook volumes follows:Volume I, Metals and Minerals, contains chapters about virtually all metallic and industrial mineral commodities important to the U.S. economy. Chapters on survey methods, summary statistics for domestic nonfuel minerals, and trends in mining and quarrying in the metals and industrial mineral industries in the United States are also included.Volume II, Area Reports: Domestic, contains a chapter on the mineral industry of each of the 50 States and Puerto Rico and the Administered Islands. This volume also has chapters on survey methods and summary statistics of domestic nonfuel minerals.Volume III, Area Reports: International, is published as four separate reports. These regional reports contain the latest available minerals data on more than 180 foreign countries and discuss the importance of minerals to the economies of these nations and the United States. Each report begins with an overview of the region’s mineral industries during the year. It continues with individual country chapters that examine the mining, refining, processing, and use of minerals in each country of the region and how each country’s mineral industry relates to U.S. industry. Most chapters include production tables and industry structure tables, information about Government policies and programs that affect the country’s mineral industry, and an outlook section.The USGS continually strives to improve the value of its publications to users. Constructive comments and suggestions by readers of the Minerals Yearbook are welcomed.

  5. Delay in estrogen commencement is associated with lower bone mineral density in Turner syndrome.

    PubMed

    Nguyen, H H; Wong, P; Strauss, B J; Jones, G; Ebeling, P R; Milat, F; Vincent, A

    2017-10-01

    Turner syndrome (TS) is associated with hypogonadism, osteoporosis and fractures. We investigated the prevalence and risk factors for low bone density and fractures in a TS cohort. We included 76 TS patients (median age 28.5 years) attending a tertiary hospital between 1998 and 2015 who underwent dual-energy X-ray absorptiometry. Spine and femoral neck (FN) areal bone mineral density (aBMD) were compared with those of a control group. To adjust for smaller bone size, bone mineral apparent density (BMAD) was calculated. Primary amenorrhea was common (83%) in the TS cohort; the median age of pubertal induction was 15 years (range 11-30 years), and non-continuous estrogen therapy (ET) recorded in 40%. Almost one-third of TS patients reported fractures. TS patients had lower median spinal aBMD (1.026 g/cm 2 vs. 1.221 g/cm 2 ) and BMAD (0.156 g/cm 3 vs. 0.161 g/cm 3 ) than controls, and lower median FN aBMD (0.850 g/cm 2 vs. 1.026 g/cm 2 ) (all p < 0.01). More women with TS had spinal Z-score < -2.0 compared to controls (26.0% vs. 3.6%, p = 0.001). Spine and FN aBMD, BMAD and Z-scores were inversely associated with age commencing ET or years of estrogen deficiency. Delay in ET commencement was an independent risk factor for the lower bone density observed in women with TS. Early pubertal induction and ET compliance are important targets to optimize aBMD.

  6. Prenatal programming of adult mineral metabolism: relevance to blood pressure, dietary prevention strategies, and cardiovascular disease.

    PubMed

    Schulter, Günter; Goessler, Walter; Papousek, Ilona

    2012-01-01

    Mounting evidence indicates that adult health outcomes such as the development of cardiovascular disease or diabetes can trace some of their roots back to prenatal development. This study investigated the epigenetic impact of a particular prenatal hormonal condition on specific health-related consequences, i.e., on concentrations of minerals and mineral metabolism in adults. In 70 university students, the second-to-fourth digit length (2D:4D) was measured as a proxy of prenatal sex steroid action, and the concentrations of sodium (Na), potassium (K), magnesium (Mg), and calcium (Ca) were determined in hair samples by inductively coupled plasma-mass spectrometry. Mineral concentrations and the mineral ratios Na/K, Na/Mg, and Na/Ca were analyzed in multivariate analyses of variance, with digit ratios and sex of participants as grouping variables. The results were validated in a replication cohort from the general population, and with a wider age-range. In addition, the correlation of mineral concentrations and mineral ratios with blood pressure was examined. Men with relatively lower (i.e., more masculine) and women with relatively higher (i.e., more feminine) digit ratios had higher Na/K, Na/Mg, and Na/Ca ratios than their counterparts. Virtually identical results were obtained in the replication study. Moreover, Na concentrations and Na/K ratios were significantly correlated with systolic blood pressure. The findings suggest that the individual variation in mineral metabolism can be predicted by 2D:4D, indicating that prenatal sex steroid action may be involved in the epigenetic programming of specific metabolic conditions which are highly relevant to adult health and disease. 2011 Wiley Periodicals, Inc.

  7. Mean, Median, and Skew: Correcting a Textbook Rule

    ERIC Educational Resources Information Center

    von Hippel, Paul T.

    2005-01-01

    Many textbooks teach a rule of thumb stating that the mean is right of the median under right skew, and left of the median under left skew. This rule fails with surprising frequency. It can fail in multimodal distributions, or in distributions where one tail is long but the other is heavy. Most commonly, though, the rule fails in discrete…

  8. Comparison of robustness to outliers between robust poisson models and log-binomial models when estimating relative risks for common binary outcomes: a simulation study.

    PubMed

    Chen, Wansu; Shi, Jiaxiao; Qian, Lei; Azen, Stanley P

    2014-06-26

    To estimate relative risks or risk ratios for common binary outcomes, the most popular model-based methods are the robust (also known as modified) Poisson and the log-binomial regression. Of the two methods, it is believed that the log-binomial regression yields more efficient estimators because it is maximum likelihood based, while the robust Poisson model may be less affected by outliers. Evidence to support the robustness of robust Poisson models in comparison with log-binomial models is very limited. In this study a simulation was conducted to evaluate the performance of the two methods in several scenarios where outliers existed. The findings indicate that for data coming from a population where the relationship between the outcome and the covariate was in a simple form (e.g. log-linear), the two models yielded comparable biases and mean square errors. However, if the true relationship contained a higher order term, the robust Poisson models consistently outperformed the log-binomial models even when the level of contamination is low. The robust Poisson models are more robust (or less sensitive) to outliers compared to the log-binomial models when estimating relative risks or risk ratios for common binary outcomes. Users should be aware of the limitations when choosing appropriate models to estimate relative risks or risk ratios.

  9. Guidelines for signal operations at intersections with wide medians.

    DOT National Transportation Integrated Search

    2010-03-01

    The objective of this project is to evaluate the operations at signalized intersections with wide medians in : order to improve safety and efficiency. Intersections with wide medians are characterized by two : intersections and operate differently co...

  10. 40 CFR Appendix Xviii to Part 86 - Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks...

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 20 2012-07-01 2012-07-01 false Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks Certifying to the Provisions of Part 86... (CONTINUED) AIR PROGRAMS (CONTINUED) CONTROL OF EMISSIONS FROM NEW AND IN-USE HIGHWAY VEHICLES AND ENGINES...

  11. 40 CFR Appendix Xviii to Part 86 - Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks...

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 20 2013-07-01 2013-07-01 false Statistical Outlier Identification Procedure for Light-Duty Vehicles and Light Light-Duty Trucks Certifying to the Provisions of Part 86... (CONTINUED) AIR PROGRAMS (CONTINUED) CONTROL OF EMISSIONS FROM NEW AND IN-USE HIGHWAY VEHICLES AND ENGINES...

  12. Safety performance evaluation of cable median barriers on freeways in Florida.

    PubMed

    Alluri, Priyanka; Haleem, Kirolos; Gan, Albert; Mauthner, John

    2016-07-03

    This article aims to evaluate the safety performance of cable median barriers on freeways in Florida. The safety performance evaluation was based on the percentages of barrier and median crossovers by vehicle type, crash severity, and cable median barrier type (Trinity Cable Safety System [CASS] and Gibraltar system). Twenty-three locations with cable median barriers totaling about 101 miles were identified. Police reports of 6,524 crashes from years 2005-2010 at these locations were reviewed to verify and obtain detailed crash information. A total of 549 crashes were determined to be barrier related (i.e., crashes involving vehicles hitting the cable median barrier) and were reviewed in further detail to identify crossover crashes and the manner in which the vehicles crossed the barriers; that is, by either overriding, underriding, or penetrating the barriers. Overall, 2.6% of vehicles that hit the cable median barrier crossed the median and traversed into the opposite travel lane. Overall, 98.1% of cars and 95.5% of light trucks that hit the barrier were prevented from crossing the median. In other words, 1.9% of cars and 4.5% of light trucks that hit the barrier had crossed the median and encroached on the opposite travel lanes. There is no significant difference in the performance of cable median barrier for cars versus light trucks in terms of crossover crashes. In terms of severity, overrides were more severe compared to underrides and penetrations. The statistics showed that the CASS and Gibraltar systems performed similarly in terms of crossover crashes. However, the Gibraltar system experienced a higher proportion of penetrations compared to the CASS system. The CASS system resulted in a slightly higher percentage of moderate and minor injury crashes compared to the Gibraltar system. Cable median barriers are successful in preventing median crossover crashes; 97.4% of the cable median barrier crashes were prevented from crossing over the median. Of all of

  13. Net mineral requirements for the growth and maintenance of Somali lambs.

    PubMed

    Pereira, E S; Lima, F W R; Campos, A C N; Carneiro, M S S; Silva, L P; Pereira, M W F; Medeiros, A N; Bezerra, L R; Oliveira, R L

    2018-04-22

    Minerals are limiting factors in animal production, and the knowledge of mineral requirements for livestock is crucial to the success of a commercial enterprise. Hair sheep may have different mineral requirements than those presents by the international committees. A study was carried to evaluate the net calcium (Ca), phosphorus (P), magnesium (Mg), sodium (Na), potassium (K), zinc (Zn), iron (Fe), manganese (Mn) and copper (Cu) requirements for the growth and maintenance of Brazilian Somali lambs. A total of 48 hair lambs (13.5±1.8 kg) aged 60±15 days were allocated to individual pens. Eight animals were slaughtered at the beginning of the experiment to serve as a reference group to estimate initial empty BW (EBW) and initial body composition. The remaining lambs (n=40) were assigned to a completely randomized design with eight replications in five levels of metabolizable energy (ME; 4.93, 8.65, 9.41, 10.12 and 11.24 MJ/kg DM). When the lambs of a given treatment reached an average BW of 28 kg, they were slaughtered. Initial body composition was used to calculate the retention of minerals. Mineral body composition was fit using a logarithmic equation in the form of a nonlinear model. The maintenance requirements were estimated from regressions of mineral retention in the empty body on mineral intake. The body mineral concentration decreased in lambs with a BW ranging from 15 to 30 kg. The net mineral requirements (100 g/day of average daily gain (ADG)) decreased from 0.52 to 0.51 g for Ca, 0.28 to 0.23 g for P, 0.02 to 0.02 g for Mg, 0.09 to 0.08 g for Na, 0.11 to 0.09 g for K, 1.30 to 1.08 mg for Zn, 3.77 to 3.22 mg for Fe, 0.08 to 0.06 mg for Mn and 0.09 to 0.08 mg for Cu when BW increased from 15 to 30 kg. The daily net requirements for maintenance per kilogram of BW were 30.13 mg of Ca, 27.58 mg of P, 1.26 mg of Mg, 4.12 mg of Na, 8.11 mg of K, 0.133 mg of Zn, 0.271 mg of Fe, 0.002 mg of Mn and 0.014 mg of Cu. The results of this study indicate that the net

  14. Performance evaluation of cable median barrier systems in Texas.

    DOT National Transportation Integrated Search

    2009-08-01

    Since 2003, the Texas Department of Transportation (TxDOT) has embarked on an aggressive campaign to install : median barriers to prevent cross-median crashes on freeway facilities statewide. In the few years prior to 2003, : virtually all fatalities...

  15. Exogenic and endogenic Europa minerals

    NASA Astrophysics Data System (ADS)

    Maynard-Casely, H. E.; Brand, H. E. A.; Wilson, S. A.

    2016-12-01

    The Galileo Near Infrared Mapping Spectrometer (NIMS) identified a significant `non-ice' component upon the surface of Jupiter's moon Europa. Current explanations invoke both endogenic and exogenic origins for this material. It has long been suggested that magnesium and sodium sulfate minerals could have leached from the rock below a putative ocean (endogenic) 1 and that sulfuric acid hydrate minerals could have been radiologically produced from ionised sulfur originally from Io's volcanoes (exogenic) 2. However, a more recent theory proposes that the `non-ice' component could be radiation damaged NaCl leached from Europa's speculative ocean 3. What if the minerals are actually from combination of both endogenic and exogenic sources? To investigate this possibility we have focused on discovering new minerals that might form in the combination of the latter two cases, that is a mixture of leached sulfates hydrates with radiologically produced sulfuric acid. To this end we have explored a number of solutions in the MgSO4-H2SO4-H2O and Na2SO4-H2SO4-H2O systems, between 80 and 280 K with synchrotron x-ray powder diffraction. We report a number of new materials formed in this these ternary systems. This suggests that it should be considered that the `non-ice' component of the Europa's surface could be a material derived from endogenic and exogenic components. 1 Kargel, J. S. Brine volcanism and the interior structures of asteroids and icy satellites. Icarus 94, 368-390 (1991). 2 Carlson, R. W., Anderson, M. S., Mehlman, R. & Johnson, R. E. Distribution of hydrate on Europa: Further evidence for sulfuric acid hydrate. Icarus 177, 461-471, doi:10.1016/j.icarus.2005.03.026 (2005). 3 Hand, K. P. & Carlson, R. W. Europa's surface color suggests an ocean rich with sodium chloride. Geophysical Research Letters, 2015GL063559, doi:10.1002/2015gl063559 (2015).

  16. Median and ulnar muscle and sensory evoked potentials.

    PubMed

    Felsenthal, G

    1978-08-01

    The medical literature was reviewed to find suggested clinical applications of the study of the amplitude of evoked muscle action potentials (MAP) and sensory action potentials (SAP). In addition, the literature was reviewed to ascertain the normal amplitude and duration of the evoked MAP and SAP as well as the factors affecting the amplitude: age, sex, temperature, ischemia. The present study determined the normal amplitude and duration of the median and ulnar MAP and SAP in fifty normal subjects. The amplitude of evoked muscle or sensory action potentials depends on multiple factors. Increased skin resistance, capacitance, and impedance at the surface of the recording electrode diminishes the amplitude. Similarly, increased distance from the source of the action potential diminishes its amplitude. Increased interelectrode distance increases the amplitude of the bipolarly recorded sensory action potential until a certain interelectrode distance is exceeded and the diphasic response becomes tri- or tetraphasic. Artifact or poor technique may reduce the potential difference between the recording electrodes or obscure the late positive phase of the action potential and thus diminish the peak to peak amplitude measurement. Intraindividual comparison indicated a marked difference of amplitude in opposite hands. The range of the MAP of the abductor pollicis brevis in one hand was 40.0--100% of the response in the opposite hand. For the abductor digiti minimi, the MAP was 58.5--100% of the response of the opposite hand. The median and ulnar SAP was between 50--100% of the opposite SAP. Consequent to these findings the effect of hand dominance on the amplitude of median and ulnar evoked muscle and sensory action potentials was studied in 41 right handed volunteers. The amplitudes of the median muscle action potential (p less than 0.02) and the median and ulnar sensory action potentials (p less than 0.001) were significantly less in the dominant hand. There was no

  17. Sonophotocatalytic mineralization of Norflurazon in aqueous environment.

    PubMed

    Sathishkumar, Panneerselvam; Mangalaraja, Ramalinga Viswanathan; Rozas, Oscar; Vergara, Carola; Mansilla, Héctor D; Gracia-Pinilla, M A; Anandan, Sambandam

    2016-03-01

    Norflurazon (4-chloro-5-(methylamino)-2-[3-(trifluoromethyl)phenyl]pyridazin-3(2H)-one; C12H9ClF3N3O) is an excellent weed controlling agent being practiced in the agricultural lands. The excessive addition or the undissolved Norflurazon (maximum solubility 28 mg/L at 25 °C) enters into the aquatic environment and causes the adverse effects associated with its high concentration. To avoid the perilous effects, visible light assisted photocatalysis set-up coupled with the 42 kHz ultrasound producing bath type sonicator is used to completely mineralize the Norflurazon. TiO2, ZnO and gold loaded zinc oxide nanocatalysts were utilized to study the mineralization of Norflurazon. Au-ZnO shows the greater efficiency for the sonophotocatalytic removal of Norflurazon among the various nanocatalysts employed to study the mineralization. The order of Norflurazon mineralization was sonophotocatalysis > sonocatalysis > photocatalysis. The additive effect was achieved for the sonophotocatalytic degradation. The high performance liquid chromatography (HPLC) and liquid chromatography-mass spectrometric (LCMS) analyses were employed to identify the various intermediates produced during the mineralization. The identification of four pseudo molecular ions and various intermediates using the LCMS analysis evidently suggests the sonophotocatalytic degradation was preceded in various decay pathways. A suitable mechanism has been proposed for the sonophotocatalytic mineralization of Norflurazon. Copyright © 2015 Elsevier Ltd. All rights reserved.

  18. Design criteria for median turn lanes.

    DOT National Transportation Integrated Search

    1978-03-01

    This study was initiated with an extensive literature review and survey of : left-turn median lane practices in Texas cities. The initial phase identified : characteristics of urban arterial accidents, basic design elements, current use of : left-tur...

  19. Comorbidities confounding the outcomes of surgery for third window syndrome: Outlier analysis

    PubMed Central

    Mackay‐Promitas, Heather T.; Demirel, Shaban; Gianoli, Gerard J.; Gizzi, Martin S.; Carter, Dale M.; Siker, David A.

    2017-01-01

    Objective Patients with third window syndrome and superior semicircular canal dehiscence (SSCD) symptoms whose surgical outcomes placed them as outliers were systematically studied to determine comorbidities that were responsible for their poor outcomes due to these confounding factors. Study Design Observational analytic case‐control study in a tertiary referral center. Methods Twelve adult patients with clinical SSCD syndrome underwent surgical management and had outcomes that did not resolve all of their subjective symptoms. In addition to one of the neurotologists, 2 neurologists (one specializing in migraine and the other a neuro‐ophthalmologist), and a psychologist clinician‐investigator completed comprehensive evaluations. Neuropsychology test batteries included: the Millon Behavioral Medicine Diagnostic; Patient Health Questionnaire (PHQ‐9) and Generalized Anxiety Disorder Screener (GAD‐7); Adverse Childhood Experiences Scale; the Wide Range Assessment of Memory and Learning, including the 3 domains of verbal memory, visual memory, and attention/concentration; Wechsler Adult Intelligence Scale; and the Delis‐Kaplan Executive Function System. The control cohort was comprised of 17 participants who previously underwent surgery for third window syndrome that resulted in the expected outcomes of resolution of their third window syndrome symptoms and cognitive dysfunction. Results There was a high rate of psychological comorbidity (n = 6) in the outlier cohort; multiple traumatic brain injuries were also a confounding element (n = 10). One patient had elevated cerebrospinal fluid (CSF) pressure requiring ventriculoperitoneal shunting to control the recurrence of dehiscence and one patient with a drug‐induced Parkinson‐like syndrome and idiopathic progressive neurological degenerative process. Conclusions Components of the Millon Behavioral Medicine Diagnostic, PHQ‐9 and GAD‐7 results suggest that these instruments would be useful as

  20. Adaptive mitochondrial reprogramming and resistance to PI3K therapy.

    PubMed

    Ghosh, Jagadish C; Siegelin, Markus D; Vaira, Valentina; Faversani, Alice; Tavecchio, Michele; Chae, Young Chan; Lisanti, Sofia; Rampini, Paolo; Giroda, Massimo; Caino, M Cecilia; Seo, Jae Ho; Kossenkov, Andrew V; Michalek, Ryan D; Schultz, David C; Bosari, Silvano; Languino, Lucia R; Altieri, Dario C

    2015-03-01

    Small molecule inhibitors of phosphatidylinositol-3 kinase (PI3K) have been developed as molecular therapy for cancer, but their efficacy in the clinic is modest, hampered by resistance mechanisms. We studied the effect of PI3K therapy in patient-derived tumor organotypic cultures (from five patient samples), three glioblastoma (GBM) tumor cell lines, and an intracranial model of glioblastoma in immunocompromised mice (n = 4-5 mice per group). Mechanisms of therapy-induced tumor reprogramming were investigated in a global metabolomics screening, analysis of mitochondrial bioenergetics and cell death, and modulation of protein phosphorylation. A high-throughput drug screening was used to identify novel preclinical combination therapies with PI3K inhibitors, and combination synergy experiments were performed. All statistical methods were two-sided. PI3K therapy induces global metabolic reprogramming in tumors and promotes the recruitment of an active pool of the Ser/Thr kinase, Akt2 to mitochondria. In turn, mitochondrial Akt2 phosphorylates Ser31 in cyclophilin D (CypD), a regulator of organelle functions. Akt2-phosphorylated CypD supports mitochondrial bioenergetics and opposes tumor cell death, conferring resistance to PI3K therapy. The combination of a small-molecule antagonist of CypD protein folding currently in preclinical development, Gamitrinib, plus PI3K inhibitors (PI3Ki) reverses this adaptive response, produces synergistic anticancer activity by inducing mitochondrial apoptosis, and extends animal survival in a GBM model (vehicle: median survival = 28.5 days; Gamitrinib+PI3Ki: median survival = 40 days, P = .003), compared with single-agent treatment (PI3Ki: median survival = 32 days, P = .02; Gamitrinib: median survival = 35 days, P = .008 by two-sided unpaired t test). Small-molecule PI3K antagonists promote drug resistance by repurposing mitochondrial functions in bioenergetics and cell survival. Novel combination therapies that target mitochondrial

  1. Median u-turn intersection : informational guide.

    DOT National Transportation Integrated Search

    2014-08-01

    This document provides information and guidance on Median U-Turn (MUT) intersections, resulting in designs suitable for a : variety of typical conditions commonly found in the United States. To the extent possible, the guide provides information on t...

  2. Spiritual and natural etiologies on a Polynesian outlier in Papua New Guinea.

    PubMed

    Feinberg, R

    1990-01-01

    Several writers have challenged recently the long-held contention that non-Western peoples tend to emphasize spirits, sorcerers, and other supernatural forces in their explanations for the cause of illness. Here, I examine indigenous theories of illness-causation on Nukumanu, a Polynesian outlier atoll in Papua New Guinea. Although Nukumanu invoke mundane as well as supernatural explanations, their major preoccupation is with spirits as etiological agents. In this light, I suggest a number of potential reasons for the difference between my findings on Nukumanu and those of commentators who have emphasized naturalistic etiologies among the peoples they have studied. In addition to real ethnographic variation, I argue that a major reason for the difference lies in the level of causality (instrumental as opposed to efficient and ultimate) sought by various investigators.

  3. 43 CFR 19.8 - Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... patents, and mineral leasing within National Forest Wilderness. 19.8 Section 19.8 Public Lands: Interior... § 19.8 Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest... locations, mineral patents, and mineral leasing within National Forest Wilderness are contained in parts...

  4. Geochemistry and Minerality of Wine

    NASA Astrophysics Data System (ADS)

    Oze, C.; Horton, T. W.; Beaman, M.

    2010-12-01

    Kaolinite (Al2Si2O5(OH)4) and gibbsite (Al(OH)3) are capable of forming in a variety of environments including anthropogenic solutions such as wine. Here, we evaluate the geochemistry of twelve white wines in order to assess the potential relationship between kaolinite/gibbsite saturation and minerality, a common wine descriptor used to express the rock and/or soil character in the aromas and flavors of wines. Aluminum and Si concentrations ranged from 228-1,281 µg L-1 and 6,583-19,746 µg L-1, respectively, where Si and Al are the only elements to demonstrate positive covariance with minerality scores. Sulfur levels varied from 25,013-167,383 µg L-1 and show the strongest negative covariance with minerality scores. However, like all of the elements studied (Al, Si, Na, Mg, S, K, Ca, and Fe), these trends were not significantly different than random at the 95% confidence level. In contrast, the relative degrees of gibbsite/kaolinite saturation display strong positive covariance with minerality scores and these trends are not random at the greater than 95% confidence level. Overall, our tasters were able to accurately assess the degree of gibbsite/kaolinite saturation amongst the twelve wines based on the objective of assessing minerality. Although the wines were undersaturated with respect to gibbsite/kaolinite, geochemical modeling reveals that increasing the wines’ pHs from ~3.3 to 4.1-4.6 (which is achievable on the palate where saliva has a pH of 7.4) results in gibbsite/kaolinite oversaturation. By considering that minerality is a function of gibbsite/kaolinite saturation and decreasing S, the origin of minerality’s taste and chemical origin in wine with known physical standards becomes increasingly crystalline.

  5. Robust identification of transcriptional regulatory networks using a Gibbs sampler on outlier sum statistic.

    PubMed

    Gu, Jinghua; Xuan, Jianhua; Riggins, Rebecca B; Chen, Li; Wang, Yue; Clarke, Robert

    2012-08-01

    Identification of transcriptional regulatory networks (TRNs) is of significant importance in computational biology for cancer research, providing a critical building block to unravel disease pathways. However, existing methods for TRN identification suffer from the inclusion of excessive 'noise' in microarray data and false-positives in binding data, especially when applied to human tumor-derived cell line studies. More robust methods that can counteract the imperfection of data sources are therefore needed for reliable identification of TRNs in this context. In this article, we propose to establish a link between the quality of one target gene to represent its regulator and the uncertainty of its expression to represent other target genes. Specifically, an outlier sum statistic was used to measure the aggregated evidence for regulation events between target genes and their corresponding transcription factors. A Gibbs sampling method was then developed to estimate the marginal distribution of the outlier sum statistic, hence, to uncover underlying regulatory relationships. To evaluate the effectiveness of our proposed method, we compared its performance with that of an existing sampling-based method using both simulation data and yeast cell cycle data. The experimental results show that our method consistently outperforms the competing method in different settings of signal-to-noise ratio and network topology, indicating its robustness for biological applications. Finally, we applied our method to breast cancer cell line data and demonstrated its ability to extract biologically meaningful regulatory modules related to estrogen signaling and action in breast cancer. The Gibbs sampler MATLAB package is freely available at http://www.cbil.ece.vt.edu/software.htm. xuan@vt.edu Supplementary data are available at Bioinformatics online.

  6. 43 CFR 19.8 - Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 43 Public Lands: Interior 1 2014-10-01 2014-10-01 false Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest Wilderness. 19.8 Section 19.8 Public Lands: Interior... § 19.8 Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

  7. 43 CFR 19.8 - Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 43 Public Lands: Interior 1 2011-10-01 2011-10-01 false Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest Wilderness. 19.8 Section 19.8 Public Lands: Interior... § 19.8 Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

  8. 43 CFR 19.8 - Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 43 Public Lands: Interior 1 2012-10-01 2011-10-01 true Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest Wilderness. 19.8 Section 19.8 Public Lands: Interior... § 19.8 Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

  9. 43 CFR 19.8 - Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 43 Public Lands: Interior 1 2013-10-01 2013-10-01 false Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest Wilderness. 19.8 Section 19.8 Public Lands: Interior... § 19.8 Prospecting, mineral locations, mineral patents, and mineral leasing within National Forest...

  10. Is there a lower size limit for mineral dust ice nuclei in the immersion mode?

    NASA Astrophysics Data System (ADS)

    Welti, André; Lohmann, Ulrike; Kanji, Zamin A.

    2014-05-01

    There is observational evidence that atmospheric aerosol particles which are able to trigger ice nucleation are larger than approximately 100nm (e.g. Fletcher, 1959). On the other hand observations of IN active macromolecules which have been proposed to be responsible for the enhanced ice formation in the washing water of pollen indicate no such size limit (Augustin et al., 2013). We present measurements on the size dependent ability of feldspars and clay minerals to serve as ice nuclei. The size dependent frozen fraction of droplets containing monodisperse, single immersed particles is investigated with the IMCA/ZINC experimental setup (Lüönd et. al., 2010). To meet the requirement of a narrow particle size distribution, special care is taken to generate monodisperse particles in the lower size range, by using a two stage size selection setup including a differential mobility analyser and a centrifugal particle mass analyser. From the analysis of the temperature at which 50% of the particles initiate ice nucleation, we find a logarithmic dependence of the median ice nucleation temperature on the particle surface area, with no discontinuous decrease in the ice nucleation ability of 100nm particles. The medium ice nucleation temperature of clay minerals however reaches homogeneous nucleation temperatures in this size range. The logarithmic dependence of the median ice nucleation temperature on particle surface area is addressed by comparing the experimental findings to predictions using the classical nucleation theory and the active site approach. Augustin, S., Wex, H., Niedermeier, D., Pummer, B., Grothe, H., Hartmann, S., Tomsche, L., Clauss, T., Voigtländer, J., Ignatius, K., and Stratmann, F.: Immersion freezing of birch pollen washing water, Atmos. Chem. Phys., 13, 10989-11003, 2013. Fletcher, N.H.: On Ice-Crystal Production by Aerosol Particles, J. Meteo., 16, 173-180, 1959. Lüönd, F., Stetzer, O., Welti, A., and Lohmann, U.: Experimental study on the ice

  11. CCQM-K108.2014: determination of arsenic species and total arsenic in brown rice flour

    NASA Astrophysics Data System (ADS)

    Inagaki, K.; Narukawa, T.; Hioki, A.; Miyashita, S.; Long, S. E.; Ellisor, M. B.; Peng, S. L.; Dewi, F.; Shin, R.; Kapp, T.; Wai-hong, F.; Hei-shing, C.; Chao, W.; Kaewkhomdee, N.; Taebunpakul, S.; Thiengmanee, U.; Yafa, C.

    2017-01-01

    The key comparison CCQM-K108.2014 was organised by the Inorganic Analysis Working Group (IAWG) of CCQM to test the abilities of the national metrology institutes (NMIs) or the designated institutes (DIs) to measure the mass fractions of inorganic arsenic (i-As, sum of the amount of arsenite [As(III)] and arsenate [As(V)]), dimethylarsinic acid (DMAA), and total arsenic (total As) in brown rice flour. This was the follow-up comparison for the CCQM-K108 & CCQM-P147 (Cd, As, inorganic arsenic, and DMAA in brown rice flour). For total As, no strong outliers among the reported values were observed, and the distribution of the results was narrow, within 3% around the median. For i-As and DMAA, the distributions of the results were slightly wider than that for total arsenic, but no strong outliers among the reported values of i-As and DMAA were observed. Two potentially bias sources, an extraction efficiency of As species (the ratio of the sum of i-As and DMAA to total As) and the quality of primary standard of DMAA, were discussed. The extraction efficiency was estimated as the ratio of the sum of i-As and DMAA to total As. In the previous comparison (CCQM-K108 & CCQM-P147), the extraction efficiency was one of the largest bias sources for i-As and DMAA. However, in this study, all the extraction efficiencies estimated from the reported values were close to 100 %. Regarding the quality of the primary standard solutions, no significant difference was observed among the primary standard solution used by the participants. These results suggest the two potential bias sources mentioned above would not have been majors in this study, and then the technical issues in the previous comparison had been overcome. Accounting for relative expanded uncertainty, a comparability of measurement was successfully demonstrated by the participating NMIs and DIs for the measurement of total As at the level of less than 0.7 mg/kg, i-As at the level of less than 0.6 mg/kg, and DMAA at the level

  12. Geochemical prospecting for Cu mineralization in an arid terrain-central Iran

    NASA Astrophysics Data System (ADS)

    Mokhtari, Ahmad Reza; Roshani Rodsari, Parisa; Fatehi, Moslem; Shahrestani, Shahed; Pournik, Peyman

    2014-12-01

    Geochemical sampling and data processing were implemented for prospecting Cu mineralization through catchment basin approach in central Iran, Yazd province, over drainage systems in order to determine areas of interest for the detailed exploration program. The target zone, inside an area called Kalout-e-Ashrafa in Yazd province-Iran, was characterized by the collection of 107 stream sediment samples. Catchment basin modeling was conducted based on digital elevation model (DEM) and geological map of the study area. Samples were studied by univariate and multivariate statistical techniques of exploratory data analysis, classical statistical analysis and cluster analysis. The results showed that only Cu had anomalous behavior and it did not exhibit a considerable correlation with other elements. Geochemical maps were prepared for Cu and anomalous zones and separated for potential copper mineralization. It was concluded that due to especial geomorphological and geographical characteristics (smooth topography, negligible annual precipitation and insufficient thickness of silicified Cu-bearing outcrops of the area), low concentrations of Cu would be expected for the delineation of promising zones in similar trains. Using cluster analysis showed that there was a strong correlation between Ag, Sr and S. Calcium and Pb present moderate correlation with Cu. Additionally, there was a strong correlation between Zn and Li, thereby indicating a meaningful correlation with Fe, P, Ti and Mg. Aluminum, Sc and V had a correlation with Be and K. Applying threshold value according to MAD (median absolute deviation) helped us to distinguish anomalous catchments more properly. Finally, there was a significant kind of conformity among anomalous catchment basins and silicified veins and veinlets (as validating index) at the central part of the area.

  13. Classification of mineral deposits into types using mineralogy with a probabilistic neural network

    USGS Publications Warehouse

    Singer, Donald A.; Kouda, Ryoichi

    1997-01-01

    In order to determine whether it is desirable to quantify mineral-deposit models further, a test of the ability of a probabilistic neural network to classify deposits into types based on mineralogy was conducted. Presence or absence of ore and alteration mineralogy in well-typed deposits were used to train the network. To reduce the number of minerals considered, the analyzed data were restricted to minerals present in at least 20% of at least one deposit type. An advantage of this restriction is that single or rare occurrences of minerals did not dominate the results. Probabilistic neural networks can provide mathematically sound confidence measures based on Bayes theorem and are relatively insensitive to outliers. Founded on Parzen density estimation, they require no assumptions about distributions of random variables used for classification, even handling multimodal distributions. They train quickly and work as well as, or better than, multiple-layer feedforward networks. Tests were performed with a probabilistic neural network employing a Gaussian kernel and separate sigma weights for each class and each variable. The training set was reduced to the presence or absence of 58 reported minerals in eight deposit types. The training set included: 49 Cyprus massive sulfide deposits; 200 kuroko massive sulfide deposits; 59 Comstock epithermal vein gold districts; 17 quartzalunite epithermal gold deposits; 25 Creede epithermal gold deposits; 28 sedimentary-exhalative zinc-lead deposits; 28 Sado epithermal vein gold deposits; and 100 porphyry copper deposits. The most common training problem was the error of classifying about 27% of Cyprus-type deposits in the training set as kuroko. In independent tests with deposits not used in the training set, 88% of 224 kuroko massive sulfide deposits were classed correctly, 92% of 25 porphyry copper deposits, 78% of 9 Comstock epithermal gold-silver districts, and 83% of six quartzalunite epithermal gold deposits were classed

  14. Reactive mineral removal relative to soil organic matter heterogeneity and implications for organic contaminant sorption.

    PubMed

    Li, Fangfang; Pan, Bo; Liang, Ni; Chang, Zhaofeng; Zhou, Yuwei; Wang, Lin; Li, Hao; Xing, Baoshan

    2017-08-01

    Soil organic matter (SOM) is generally treated as a static compartment of soil in pollutant fate studies. However, SOM might be altered or fractionated in soil systems, and the details of SOM property/composition changes when coupled with contaminant behavior are unknown. In this study, a mild acid treatment was adopted to remove reactive minerals and partially remove SOM components. After acid treatment, biomarker signatures showed that lignin-derived phenols were released and black carbon (as suggested by benzene-polycarboxylic acids) and lipids were enriched. The biomarker information was consistent with common bulk chemical characterization. The sorption coefficient K d for PHE was two times higher after acid treatment, whereas K d for OFL was three times lower. The organic carbon normalized sorption coefficient K OC values for PHE were higher for soils after acid treatment, indicating stronger interactions between PHE and SOM. The linear regression line between K d and f OC for OFL showed lower intercepts and slopes after reactive mineral removal, suggesting a decreased contribution of minerals and reduced dependence on SOM. These results were attributed to the release of polar compositions in SOM accompanied by reactive mineral removal. Our results suggest that the mobility of ionic organic contaminants increases, whereas that of hydrophobic organic contaminants decreases after acid treatment with respect to reactive mineral depletion. This study emphasized that new insights into the coupling of SOM dynamics should be incorporated into organic contaminant behavior studies. SOM molecular biomarkers offer a useful technique for correlating SOM composition and sorption property changes. Copyright © 2017 Elsevier Ltd. All rights reserved.

  15. Debilitating Lung Disease Among Surface Coal Miners With No Underground Mining Tenure

    PubMed Central

    Halldin, Cara N.; Reed, William R.; Joy, Gerald J.; Colinet, Jay F.; Rider, James P.; Petsonk, Edward L.; Abraham, Jerrold L.; Wolfe, Anita L.; Storey, Eileen; Laney, A. Scott

    2015-01-01

    Objective To characterize exposure histories and respiratory disease among surface coal miners identified with progressive massive fibrosis from a 2010 to 2011 pneumoconiosis survey. Methods Job history, tenure, and radiograph interpretations were verified. Previous radiographs were reviewed when available. Telephone follow-up sought additional work and medical history information. Results Among eight miners who worked as drill operators or blasters for most of their tenure (median, 35.5 years), two reported poor dust control practices, working in visible dust clouds as recently as 2012. Chest radiographs progressed to progressive massive fibrosis in as few as 11 years. One miner’s lung biopsy demonstrated fibrosis and interstitial accumulation of macrophages containing abundant silica, aluminum silicate, and titanium dust particles. Conclusions Overexposure to respirable silica resulted in progressive massive fibrosis among current surface coal miners with no underground mining tenure. Inadequate dust control during drilling/blasting is likely an important etiologic factor. PMID:25563541

  16. Middendorfite, K3Na2Mn5Si12(O,OH)36 · 2H2O, a new mineral species from the Khibiny pluton, Kola Peninsula

    NASA Astrophysics Data System (ADS)

    Pekov, I. V.; Chukanov, N. V.; Dubinchuk, V. T.; Zadov, A. E.

    2007-12-01

    Middendorfite, a new mineral species, has been found in a hydrothermal assemblage in Hilairite hyperperalkaline pegmatite at the Kirovsky Mine, Mount Kukisvumchorr apatite deposit, Khibiny alkaline pluton, Kola Peninsula, Russia. Microcline, sodalite, cancrisilite, aegirine, calcite, natrolite, fluorite, narsarsukite, labuntsovite-Mn, mangan-neptunite, and donnayite are associated minerals. Middendorfite occurs as rhombshaped lamellar and tabular crystals up to 0.1 × 0.2 × 0.4 mm in size, which are combined in worm-and fanlike segregations up to 1 mm in size. The color is dark to bright orange, with a yellowish streak and vitreous luster. The mineral is transparent. The cleavage (001) is perfect, micalike; the fracture is scaly; flakes are flexible but not elastic. The Mohs hardness is 3 to 3.5. Density is 2.60 g/cm3 (meas.) and 2.65 g/cm3 (calc.). Middendorfite is biaxial (-), α = 1.534, β = 1.562, and γ = 1.563; 2 V (meas.) = 10°. The mineral is pleochroic strongly from yellowish to colorless on X through brown on Y and to deep brown on Z. Optical orientation: X = c. The chemical composition (electron microprobe, H2O determined with Penfield method) is as follows (wt %): 4.55 Na2O, 10.16 K2O, 0.11 CaO, 0.18 MgO, 24.88 MnO, 0.68 FeO, 0.15 ZnO, 0.20 Al2O3, 50.87 SiO2, 0.17 TiO2, 0.23 F, 7.73 H2O; -O=F2-0.10, total is 99.81. The empirical formula calculated on the basis of (Si,Al)12(O,OH,F)36 is K3.04(Na2.07Ca0.03)Σ2.10(Mn4.95Fe0.13Mg0.06Ti0.03Zn0.03)Σ5.20(Si11.94Al0.06)Σ12O27.57(OH)8.26F0.17 · 1.92H2O. The simplified formula is K3Na2Mn5Si12(O,OH)36 · 2H2O. Middenforite is monoclinic, space group: P21/ m or P21. The unit cell dimensions are a = 12.55, b = 5.721, c = 26.86 Å; β = 114.04°, V = 1761 Å3, Z = 2. The strongest lines in the X-ray powder pattern [ d, Å, ( I)( hkl)] are: 12.28(100)(002), 4.31(81)(11overline 4 ), 3.555(62)(301, 212), 3.063(52)(008, 31overline 6 ), 2.840(90)(312, 021, 30overline 9 ), 2.634(88)(21overline 9 , 1.0.overline 1 0

  17. Fuzzy scalar and vector median filters based on fuzzy distances.

    PubMed

    Chatzis, V; Pitas, I

    1999-01-01

    In this paper, the fuzzy scalar median (FSM) is proposed, defined by using ordering of fuzzy numbers based on fuzzy minimum and maximum operations defined by using the extension principle. Alternatively, the FSM is defined from the minimization of a fuzzy distance measure, and the equivalence of the two definitions is proven. Then, the fuzzy vector median (FVM) is proposed as an extension of vector median, based on a novel distance definition of fuzzy vectors, which satisfy the property of angle decomposition. By defining properly the fuzziness of a value, the combination of the basic properties of the classical scalar and vector median (VM) filter with other desirable characteristics can be succeeded.

  18. Kinetics of DCE and VC mineralization under methanogenic and Fe(III)- reducing conditions

    USGS Publications Warehouse

    Bradley, P.M.; Chapelle, F.H.

    1997-01-01

    The kinetics of anaerobic mineralization of DCE and VC under mathanogenic and Fe(III)-reducing conditions as a function of dissolved contaminant concentration were evaluated. Microorganisms indigenous to creek bed sediments, where groundwater contaminated with chlorinated ethenes continuously discharges, demonstrated significant mineralization of DCE and VC under methanogenic and Fe(III)- reducing conditions. Over 37 days, the recovery of [1,214C]VC radioactivity as 14CO2 ranged from 5% to 44% and from 8% to 100% under methanogenic and Fe(III)-reducing conditions, respectively. The recovery of [1,2-14C]DCE radioactivity as 14CO2 ranged from 4% to 14% and did not vary significantly between methanogenic and Fe(III)reducing conditions. VC mineralization was described by Michaelis- Menten kinetics. Under methanogenic conditions, V(max) was 0.19 ?? 0.01 ??mol L-1 d-1 and the half-saturation constant, k(m), was 7.6 ?? 1.7 ??M. Under Fe(III)-reducing conditions, V(max) was 0.76 ?? 0.07 ??mol L-1 d-1 and k(m) was 1.3 ?? 0.5 ??M. In contrast, DCE mineralization could be described by first-order kinetics. The first-order degradation rate constant for DCE mineralization was 0.6 ?? 0.2% d-1 under methanogenic and Fe(III)-reducing conditions. The results indicate that the kinetics of chlorinated ethane mineralization can vary significantly with the specific contaminant and the predominant redox conditions under which mineralization occurs.

  19. Manganese oxides and associated minerals as constituents of dispersed mineralization of metasomatic rocks in the Dukat ore field

    NASA Astrophysics Data System (ADS)

    Filimonova, L. G.; Sivtsov, A. V.; Trubkin, N. V.

    2010-08-01

    Lithiophorite and coronadite—varieties of vernadite and todorokite—make up finely dispersed colloform mixtures along with minor grains and nanoparticles of aluminosilicates and ore minerals in metasomatic rocks of the Dukat ore field, which were formed in local areas of fluid and hydrothermal-solution discharge at the upper level of the ore-forming system. Fe-vernadite associates with feroxyhyte, magnetite, apatite, K-feldspar, native silver, and acanthite in greisenized granitoids and with epidote, cerianite, plattnerite, and Fe-chlorite in quartz-garnet-chlorite propylites. Todorokite with high Pb, Tl, and Sn contents associates with epidote, albite, bitumen, and native silver in quartz-epidote-chlorite propylites. Al-vernadite, coronadite, and lithiophorite associate with opal, kaolinite, Fe-chlorite, zincite, uraninite, native silver, and acanthite in argillisites. These data allowed us to estimate the conditions of manganese accumulation in the epithermal ore-forming system and deposition conditions of Mn-rich, finely dispersed mineral mixtures in mineralized zones hosted in metasomatic rocks of the ore field.

  20. Analysis and detection of functional outliers in water quality parameters from different automated monitoring stations in the Nalón river basin (Northern Spain).

    PubMed

    Piñeiro Di Blasi, J I; Martínez Torres, J; García Nieto, P J; Alonso Fernández, J R; Díaz Muñiz, C; Taboada, J

    2015-01-01

    The purposes and intent of the authorities in establishing water quality standards are to provide enhancement of water quality and prevention of pollution to protect the public health or welfare in accordance with the public interest for drinking water supplies, conservation of fish, wildlife and other beneficial aquatic life, and agricultural, industrial, recreational, and other reasonable and necessary uses as well as to maintain and improve the biological integrity of the waters. In this way, water quality controls involve a large number of variables and observations, often subject to some outliers. An outlier is an observation that is numerically distant from the rest of the data or that appears to deviate markedly from other members of the sample in which it occurs. An interesting analysis is to find those observations that produce measurements that are different from the pattern established in the sample. Therefore, identification of atypical observations is an important concern in water quality monitoring and a difficult task because of the multivariate nature of water quality data. Our study provides a new method for detecting outliers in water quality monitoring parameters, using turbidity, conductivity and ammonium ion as indicator variables. Until now, methods were based on considering the different parameters as a vector whose components were their concentration values. This innovative approach lies in considering water quality monitoring over time as continuous curves instead of discrete points, that is to say, the dataset of the problem are considered as a time-dependent function and not as a set of discrete values in different time instants. This new methodology, which is based on the concept of functional depth, was applied to the detection of outliers in water quality monitoring samples in the Nalón river basin with success. Results of this study were discussed here in terms of origin, causes, etc. Finally, the conclusions as well as advantages of

  1. Coexisting bacterial populations responsible for multiphasic mineralization kinetics in soil. [Janthinobacterium sp. Rhodococcus sp

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Schmidt, S.K.; Gier, M.J.

    1990-09-01

    Experiments were conducted to study populations of indigenous microorganisms capable of mineralizing 2,4-dinitrophenol (DNP) in two soils. Previous kinetic analyses indicated the presence of two coexisting populations of DNP-mineralizing microorganisms in a forest soil (soil 1). Studies in which eucaryotic and procaryotic inhibitors were added to this soil indicated that both populations were bacterial. Most-probable-number counts with media containing different concentrations of DNP indicated that more bacteria could mineralize low concentrations of DNP than could metabolize high concentrations of it. Enrichments with varying concentrations of DNP and various combinations of inhibitors consistently resulted in the isolation of the same twomore » species of bacteria from soil 1. This soil contained a large number and variety of fungi, but no fungi capable of mineralizing DNP were isolated. The two bacterial isolates were identified as a Janthinobacterium sp. and a Rhodococcus sp. The Janthinobacterium sp. had a low {mu}{sub max} and a low K{sub m} for DNP mineralization, whereas the Rhodococcus sp. had much higher values for both parameters. These differences between the two species of bacteria were similar to differences seen when soil was incubated with different concentrations of DNP. Values for {mu}{sub max} from soil incubations were similar to {mu}{sub max} values obtained in pure culture studies. In contrast, K{sub s} and K{sub m} values showed greater variation between soil and pure culture studies.« less

  2. Mineral sulphide-lime reactions and effect of CaO/C mole ratio during carbothermic reduction of complex mineral sulphides

    NASA Astrophysics Data System (ADS)

    Hara, Yotamu Stephen Rainford

    2014-01-01

    Mineral sulphide (MS)-lime (CaO) ion exchange reactions (MS + CaO = MO + CaS) and the effect of CaO/C mole ratio during carbothermic reduction (MS + CaO + C = M + CaS + CO(g)) were investigated for complex froth flotation mineral sulphide concentrates. Phases in the partially and fully reacted samples were characterised by X-ray diffraction (XRD) and scanning electron microscopy (SEM). The primary phases during mineral sulphide-lime ion exchange reactions are Fe3O4, CaSO4 Cu2S, and CaS. A complex liquid phase of Ca2CuFeO3S forms during mineral sulphide-lime exchange reactions above 1173 K. The formation mechanisms of Ca2CuFeO3S liquid phase are determined by characterising the partially reacted samples. The reduction rate and extent of mineral sulphides in the presence of CaO and C increase with the increase in CaO/C ratio. The metallic phases are surrounded by the CaS rich phase at CaO/C > 1, but the metallic phases and CaS are found as separate phases at CaO/C < 1. Experimental results show that the stoichiometric ratio of carbon should be slightly higher than that of CaO. The reactions between CaO and gangue minerals (SiO2 and Al2O3) are only observed at CaO/C > 1 and the reacted samples are excessively sintered.

  3. Sulphation of secreted phosphoprotein I (SPPI, osteopontin) is associated with mineralized tissue formation

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Nagata, T.; Todescan, R.; Goldberg, H.A.

    Secreted phosphoprotein I (SPPI) is a prominent structural protein in mineralized connective tissues. Rat bone cells in culture produce several forms of SPPI that differ in post-translational modifications such as phosphorylation and sulphation. To determine the significance of protein sulphation in bone formation, the synthesis of SPPI was studied in vitro using rat bone marrow cells (RBMC) which form bone-like tissue when grown in the presence of dexamethasone (Dex) and beta-glycerophosphate (beta-GP). In the presence of 10(-7) M Dex SPPI expression was stimulated 4-5-fold. Radiolabelling multilayered RBMCs for 48 h with (35S)-methionine, Na2(35SO4), or Na3(32PO4) revealed that two major phosphorylatedmore » forms of SPPI were secreted into the culture medium: a highly phosphorylated form migrating at 44 kDa on 15% SDS-PAGE and a less phosphorylated 55 kDa form. In the mineralized tissue formed in the presence of Dex and beta-GP, both forms of SPPI, in addition to proteoglycans and a 67 kDa protein, incorporated significant amounts of (35SO4). Sulphation of SPPI was not observed in the absence of mineral formation, indicating that the sulphation of SPPI is closely associated with mineralization and that it can be used as a sensitive and specific marker for the osteoblastic phenotype.« less

  4. Spatial detection of tv channel logos as outliers from the content

    NASA Astrophysics Data System (ADS)

    Ekin, Ahmet; Braspenning, Ralph

    2006-01-01

    This paper proposes a purely image-based TV channel logo detection algorithm that can detect logos independently from their motion and transparency features. The proposed algorithm can robustly detect any type of logos, such as transparent and animated, without requiring any temporal constraints whereas known methods have to wait for the occurrence of large motion in the scene and assume stationary logos. The algorithm models logo pixels as outliers from the actual scene content that is represented by multiple 3-D histograms in the YC BC R space. We use four scene histograms corresponding to each of the four corners because the content characteristics change from one image corner to another. A further novelty of the proposed algorithm is that we define image corners and the areas where we compute the scene histograms by a cinematic technique called Golden Section Rule that is used by professionals. The robustness of the proposed algorithm is demonstrated over a dataset of representative TV content.

  5. Engaging children in the development of obesity interventions: exploring outcomes that matter most among obesity positive outliers

    PubMed Central

    Sharifi, Mona; Marshall, Gareth; Goldman, Roberta E.; Cunningham, Courtney; Marshall, Richard; Taveras, Elsie M

    2015-01-01

    Objective To explore outcomes and measures of success that matter most to 'positive outlier' children who improved their body mass index (BMI) despite living in obesogenic neighborhoods. Methods We collected residential address and longitudinal height/weight data from electronic health records of 22,657 children ages 6–12 years in Massachusetts. We defined obesity “hotspots” as zip codes where >15% of children had a BMI ≥95th percentile. Using linear mixed effects models, we generated a BMI z-score slope for each child with a history of obesity. We recruited 10–12 year-olds with negative slopes living in hotspots for focus groups. We analyzed group transcripts and discussed emerging themes in iterative meetings using an immersion/crystallization approach. Results We reached thematic saturation after 4 focus groups with 21 children. Children identified bullying and negative peer comparisons related to physical appearance, clothing size, and athletic ability as motivating them to achieve a healthier weight, and they measured success as improvement in these domains. Positive relationships with friends and family facilitated both behavior change initiation and maintenance. Conclusions The perspectives of positive outlier children can provide insight into children’s motivations leading to successful obesity management. Practice implications: Child/family engagement should guide the development of patient-centered obesity interventions. PMID:26166630

  6. Median statistics estimates of Hubble and Newton's constants

    NASA Astrophysics Data System (ADS)

    Bethapudi, Suryarao; Desai, Shantanu

    2017-02-01

    Robustness of any statistics depends upon the number of assumptions it makes about the measured data. We point out the advantages of median statistics using toy numerical experiments and demonstrate its robustness, when the number of assumptions we can make about the data are limited. We then apply the median statistics technique to obtain estimates of two constants of nature, Hubble constant (H0) and Newton's gravitational constant ( G , both of which show significant differences between different measurements. For H0, we update the analyses done by Chen and Ratra (2011) and Gott et al. (2001) using 576 measurements. We find after grouping the different results according to their primary type of measurement, the median estimates are given by H0 = 72.5^{+2.5}_{-8} km/sec/Mpc with errors corresponding to 95% c.l. (2 σ) and G=6.674702^{+0.0014}_{-0.0009} × 10^{-11} Nm2kg-2 corresponding to 68% c.l. (1σ).

  7. Mineral elements and essential oil contents of Scutellaria luteo-caerulea Bornm. & Snit

    PubMed Central

    Nikbin, Mohammad; Kazemipour, Nasrin; Maghsoodlou, Malek Taher; Valizadeh, Jafar; Sepehrimanesh, Masood; Davarimanesh, Amene

    2014-01-01

    Objective: Scutellaria luteo-caerulea Bornm. & Snit. is one of the species of genus Scutellaria, within the family of the Lamiaceae, that is used for immune system stimulation and antibacterial effects in traditional medicine in Iran. The aims of this study were to analyze essential oils and mineral element contents of leaves of S. luteo-caerulea in flowering stage of development. Materials and Methods: The essential oils were obtained by hydrodistillation of the leaves of S. luteo-caerulea and were analyzed by gas chromatography mass spectrometry (GC/MS). Moreover, microwave digestion with atomic absorption spectrophotometry were used for the mineral elements assay. Results: Ninety-seven constituents were detected. Between them, the major components were trans-caryophyllene (25.4%), D-germacrene (7.9%), and linalool (7.4%). Determination of mineral elements showed that the highest minerals were Ca2+ (65.14±1.95 µg/ml) and K+ (64.67±3.10 µg/ml). Conclusion: Presence of different essential oils and rich sources of Ca2+ and K+ candidate this plant as an auxiliary medication in different diseases, but more complementary researches are needed about its potency and side effects. PMID:25050316

  8. Effects of computer keyboarding on ultrasonographic measures of the median nerve

    PubMed Central

    Toosi, KK; Impink, BG; Baker, NA; Boninger, ML

    2011-01-01

    Background Keyboarding is a highly repetitive daily task and has been linked to musculoskeletal disorders of the upper extremity. However, the effect of keyboarding on median nerve injuries is not well understood. The purpose of this study was to use ultrasonographic measurements to determine whether continuous keyboarding can cause acute changes in the median nerve. Methods Ultrasound images of the median nerve from twenty-one volunteers were captured at the levels of the pisiform and distal radius prior to and following a prolonged keyboarding task (i.e., one hour of continuous keyboarding). Images were analyzed by a blinded investigator to quantify the median nerve characteristics. Changes in the median nerve ultrasonographic measures as a result of continuous keyboarding task were evaluated. Results Cross-sectional areas at the pisiform level were significantly larger in both dominant (p=0.004) and non-dominant (p=0.001) hands following the keyboarding task. Swelling ratio was significantly greater in the dominant hand (p=0.020) after 60 minutes of keyboarding when compared to the baseline measures. Flattening ratios were not significantly different in either hand as a result of keyboarding. Conclusion We were able to detect an acute increase in the area of the median nerve following one hour of keyboarding with a computer keyboard. This suggests that keyboarding has an impact on the median nerve. Further studies are required to understand this relationship, which would provide insight into the pathophysiology of median neuropathies such as carpal tunnel syndrome. PMID:21739468

  9. Determination of some mineral contents of prickly pear (Opuntia ficus-indica L.) seed flours.

    PubMed

    Al-Juhaimi, Fahad; Özcan, Mehmet Musa

    2013-05-01

    The aim of this study was to determine some mineral contents of prickly pear (Opuntia fıcus-indica L.) seeds collected from different locations. The mineral contents of seeds were established by inductively coupled plasma atomic emission spectrometry. All the seeds contained Ca, K, Mg and P at high levels. Calcium content ranged between 268.5 (sample no. 11) and 674.8 ppm (sample no. 4). The level of K changed between 346.7 (sample no. 1) and 676.1 ppm (sample no. 13). Phosphorus content of seeds varied between 1,173.6 (sample no. 14) and 1,871.3 ppm (sample no. 1). It is apparent that seeds are good sources of the macro and micro minerals and can be consumed as a food ingredient to provide nutrition.

  10. Minerals

    MedlinePlus

    Minerals are important for your body to stay healthy. Your body uses minerals for many different jobs, including keeping your bones, muscles, heart, and brain working properly. Minerals are also important for making enzymes and hormones. ...

  11. Low bone mineral density among HIV-infected patients in Brazil

    PubMed Central

    Chaba, Daniela Cardeal da Silva; Soares, Lisméia R.; Pereira, Rosa M. R.; Rutherford, George W.; Assone, Tatiane; Takayama, Liliam; Fonseca, Luiz A. M.; Duarte, Alberto J. S.; Casseb, Jorge

    2017-01-01

    ABSTRACT Decrease in bone mineral density (BMD) has been a complication among people living with HIV/AIDS. To investigate the prevalence of osteopenia/osteoporosis among HIV-infected people living in São Paulo city, we studied 108 HIV-infected patients (79 men and 29 women). We extracted data from patients’ medical records and BMD was measured by dual-energy X-ray absorptiometry (DXA). Median age of participants was 42 years (interquartile range [IQR] 36-48 years), and the median time since HIV diagnosis was 4.01 years (IQR 2-11 years). Patients had acquired HIV primarily by the sexual route (men who have sex with men 44%, heterosexual 49%). Median age, duration of HIV infection, duration of ART and CD4 nadir were similar for men and women. Plasma viral load was undetectable for 53 patients (49%). Median CD4 T cell count was 399 cells/µL (IQR 247 - 568). Twenty five patients (23%) had LBMD, and there was no statistically significant difference between men and women (<-1). The associated risk factors for LBMD were older age (≥ 50 years old) and smoking with a RR of 3.87 and 2.80, respectively. Thus, despite the lack of statistically significant relationship between the use of ART and LBMD or between duration of ART and LBMD, these factors should be addressed in larger studies. PMID:29267597

  12. Robust identification of transcriptional regulatory networks using a Gibbs sampler on outlier sum statistic

    PubMed Central

    Gu, Jinghua; Xuan, Jianhua; Riggins, Rebecca B.; Chen, Li; Wang, Yue; Clarke, Robert

    2012-01-01

    Motivation: Identification of transcriptional regulatory networks (TRNs) is of significant importance in computational biology for cancer research, providing a critical building block to unravel disease pathways. However, existing methods for TRN identification suffer from the inclusion of excessive ‘noise’ in microarray data and false-positives in binding data, especially when applied to human tumor-derived cell line studies. More robust methods that can counteract the imperfection of data sources are therefore needed for reliable identification of TRNs in this context. Results: In this article, we propose to establish a link between the quality of one target gene to represent its regulator and the uncertainty of its expression to represent other target genes. Specifically, an outlier sum statistic was used to measure the aggregated evidence for regulation events between target genes and their corresponding transcription factors. A Gibbs sampling method was then developed to estimate the marginal distribution of the outlier sum statistic, hence, to uncover underlying regulatory relationships. To evaluate the effectiveness of our proposed method, we compared its performance with that of an existing sampling-based method using both simulation data and yeast cell cycle data. The experimental results show that our method consistently outperforms the competing method in different settings of signal-to-noise ratio and network topology, indicating its robustness for biological applications. Finally, we applied our method to breast cancer cell line data and demonstrated its ability to extract biologically meaningful regulatory modules related to estrogen signaling and action in breast cancer. Availability and implementation: The Gibbs sampler MATLAB package is freely available at http://www.cbil.ece.vt.edu/software.htm. Contact: xuan@vt.edu Supplementary information: Supplementary data are available at Bioinformatics online. PMID:22595208

  13. Raman fiber-optical method for colon cancer detection: Cross-validation and outlier identification approach

    NASA Astrophysics Data System (ADS)

    Petersen, D.; Naveed, P.; Ragheb, A.; Niedieker, D.; El-Mashtoly, S. F.; Brechmann, T.; Kötting, C.; Schmiegel, W. H.; Freier, E.; Pox, C.; Gerwert, K.

    2017-06-01

    Endoscopy plays a major role in early recognition of cancer which is not externally accessible and therewith in increasing the survival rate. Raman spectroscopic fiber-optical approaches can help to decrease the impact on the patient, increase objectivity in tissue characterization, reduce expenses and provide a significant time advantage in endoscopy. In gastroenterology an early recognition of malign and precursor lesions is relevant. Instantaneous and precise differentiation between adenomas as precursor lesions for cancer and hyperplastic polyps on the one hand and between high and low-risk alterations on the other hand is important. Raman fiber-optical measurements of colon biopsy samples taken during colonoscopy were carried out during a clinical study, and samples of adenocarcinoma (22), tubular adenomas (141), hyperplastic polyps (79) and normal tissue (101) from 151 patients were analyzed. This allows us to focus on the bioinformatic analysis and to set stage for Raman endoscopic measurements. Since spectral differences between normal and cancerous biopsy samples are small, special care has to be taken in data analysis. Using a leave-one-patient-out cross-validation scheme, three different outlier identification methods were investigated to decrease the influence of systematic errors, like a residual risk in misplacement of the sample and spectral dilution of marker bands (esp. cancerous tissue) and therewith optimize the experimental design. Furthermore other validations methods like leave-one-sample-out and leave-one-spectrum-out cross-validation schemes were compared with leave-one-patient-out cross-validation. High-risk lesions were differentiated from low-risk lesions with a sensitivity of 79%, specificity of 74% and an accuracy of 77%, cancer and normal tissue with a sensitivity of 79%, specificity of 83% and an accuracy of 81%. Additionally applied outlier identification enabled us to improve the recognition of neoplastic biopsy samples.

  14. Deposit model for heavy-mineral sands in coastal environments: Chapter L in Mineral deposit models for resource assessment

    USGS Publications Warehouse

    Van Gosen, Bradley S.; Fey, David L.; Shah, Anjana K.; Verplanck, Philip L.; Hoefen, Todd M.

    2014-01-01

    Regional exploration for deposits of heavy-mineral sands can utilize the analyses of stream sediment samples for Ti, Hf, the rare earth elements, Th, and U, and geophysical surveys, particularly radiometric (gamma-ray spectrometry for K, U, and Th) and magnetic methods. Geophysical anomalies may be small, and surveys are generally more successful when conducted close to sources of interest.

  15. Use of cultural consensus analysis to evaluate expert feedback of median safety.

    PubMed

    Kim, Tae-Gyu; Donnell, Eric T; Lee, Dongmin

    2008-07-01

    Cultural consensus analysis is a statistical method that can be used to assess participant responses to survey questions. The technique concurrently estimates the knowledge of each survey participant and estimates the culturally correct answer to each question asked, based on the existence of consensus among survey participants. The main objectives of this paper are to present the cultural consensus methodology and apply it to a set of median design and safety survey data that were collected using the Delphi method. A total of 21 Delphi survey participants were asked to answer research questions related to cross-median crashes. It was found that the Delphi panel had agreeable opinions with respect to the association of average daily traffic (ADT) and heavy vehicle percentage combination on the risk of cross-median crashes; relative importance of additional factors, other than ADT, median width, and crash history that may contribute to cross-median crashes; and, the relative importance of geometric factors that may be associated with the likelihood of cross-median crashes. Therefore, the findings from the cultural consensus analysis indicate that the expert panel selected to participate in the Delphi survey shared a common knowledge pool relative to the association between median design and safety. There were, however, diverse opinions regarding median barrier type and its preferred placement location. The panel showed a higher level of knowledge on the relative importance regarding the association of geometric factors on cross-median crashes likelihood than on other issues considered. The results of the cultural consensus analysis of the present median design and safety survey data could be used to design a focused field study of median safety.

  16. Remote Raman Spectroscopy of Minerals at Elevated Temperature Relevant to Venus Exploration

    NASA Technical Reports Server (NTRS)

    Sharma, Shiv K.; Misra, Anupam K.; Singh, Upendra N.

    2008-01-01

    We have used a remote time-resolved telescopic Raman system equipped with 532 nm pulsed laser excitation and a gated intensified CCD (ICCD) detector for measuring Raman spectra of a number of minerals at high temperature to 970 K. Remote Raman measurements were made with samples at 9-meter in side a high-temperature furnace by gating the ICCD detector with 2 micro-sec gate to minimize interference from blackbody emission from mineral surfaces at high temperature as well as interference from ambient light. A comparison of Raman spectra of gypsum (CaSO4.2H2O), dolomite (CaMg(CO3)2), and olivine (Mg2Fe2-xSiO4), as a function of temperature shows that the Raman lines remains sharp and well defined even in the high-temperature spectra. In the case of gypsum, Raman spectral fingerprints of CaSO4.H2O at 518 K were observed due to dehydration of gypsum. In the case of dolomite, partial mineral dissociation was observed at 973 K at ambient pressure indicating that some of the dolomite might survive on Venus surface that is at approximately 750 K and 92 atmospheric pressure. Time-resolved Raman spectra of low clino-enstatite (MgSiO3) measured at 75 mm from the sample in side the high-temperature furnace also show that the Raman lines remains sharp and well defined in the high temperature spectra. These high-temperature remote Raman spectra of minerals show that time-resolved Raman spectroscopy can be used as a potential tool for exploring Venus surface mineralogy at shorter (75 mm) and long (9 m) distances from the samples both during daytime and nighttime. The remote Raman system could also be used for measuring profiles of molecular species in the dense Venus atmosphere during descent as well as on the surface.

  17. Effects of vitamin K2 (menatetrenone) and alendronate on bone mineral density and bone strength in rats fed a low-magnesium diet.

    PubMed

    Kobayashi, M; Hara, K; Akiyama, Y

    2004-11-01

    In this study, we examined changes in bone parameters and bone strength in rats fed low-Mg diets (experiment 1) and the effects of vitamin K2 (MK-4, experiment 3) and alendronate (ALN, experiment 2) in this model. In experiment 1, 5-week-old male Wistar rats were fed three low-Mg diets (Mg 9, 6, 3 mg/100 g diet) for 4 weeks. Although the cortical bone mineral content (CtBMC) and cortical thickness (CtTh) of the femoral diaphysis in all low-Mg-diet groups were the same as or greater than those in the intact group (Mg: 90 mg/100 g diet), the maximum load and elastic modulus were significantly reduced in the 3-mg-Mg group. In experiment 2, 4-week-old Wistar rats were fed a 6-mg-Mg diet for 8 weeks, and the effect of ALN (2, 20, and 200 microg/kg twice a week) was evaluated. The administration of ALN at 200 microg/kg increased the cortical bone mineral content (CtBMC), CtTh, and maximum load, but had no effect on the elastic modulus, as compared with the low-Mg-control group. In experiment 3, the effect of MK-4 was evaluated under the same conditions as in experiment 2. The administration of MK-4 had no effect on CtBMC, CtTh, or bone components of the femoral diaphysis. However, MK-4 inhibited the decreases in maximum load and elastic modulus due to the low-Mg diet. Since there is no other experimental model in which there is a decrease in bone mechanical properties without a decrease in bone mineral content, the low-Mg diet model is considered to be an excellent model for examining bone quality. Our results from this model suggest that MK-4 and ALN affect bone mechanical properties by different mechanisms.

  18. Reversible median nerve impairment after three weeks of repetitive work.

    PubMed

    Tabatabaeifar, Sorosh; Svendsen, Susanne Wulff; Johnsen, Birger; Hansson, Gert-Åke; Fuglsang-Frederiksen, Anders; Frost, Poul

    2017-03-01

    Objectives The aim of this study was to evaluate the development of impaired median nerve function in relation to hand-intensive seasonal work. We hypothesized that at end-season, median nerve conduction would be impaired and then recover within weeks. Methods Using nerve conduction studies (NCS), we examined median nerve conduction before, during, and after engaging in 22 days of mink skinning. For a subgroup, we used goniometry and surface electromyography to characterize occupational mechanical exposures. Questionnaire information on symptoms, disability, and lifestyle factors was obtained. Results The study comprised 11 male mink skinners with normal median nerve conduction at pre-season (mean age 35.7 years, mean number of seasons with skinning 8.9 years). Mink skinning was characterized by a median angle of wrist flexion/extension of 16º extension, a median velocity of wrist flexion/extension of 22 °/s, and force exertions of 11% of maximal voluntary electrical activity. At end-season, mean distal motor latency (DML) had increased 0.41 ms (P<0.001), mean sensory nerve conduction velocity (SNCV) digit 2 had decreased 6.3 m/s (P=0.004), and mean SNCV digit 3 had decreased 6.2 m/s (P=0.01); 9 mink skinners had decreases in nerve conduction, 5 fulfilled electrodiagnostic criteria and 4 fulfilled electrodiagnostic and clinical criteria (a positive Katz hand diagram) for carpal tunnel syndrome (CTS). Three to six weeks post-season, the changes had reverted to normal. Symptom and disability scores showed corresponding changes. Conclusions In this natural experiment, impaired median nerve conduction developed during 22 days of repetitive industrial work with moderate wrist postures and limited force exertion. Recovery occurred within 3-6 weeks post-season.

  19. Effect of lipid peroxidation, antioxidants, macro minerals and trace elements on eczema.

    PubMed

    Amin, Mohammad Nurul; Liza, Kaniz Fatema; Sarwar, Md Shahid; Ahmed, Jamiuddin; Adnan, Md Tareek; Chowdhury, Manjurul Islam; Hossain, Mohammad Zahid; Islam, Mohammad Safiqul

    2015-09-01

    The exact etiology and pathogenesis of eczema are not yet fully understood, although different factors are considered as pathogenic mechanisms in the development of eczema. Our study was designed to determine extent of serum lipid peroxidation, antioxidants, macro minerals and trace elements in patients with eczema, and thereby, find any pathophysiological correlation. The study was conducted as a case-control study with 65 eczema patients as cases and 65 normal healthy individuals as controls. Lipid peroxidation was assessed by measuring the serum level of malondialdehyde (MDA). Antioxidants- vitamin A and E concentration was determined by RP-HPLC method whereas vitamin C was evaluated for serum ascorbic acid by UV spectrophotometric method. Serum macro minerals (Na, K, Ca) and trace elements (Zn, Fe) were determined by Atomic Absorption Spectroscopy (AAS). This study found significantly higher level of MDA (p < 0.001) and lower level of antioxidants (p < 0.05) in patients in comparison to the control subjects. Analysis of serum macro minerals (Na, K and Ca) and trace elements (Zn, Fe) found that the mean values of Na, K, Ca, Zn and Fe were 2771.60 ± 75.64, 66.33 ± 3.03, 48.41 ± 2.50, 0.30 ± 0.02 and 0.29 ± 0.009 mg/L for the patient group and 3284.81 ± 34.51, 162.18 ± 3.72, 87.66 ± 2.10, 0.75 ± 0.06 and 0.87 ± 0.06 mg/L for the control group, accordingly. There was a significant difference for all the minerals between the patients and controls (p < 0.001). This study suggests a strong association between the pathogenesis of eczema with the elevated level of MDA and depleted level of antioxidants, macro minerals, and trace elements.

  20. Development of guidelines for cable median barrier systems in Texas.

    DOT National Transportation Integrated Search

    2009-12-01

    Since 2003, the Texas Department of Transportation (TxDOT) has embarked on an aggressive campaign to install : median barriers to prevent cross-median crashes on freeway facilities statewide. In the few years prior to 2003, : virtually all fatalities...

  1. Gold Mining in Ecuador: A Cross-Sectional Assessment of Mercury in Urine and Medical Symptoms in Miners from Portovelo/Zaruma.

    PubMed

    Schutzmeier, Paul; Berger, Ursula; Bose-O'Reilly, Stephan

    2016-12-30

    Mercury is a toxic metal and is used in small scale gold mining. In Portovelo, Ecuador, mercury has been an environmental and health problem for decades. The target of this study was to assess the mercury concentration in the urine of miners from Portovelo/Zaruma to establish a prevalence of high values. Eight hundred and sixty-five (865) urine samples were collected and analysed for their mercury content, using cold vapor atom absorption spectroscopy. The prevalence of high mercury values (>25 μg/L) was estimated. Forty-four (44) miners with mercury levels >15 μg/L filled in a questionnaire for characteristics and possible confounders, and were examined for intoxication symptoms to establish the ten points medical score sum. The median urine value was 1.8 μg/L; 78.3% of miners were below 7 μg/L and were not at risk of an intoxication, whereas 5.9% of miners exceeded the limit of 25 μg/L and were probable to experience intoxication symptoms. The medical score sum had a range of 2 to 8 points with a median of 6. The low prevalence of high mercury concentrations shows that the politics and techniques to eliminate the use of mercury are being successfully implemented. Further studies are needed to identify factors enabling this process.

  2. Gold Mining in Ecuador: A Cross-Sectional Assessment of Mercury in Urine and Medical Symptoms in Miners from Portovelo/Zaruma

    PubMed Central

    Schutzmeier, Paul; Berger, Ursula; Bose-O’Reilly, Stephan

    2016-01-01

    Mercury is a toxic metal and is used in small scale gold mining. In Portovelo, Ecuador, mercury has been an environmental and health problem for decades. The target of this study was to assess the mercury concentration in the urine of miners from Portovelo/Zaruma to establish a prevalence of high values. Eight hundred and sixty-five (865) urine samples were collected and analysed for their mercury content, using cold vapor atom absorption spectroscopy. The prevalence of high mercury values (>25 μg/L) was estimated. Forty-four (44) miners with mercury levels >15 μg/L filled in a questionnaire for characteristics and possible confounders, and were examined for intoxication symptoms to establish the ten points medical score sum. The median urine value was 1.8 μg/L; 78.3% of miners were below 7 μg/L and were not at risk of an intoxication, whereas 5.9% of miners exceeded the limit of 25 μg/L and were probable to experience intoxication symptoms. The medical score sum had a range of 2 to 8 points with a median of 6. The low prevalence of high mercury concentrations shows that the politics and techniques to eliminate the use of mercury are being successfully implemented. Further studies are needed to identify factors enabling this process. PMID:28042847

  3. Using docking and alchemical free energy approach to determine the binding mechanism of eEF2K inhibitors and prioritizing the compound synthesis.

    PubMed

    Wang, Qiantao; Edupuganti, Ramakrishna; Tavares, Clint D J; Dalby, Kevin N; Ren, Pengyu

    2015-01-01

    A-484954 is a known eEF2K inhibitor with submicromolar IC50 potency. However, the binding mechanism and the crystal structure of the kinase remains unknown. Here, we employ a homology eEF2K model, docking and alchemical free energy simulations to probe the binding mechanism of eEF2K, and in turn, guide the optimization of potential lead compounds. The inhibitor was docked into the ATP-binding site of a homology model first. Three different binding poses, hypothesis 1, 2, and 3, were obtained and subsequently applied to molecular dynamics (MD) based alchemical free energy simulations. The calculated relative binding free energy of the analogs of A-484954 using the binding pose of hypothesis 1 show a good correlation with the experimental IC50 values, yielding an r (2) coefficient of 0.96 after removing an outlier (compound 5). Calculations using another two poses show little correlation with experimental data, (r (2) of less than 0.5 with or without removing any outliers). Based on hypothesis 1, the calculated relative free energy suggests that bigger cyclic groups, at R1 e.g., cyclobutyl and cyclopentyl promote more favorable binding than smaller groups, such as cyclopropyl and hydrogen. Moreover, this study also demonstrates the ability of the alchemical free energy approach in combination with docking and homology modeling to prioritize compound synthesis. This can be an effective means of facilitating structure-based drug design when crystal structures are not available.

  4. Multichromosomal median and halving problems under different genomic distances

    PubMed Central

    Tannier, Eric; Zheng, Chunfang; Sankoff, David

    2009-01-01

    Background Genome median and genome halving are combinatorial optimization problems that aim at reconstructing ancestral genomes as well as the evolutionary events leading from the ancestor to extant species. Exploring complexity issues is a first step towards devising efficient algorithms. The complexity of the median problem for unichromosomal genomes (permutations) has been settled for both the breakpoint distance and the reversal distance. Although the multichromosomal case has often been assumed to be a simple generalization of the unichromosomal case, it is also a relaxation so that complexity in this context does not follow from existing results, and is open for all distances. Results We settle here the complexity of several genome median and halving problems, including a surprising polynomial result for the breakpoint median and guided halving problems in genomes with circular and linear chromosomes, showing that the multichromosomal problem is actually easier than the unichromosomal problem. Still other variants of these problems are NP-complete, including the DCJ double distance problem, previously mentioned as an open question. We list the remaining open problems. Conclusion This theoretical study clears up a wide swathe of the algorithmical study of genome rearrangements with multiple multichromosomal genomes. PMID:19386099

  5. Chemometric analysis of minerals in gluten-free products.

    PubMed

    Gliszczyńska-Świgło, Anna; Klimczak, Inga; Rybicka, Iga

    2018-06-01

    Numerous studies indicate mineral deficiencies in people on a gluten-free (GF) diet. These deficiencies may indicate that GF products are a less valuable source of minerals than gluten-containing products. In the study, the nutritional quality of 50 GF products is discussed taking into account the nutritional requirements for minerals expressed as percentage of recommended daily allowance (%RDA) or percentage of adequate intake (%AI) for a model celiac patient. Elements analyzed were calcium, potassium, magnesium, sodium, copper, iron, manganese, and zinc. Analysis of %RDA or %AI was performed using principal component analysis (PCA) and hierarchical cluster analysis (HCA). Using PCA, the differentiation between products based on rice, corn, potato, GF wheat starch and based on buckwheat, chickpea, millet, oats, amaranth, teff, quinoa, chestnut, and acorn was possible. In the HCA, four clusters were created. The main criterion determining the adherence of the sample to the cluster was the content of all minerals included to HCA (K, Mg, Cu, Fe, Mn); however, only the Mn content differentiated four formed groups. GF products made of buckwheat, chickpea, millet, oats, amaranth, teff, quinoa, chestnut, and acorn are better source of minerals than based on other GF raw materials, what was confirmed by PCA and HCA. © 2017 Society of Chemical Industry. © 2017 Society of Chemical Industry.

  6. Mineral requirements for growth and maintenance of F1 Boer × Saanen male kids.

    PubMed

    Teixeira, I A M A; Härter, C J; Pereira Filho, J M; Sobrinho, A G da Silva; Resende, K T

    2015-05-01

    The objective of this study was to determine the net requirements of minerals for the growth and maintenance of intact male F1 Boer × Saanen goat kids in the initial phase of growth. The following 2 experiments were performed: Exp. 1 was performed to determine the net growth requirements for Ca, P, Mg, Na, and K by F1 Boer × Saanen goat kids from 5 to 25 kg of BW and Exp. 2 was performed to determine the maintenance requirements of F1 Boer × Saanen goats from 15 to 25 kg BW. In Exp. 1, 32 intact male goat kids were distributed in a completely randomized design and mineral body composition was fit to an allometric equation in the form of a nonlinear model. To determine the mineral requirements for maintenance in Exp. 2, 21 intact male goat kids were distributed in a randomized block design, where the goat kids were subjected to 3 levels of feed restriction (0, 30, and 60% feed restriction). At the onset of Exp. 2, 7 goat kids were harvested and used to estimate the initial body composition (15 kg BW). Initial body composition was used to calculate the retention of minerals. The maintenance requirements were estimated by regressions obtained from the retention of minerals in the empty body and the intake of the mineral. The concentration of Ca, P, Na, and K in the empty BW decreased by 11, 13, 26, and 23% with the increase in BW from 5 to 25 kg (P < 0.01). As a consequence, our results showed that net requirements of Ca, P, Mg, Na, and K for weight gain decreased by 27.5, 27.8, 4.25, 43.2, and 39.7%, respectively, with the increase in BW from 5 to 25 kg (P < 0.01). The net requirements (g/kg of ADG) decreased from 9.7 to 7.0 for Ca, 6.5 to 4.7 for P, 0.38 to 0.36 for Mg, 0.88 to 0.50 for Na, and 1.9 to 1.2 for K when BW increased from 5 to 25 kg. The daily net requirements for maintenance per kilogram of BW were 38 mg of Ca, 42 mg of P, 1.6 mg of Mg, 5.0 mg of Na, and 19 mg of K. These results for the nutritional requirements of minerals may help to formulate more

  7. Synthesis of calcium vanadate minerals and related compounds

    USGS Publications Warehouse

    Marvin, Richard F.

    1956-01-01

    Synthesis of natural vanadates shows that most of them are stable in an acid environment. Phase studies of a portion of the system CaO-V2O5-H2O indicate that calcium vanadates are an indicator of environmental pH conditions. Some minerals, such as pascoute, indicate rapid evaporation of vanadite solutions; other minerals, such as hewettite, show that slow evaporation took place. Cursory examination of systems K2O-UO2-(NO3)2-V2O5 and CaO-UO2(NO3)2-V2O5, both in aqueous solution, has yielded information on the relationships among carnotite, tyuyamunite, and rauvite.

  8. 36 CFR 293.14 - Mineral leases and mineral permits.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 36 Parks, Forests, and Public Property 2 2011-07-01 2011-07-01 false Mineral leases and mineral... AGRICULTURE WILDERNESS-PRIMITIVE AREAS § 293.14 Mineral leases and mineral permits. (a) All laws pertaining to mineral leasing shall extend to each National Forest Wilderness for the period specified in the Wilderness...

  9. 36 CFR 293.14 - Mineral leases and mineral permits.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 36 Parks, Forests, and Public Property 2 2010-07-01 2010-07-01 false Mineral leases and mineral... AGRICULTURE WILDERNESS-PRIMITIVE AREAS § 293.14 Mineral leases and mineral permits. (a) All laws pertaining to mineral leasing shall extend to each National Forest Wilderness for the period specified in the Wilderness...

  10. 36 CFR 293.14 - Mineral leases and mineral permits.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 36 Parks, Forests, and Public Property 2 2012-07-01 2012-07-01 false Mineral leases and mineral... AGRICULTURE WILDERNESS-PRIMITIVE AREAS § 293.14 Mineral leases and mineral permits. (a) All laws pertaining to mineral leasing shall extend to each National Forest Wilderness for the period specified in the Wilderness...

  11. 36 CFR 293.14 - Mineral leases and mineral permits.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 36 Parks, Forests, and Public Property 2 2014-07-01 2014-07-01 false Mineral leases and mineral... AGRICULTURE WILDERNESS-PRIMITIVE AREAS § 293.14 Mineral leases and mineral permits. (a) All laws pertaining to mineral leasing shall extend to each National Forest Wilderness for the period specified in the Wilderness...

  12. 36 CFR 293.14 - Mineral leases and mineral permits.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 36 Parks, Forests, and Public Property 2 2013-07-01 2013-07-01 false Mineral leases and mineral... AGRICULTURE WILDERNESS-PRIMITIVE AREAS § 293.14 Mineral leases and mineral permits. (a) All laws pertaining to mineral leasing shall extend to each National Forest Wilderness for the period specified in the Wilderness...

  13. Simulating the effectiveness of three potential management options to slow the spread of emerald ash borer (Agrilus planipennis) populations in localized outlier sites

    Treesearch

    Rodrigo J. Mercader; Nathan W. Siegert; Andrew M. Liebhold; Deborah G. McCullough

    2011-01-01

    The emerald ash borer, Agrilus planipennis Fairmaire (Coleoptera: Buprestidae), is a devastating, invasive insect pest of ash trees, Fraxinus spp., in North America. Using a simulation model, we evaluated three potential management options to slow the spread of A. planipennis in discrete outlier sites: (i)...

  14. Identification of magnetic minerals in the fine-grain sediment on the Bengawan Solo River

    NASA Astrophysics Data System (ADS)

    Purnama, B.; Kusuma, R.; Legowo, B.; Suharyana; Wijayanta, A. T.

    2018-03-01

    The magnetic mineral content in the fine sediment of Bengawan Solo River is discussed. The fine sediment is obtained on the upper part of the tributary of Bengawan Solo River. Magnetic minerals are separated using permanent magnets. Furthermore the magnetic minerals are overnight dried using oven at 100°C. FTIR characterization indicate that the magnetic minerals in the fine sediment of Bengawan Solo River have the same characteristics as minerals in Cilacap and Purwokerto areas. Magnetic minerals are estimated to form at wave number k = 569.03 cm-1. This hematite content increase to 70.67% after anealling treatment at 600°C for 4 hours in atmosphere condition. This result is interesting because the heating process increases the hematite content. Within results, the magnetic properties of the sample will change.

  15. Jujube honey from China: physicochemical characteristics and mineral contents.

    PubMed

    Zhou, Juan; Suo, Zhirong; Zhao, Pinpin; Cheng, Ni; Gao, Hui; Zhao, Jing; Cao, Wei

    2013-03-01

    We investigated and compared the physicochemical properties (moisture, color, ash, pH, electrical conductivity, free acidity, lactonic acidity, total acidity, fructose, glucose, sucrose, diastase activity, and HMF) and mineral contents (Al, Ca, Co, Cr, Cu, Fe, K, Li, Mg, Mn, Na, Ni, As, Cd, Pb, and Zn), as well as total proline and total protein contents of 23 jujube honey samples collected from different regions of China. The mineral content was determined by inductively coupled plasma-optical emission spectrometry (ICP-OES). The physicochemical values were in the range of approved limits (conforming to EU legislation) in all 23 samples. The physicochemical properties of jujube honey showed significant variations among samples. The mean pH value of the jujube honeys was 6.71. The most abundant minerals were potassium, calcium, sodium, and magnesium, ranging between 1081.4 and 2642.9, 97.1 and 194.2, 7.79 and 127.8, and 10.36 and 24.67 mg/kg, respectively, and potassium made up 71% of the total mineral content. This study demonstrated remarkable variation in physicochemical parameters and mineral contents of jujube honey, mainly depending on its geographic source. © 2013 Institute of Food Technologists®

  16. "Dangerous" anatomic varieties of recurrent motor branch of median nerve.

    PubMed

    Elsaftawy, Ahmed; Gworys, Bohdan; Jabłecki, Jerzy; Szajerka, Tobiasz

    2013-08-01

    Carpal tunnel release became one of the most common operations in the field of hand surgery. Many controversies has been made about frequency of the so-called dangerous variations of motor branch of the median nerve. Knowledge of all the anatomical variations motor branches is the duty of every surgeon dealing with the subject. The aim of the study was to present the incidence of dangerous variants of median nerve motor branch in the carpal tunnel based on both clinical experience and anatomical studies performed on 20 cadaver wrists. Between 2006-2012 during minimally open carpal tunnel release we made photographic documentation of all visible dangerous varieties of recurrent motor branches of the median nerve. We also studied 20 cadaver wrists in the Department of Anatomy Medical University in Wrocław. Dangerous varieties of the motor branch of median nerve was found in three clinical cases and in one cadaver wrist. Also In one wrist we found one regular branche, which, however, has atypical two separate branches supplying the thenar muscles. Dangerous varieties of the motor branch of median nerve occur very rare in the population, but does not release from the fact that in each case special attention must be given.We also conclude that, at the minimally open carpal tunnel release procedure, the transverse carpal ligament should be released rather from the line of radial border of the 4th finger to minimize the risk of injury to the recurrent motor branch of median nerve.

  17. Davinciite, Na12K3Ca6Fe{3/2+}Zr3(Si26O73OH)Cl2, a New K,Na-Ordered mineral of the eudialyte group from the Khibiny Alkaline Pluton, Kola Peninsula, Russia

    NASA Astrophysics Data System (ADS)

    Khomyakov, A. P.; Nechelyustov, G. N.; Rastsvetaeva, R. K.; Rozenberg, K. A.

    2013-12-01

    This paper presents a description of a new zirconosilicate of the eudialyte group, which was named davinciite in honor of Leonardo da Vinci (1452-1519), a famous Italian scientist, painter, sculptor and architect. The new mineral has been found in hyperagpaitic pegmatite at the Rasvumchorr Mountain, Khibiny Pluton, Kola Peninsula, as relict inclusions, up to 1-2 mm in size in a rastsvetaevite matrix. It is associated with nepheline, sodalite, potassium feldspar, delhayelite, aegirine, shcherbakovite, villiaumite, nitrite, nacaphite, rasvumite, and djerfisherite. Davinciite is dark lavender and transparent, with a vitreous luster and white streak. The new mineral is brittle, with conchoidal fracture; the Mohs' hardness is 5. No indications of cleavage or parting were observed. The measured density is 2.82(2) g/cm3 (volumetric method); the calculated density is 2.848 g/cm3. Davinciite is optically uniaxial, positive; ω = 1.603(2), ɛ = 1.605(2). It is nonpleochroic and nonfluorescent in UV light. The new mineral slowly breaks down and gelates in 50% HCl and HNO3. It is trigonal, space group R3m. The unit-cell dimensions are a = 14.2956(2), c = 30.0228(5) Å, V=5313.6(2) Å3. The strongest reflections in the X-ray powder diffraction pattern [ d, Å ( I, %) ( hkl)] are as follows: 2.981(100)(315), 2.860(96)(404), 4.309(66)(205), 3.207(63)(208), 6.415(54)(104), 3.162(43)(217). The chemical composition (electron microprobe, H2O calculated from X-ray diffraction data) is as follows, wt %: 12.69 Na2O, 3.53 K2O, 11.02 CaO, 0.98 SrO, 0.15 BaO, 5.33 FeO, 0.37 MnO, 0.07 Al2O3, 51.20 SiO2, 0.39 TiO2, 11.33 ZrO2, 0.21HfO2, 0.09 Nb2O5, 1.89 Cl, 0.93H2O, -O = Cl2 0.43; total is 99.75. The empirical formula calculated on the basis of Si + Al + Zr + Hf + Ti + Nb = 29 ( Z = 3) is (Na1l.75Sr0.29Ba0.03)Σ12.07(K2.28Na0.72)Σ3Ca5.99(Fe2.26Mn0.16)Σ2.42(Zr2.80Ti0.15Hf0.03Nb0.02) Σ3(Si1.96Al0.04)Σ2[Si3O9]2 [Si9O27]2[(OH)1.42O0.58]Σ2[Cl1.62(H2O)0.38]Σ2 · 0.48H2O. The simplified

  18. Long Term Effect of Land Reclamation from Lake on Chemical Composition of Soil Organic Matter and Its Mineralization

    PubMed Central

    He, Dongmei; Ruan, Honghua

    2014-01-01

    Since the late 1950s, land reclamation from lakes has been a common human disturbance to ecosystems in China. It has greatly diminished the lake area, and altered natural ecological succession. However, little is known about its impact on the carbon (C) cycle. We conducted an experiment to examine the variations of chemical properties of dissolved organic matter (DOM) and C mineralization under four land uses, i.e. coniferous forest (CF), evergreen broadleaf forest (EBF), bamboo forest (BF) and cropland (CL) in a reclaimed land area from Taihu Lake. Soils and lake sediments (LS) were incubated for 360 days in the laboratory and the CO2 evolution from each soil during the incubation was fit to a double exponential model. The DOM was analyzed at the beginning and end of the incubation using UV and fluorescence spectroscopy to understand the relationships between DOM chemistry and C mineralization. The C mineralization in our study was influenced by the land use with different vegetation and management. The greatest cumulative CO2-C emission was observed in BF soil at 0–10 cm depth. The active C pool in EBF at 10–25 cm had longer (62 days) mean residence time (MRT). LS showed the highest cumulative CO2-C and shortest MRT comparing with the terrestrial soils. The carbohydrates in DOM were positively correlated with CO2-C evolution and negatively correlated to phenols in the forest soils. Cropland was consistently an outlier in relationships between DOM chemistry and CO2-evolution, highlighting the unique effects that this land use on soil C cycling, which may be attributed the tillage practices. Our results suggest that C mineralization is closely related to the chemical composition of DOM and sensitive to its variation. Conversion of an aquatic ecosystem into a terrestrial ecosystem may alter the chemical structure of DOM, and then influences soil C mineralization. PMID:24905998

  19. Thermal tolerance in the keystone species Daphnia magna-a candidate gene and an outlier analysis approach.

    PubMed

    Jansen, M; Geerts, A N; Rago, A; Spanier, K I; Denis, C; De Meester, L; Orsini, L

    2017-04-01

    Changes in temperature have occurred throughout Earth's history. However, current warming trends exacerbated by human activities impose severe and rapid loss of biodiversity. Although understanding the mechanisms orchestrating organismal response to climate change is important, remarkably few studies document their role in nature. This is because only few systems enable the combined analysis of genetic and plastic responses to environmental change over long time spans. Here, we characterize genetic and plastic responses to temperature increase in the aquatic keystone grazer Daphnia magna combining a candidate gene and an outlier analysis approach. We capitalize on the short generation time of our species, facilitating experimental evolution, and the production of dormant eggs enabling the analysis of long-term response to environmental change through a resurrection ecology approach. We quantify plasticity in the expression of 35 candidate genes in D. magna populations resurrected from a lake that experienced changes in average temperature over the past century and from experimental populations differing in thermal tolerance isolated from a selection experiment. By measuring expression in multiple genotypes from each of these populations in control and heat treatments, we assess plastic responses to extreme temperature events. By measuring evolutionary changes in gene expression between warm- and cold-adapted populations, we assess evolutionary response to temperature changes. Evolutionary response to temperature increase is also assessed via an outlier analysis using EST-linked microsatellite loci. This study provides the first insights into the role of plasticity and genetic adaptation in orchestrating adaptive responses to environmental change in D. magna. © 2017 John Wiley & Sons Ltd.

  20. Effect of a moving optical environment on the subjective median.

    DOT National Transportation Integrated Search

    1971-04-01

    The placement of a point in the median vertical plane under the influence of a moving optical environment was tested in 12 subjects. It was found that the median plane was displaced in the same direction as the movement of the visual environment when...

  1. Approximate solution of the p-median minimization problem

    NASA Astrophysics Data System (ADS)

    Il'ev, V. P.; Il'eva, S. D.; Navrotskaya, A. A.

    2016-09-01

    A version of the facility location problem (the well-known p-median minimization problem) and its generalization—the problem of minimizing a supermodular set function—is studied. These problems are NP-hard, and they are approximately solved by a gradient algorithm that is a discrete analog of the steepest descent algorithm. A priori bounds on the worst-case behavior of the gradient algorithm for the problems under consideration are obtained. As a consequence, a bound on the performance guarantee of the gradient algorithm for the p-median minimization problem in terms of the production and transportation cost matrix is obtained.

  2. Proximity of residence to an old mineral storage site in Chile and blood lead levels in children.

    PubMed

    Lisboa, Loreto; Klarián, José; Campos, Rosario Toro; Iglesias, Verónica

    2016-01-01

    Evidence suggests that an old mineral storage site removed in 1998 due to high lead content, remains as a source of exposure in the city of Antofagasta, Chile. The aim was to determine the association between blood lead levels in children and the residential proximity to the old mineral storage site. A cross sectional study was conducted with 185 children aged 7 to 16 years. The outcome variable was blood lead levels measured in 2005. The exposure variable was the distance between the current residence and the old mineral storage site. The distance was measured in meters by Geographic Information System (GIS). The median blood lead level in 2005 was 3.3μg/dL (interquartile range ‒ IQR: 2.0-4.3). A significant inverse association was found between the residential distance to the old mineral storage site and the blood lead levels in children, after adjusting by confounders (β: -0.04; 95%CI: -0.09; -0.01). This result suggests that the old mineral storage site continues to be a source of lead exposure for the children living nearby.

  3. Impacts of Pantoea agglomerans strain and cation-modified clay minerals on the adsorption and biodegradation of phenanthrene.

    PubMed

    Tao, Kelin; Zhao, Song; Gao, Pin; Wang, Lijin; Jia, Hanzhong

    2018-06-06

    Interactions between microorganisms and minerals have the potential contribution to remove polycyclic aromatic hydrocarbons (PAHs) in model systems. In this study, phenanthrene (PHE) was used as a probe molecule to explore the potential adsorption and biotransformation processes in the presence of microorganisms and various reference clays, such as montmorillonite (M), kaolinite (K), and pyrophyllite (P). Equilibrium adsorption experiments and scanning electron microscopy (SEM) technique were used to investigate the sorption of Pantoea agglomerans strains on clay minerals saturated with cations (Na + and Fe 3+ ). The adsorption isotherms of PHE and Pantoea agglomerans strains on cation-modified clay minerals fitted to Langmuir equation, and their adsorbed amounts both followed the sequence: montmorillonite > kaolinite > pyrophyllite. For six types of cation-modified minerals, the behavior of PHE adsorbed and Pantoea agglomerans adhered onto mentioned minerals was in the order of Na(I)-M > Fe(Ⅲ)-M, Na(I)-K > Fe(Ⅲ)-K and Fe(Ⅲ)-P > Na(I)-P, respectively. The biodegradation results showed that cation-modified clay minerals could enhance the biodegradation of PHE, ascribing to their large specific surface area, and cation exchange capability, as well as the difference in zeta potential between minerals and Pantoea agglomerans strains. Comparison of biodegradation rates displayed that PHE was degraded the highest in the presence of Na-M (93.285%). In addition, the obtained results suggested that the adhesion of bacteria onto cation-exchanged clay minerals was beneficial to the biodegradation of PHE. Anthracen-9-ylmethanol and 3,4-dimethyl-2-(3-methylbutanoyl)benzoic acid were detected as the main intermediate compounds, which can be further biodegraded into small molecules. The overall results obtained in this study are of valuable significance for the understanding of the behavior of PHE in soil and associated environment. Copyright © 2018 Elsevier Inc. All

  4. August median streamflow on ungaged streams in Eastern Coastal Maine

    USGS Publications Warehouse

    Lombard, Pamela J.

    2004-01-01

    Methods for estimating August median streamflow were developed for ungaged, unregulated streams in eastern coastal Maine. The methods apply to streams with drainage areas ranging in size from 0.04 to 73.2 square miles and fraction of basin underlain by a sand and gravel aquifer ranging from 0 to 71 percent. The equations were developed with data from three long-term (greater than or equal to 10 years of record) continuous-record streamflow-gaging stations, 23 partial-record streamflow- gaging stations, and 5 short-term (less than 10 years of record) continuous-record streamflow-gaging stations. A mathematical technique for estimating a standard low-flow statistic, August median streamflow, at partial-record streamflow-gaging stations and short-term continuous-record streamflow-gaging stations was applied by relating base-flow measurements at these stations to concurrent daily streamflows at nearby long-term continuous-record streamflow-gaging stations (index stations). Generalized least-squares regression analysis (GLS) was used to relate estimates of August median streamflow at streamflow-gaging stations to basin characteristics at these same stations to develop equations that can be applied to estimate August median streamflow on ungaged streams. GLS accounts for different periods of record at the gaging stations and the cross correlation of concurrent streamflows among gaging stations. Thirty-one stations were used for the final regression equations. Two basin characteristics?drainage area and fraction of basin underlain by a sand and gravel aquifer?are used in the calculated regression equation to estimate August median streamflow for ungaged streams. The equation has an average standard error of prediction from -27 to 38 percent. A one-variable equation uses only drainage area to estimate August median streamflow when less accuracy is acceptable. This equation has an average standard error of prediction from -30 to 43 percent. Model error is larger than

  5. Landscaping of highway medians at intersections : summary.

    DOT National Transportation Integrated Search

    2013-09-01

    The most obvious benefit of landscaped medians is highway beautification, but they have also been found to enhance safety. Landscaping helps define turn lanes and crosswalks, adding to roadway safety. : Placement and specifications of highway landsca...

  6. Potassium Isotopic Compositions of NIST Potassium Standards and 40Ar/39Ar Mineral Standards

    NASA Technical Reports Server (NTRS)

    Morgan, Leah; Tappa, Mike; Ellam, Rob; Mark, Darren; Higgins, John; Simon, Justin I.

    2013-01-01

    Knowledge of the isotopic ratios of standards, spikes, and reference materials is fundamental to the accuracy of many geochronological methods. For example, the 238U/235U ratio relevant to U-Pb geochronology was recently re-determined [1] and shown to differ significantly from the previously accepted value employed during age determinations. These underlying values are fundamental to accurate age calculations in many isotopic systems, and uncertainty in these values can represent a significant (and often unrecognized) portion of the uncertainty budget for determined ages. The potassium isotopic composition of mineral standards, or neutron flux monitors, is a critical, but often overlooked component in the calculation of K-Ar and 40Ar/39Ar ages. It is currently assumed that all terrestrial materials have abundances indistinguishable from that of NIST SRM 985 [2]; this is apparently a reasonable assumption at the 0.25per mille level (1s) [3]. The 40Ar/39Ar method further relies on the assumption that standards and samples (including primary and secondary standards) have indistinguishable 40K/39K values. We will present data establishing the potassium isotopic compositions of NIST isotopic K SRM 985, elemental K SRM 999b, and 40Ar/39Ar biotite mineral standard GA1550 (sample MD-2). Stable isotopic compositions (41K/39K) were measured by the peak shoulder method with high resolution MC-ICP-MS (Thermo Scientific NEPTUNE Plus), using the accepted value of NIST isotopic SRM 985 [2] for fractionation [4] corrections [5]. 40K abundances were measured by TIMS (Thermo Scientific TRITON), using 41K/39K values from ICP-MS measurements (or, for SRM 985, values from [2]) for internal fractionation corrections. Collectively these data represent an important step towards a metrologically traceable calibration of 40K concentrations in primary 40Ar/39Ar mineral standards and improve uncertainties by ca. an order of magnitude in the potassium isotopic compositions of standards.

  7. Association between vitamin K intake from fermented soybeans, natto, and bone mineral density in elderly Japanese men: the Fujiwara-kyo Osteoporosis Risk in Men (FORMEN) study.

    PubMed

    Fujita, Y; Iki, M; Tamaki, J; Kouda, K; Yura, A; Kadowaki, E; Sato, Y; Moon, J-S; Tomioka, K; Okamoto, N; Kurumatani, N

    2012-02-01

    A cross-sectional analysis of 1,662 community dwelling elderly Japanese men suggested that habitual natto intake was significantly associated with higher bone mineral density (BMD). When adjustment was made for undercarboxylated osteocalcin levels, this association was insignificant, showing the natto-bone association to be primarily mediated by vitamin K. Low vitamin K intake is associated with an increased risk of hip fracture, but reports have been inconsistent on its effect on BMD. Our first aim was to examine the association between BMD and intake of fermented soybeans, natto, which contain vitamin K1 (20 μg/pack) and K2 (380 μg/pack). Our second aim was to examine the association between undercarboxylated osteocalcin (ucOC), a biomarker of vitamin K intake, and BMD to evaluate the role of vitamin K in this association. Of the Japanese men aged ≥65 years who participated in the baseline survey of the Fujiwara-kyo Osteoporosis Risk in Men study, 1,662 men without diseases or medications known to affect bone metabolism were examined for associations between self-reported natto intake or serum ucOC levels with lumbar spine or hip BMD. The subjects with greater intake of natto showed significantly lower level of serum ucOC. Analysis after adjustment for confounding variables showed an association of greater intake of natto with both significantly higher BMD and lower risk of low BMD (T-score < -1 SD) at the total hip and femoral neck. This association became insignificant after further adjustment for ucOC level. Habitual intake of natto was associated with a beneficial effect on bone health in elderly men, and this association is primarily due to vitamin K content of natto, although the lack of information on dietary nutrient intake, including vitamin K1 and K2, prevented us from further examining the association.

  8. Ranking Fragment Ions Based on Outlier Detection for Improved Label-Free Quantification in Data-Independent Acquisition LC-MS/MS

    PubMed Central

    Bilbao, Aivett; Zhang, Ying; Varesio, Emmanuel; Luban, Jeremy; Strambio-De-Castillia, Caterina; Lisacek, Frédérique; Hopfgartner, Gérard

    2016-01-01

    Data-independent acquisition LC-MS/MS techniques complement supervised methods for peptide quantification. However, due to the wide precursor isolation windows, these techniques are prone to interference at the fragment ion level, which in turn is detrimental for accurate quantification. The “non-outlier fragment ion” (NOFI) ranking algorithm has been developed to assign low priority to fragment ions affected by interference. By using the optimal subset of high priority fragment ions these interfered fragment ions are effectively excluded from quantification. NOFI represents each fragment ion as a vector of four dimensions related to chromatographic and MS fragmentation attributes and applies multivariate outlier detection techniques. Benchmarking conducted on a well-defined quantitative dataset (i.e. the SWATH Gold Standard), indicates that NOFI on average is able to accurately quantify 11-25% more peptides than the commonly used Top-N library intensity ranking method. The sum of the area of the Top3-5 NOFIs produces similar coefficients of variation as compared to the library intensity method but with more accurate quantification results. On a biologically relevant human dendritic cell digest dataset, NOFI properly assigns low priority ranks to 85% of annotated interferences, resulting in sensitivity values between 0.92 and 0.80 against 0.76 for the Spectronaut interference detection algorithm. PMID:26412574

  9. Outlier Analysis Defines Zinc Finger Gene Family DNA Methylation in Tumors and Saliva of Head and Neck Cancer Patients.

    PubMed

    Gaykalova, Daria A; Vatapalli, Rajita; Wei, Yingying; Tsai, Hua-Ling; Wang, Hao; Zhang, Chi; Hennessey, Patrick T; Guo, Theresa; Tan, Marietta; Li, Ryan; Ahn, Julie; Khan, Zubair; Westra, William H; Bishop, Justin A; Zaboli, David; Koch, Wayne M; Khan, Tanbir; Ochs, Michael F; Califano, Joseph A

    2015-01-01

    Head and Neck Squamous Cell Carcinoma (HNSCC) is the fifth most common cancer, annually affecting over half a million people worldwide. Presently, there are no accepted biomarkers for clinical detection and surveillance of HNSCC. In this work, a comprehensive genome-wide analysis of epigenetic alterations in primary HNSCC tumors was employed in conjunction with cancer-specific outlier statistics to define novel biomarker genes which are differentially methylated in HNSCC. The 37 identified biomarker candidates were top-scoring outlier genes with prominent differential methylation in tumors, but with no signal in normal tissues. These putative candidates were validated in independent HNSCC cohorts from our institution and TCGA (The Cancer Genome Atlas). Using the top candidates, ZNF14, ZNF160, and ZNF420, an assay was developed for detection of HNSCC cancer in primary tissue and saliva samples with 100% specificity when compared to normal control samples. Given the high detection specificity, the analysis of ZNF DNA methylation in combination with other DNA methylation biomarkers may be useful in the clinical setting for HNSCC detection and surveillance, particularly in high-risk patients. Several additional candidates identified through this work can be further investigated toward future development of a multi-gene panel of biomarkers for the surveillance and detection of HNSCC.

  10. Metamorphism and gold mineralization in the Blue Ridge, Southernmost Appalachians

    USGS Publications Warehouse

    Stowell, H.H.; Lesher, C.M.; Green, N.L.; Sha, P.; Guthrie, G.M.; Sinha, A.K.

    1996-01-01

    contain numerous fluid inclusions that were emplaced in several stages and can be subdivided into five compositional types based on salt and CO2 concentrations. Fluid inclusion isochores for early formed inclusions from these veins intercept the pressure and temperature conditions estimated from silicate mineral thermobarometry and stable isotope thermometry, and are compatible with entrapment at those conditions. These fluids exhibit significant variation in salinity (XNaClequiv = 0.0-0.2) and CO2 (XCO2 = 0.0-0.2), suggesting variation in fluid-wall-rock interaction that accompanied gold deposition during declining temperatures. Less abundant and later fluids within the veins are dominantly CO2. The association of gold mineralization with structurally controlled concordant and discordant quartz sulfide veins, and the temperatures and pressures of wall-rock alteration and regional metamorphism indicate that the present distribution of gold is a result of metamorphism during progressive D2-D3 deformation. Isotopic data for alteration envelopes date this event as Alleghanian: 279 ?? 14 Ma (K-Ar whole rock) and 343 ?? 18 Ma (K-Ar biotite) at Lowe; and 315 ?? 18 Ma (Rb-Sr whole-rock isochron; 87Sr/86Sr, = 0.7061 ?? 0.0008) and 294 ?? 16 Ma (K-Ar whole-rock) at Hog Mountain. Available data are compatible with development of the lodes during early Alleghanian overthrusting of allochthons over sedimentary rocks of the autochthonous North American margin. The implication is that the fluids were derived from metasedimentary and/or metavolcanic formations in the lower parts of the crystalline thrust stack (or possibly from underlying autochthonous sedimentary formations), ascended along permeable fault zones, and were emplaced as veins into dilatent areas in and adjacent to the fault zones.

  11. Cable median barrier program in Washington State.

    DOT National Transportation Integrated Search

    2013-06-01

    The purpose of this report is to summarize the evolution and accomplishments of the Washington State Department of Transportations (WSDOTs) cable median barrier program and to bring to conclusion the previous efforts published in the Cable Medi...

  12. Crystal structure of the mineral (Na,Ca,K)2(Ca,Na)4(Mg,Fe)5(Mg,Fe,Ti)5[Si12Al4O44](F,O)4: a triclinic representative of the amphibole family

    NASA Astrophysics Data System (ADS)

    Rastsvetaeva, R. K.; Aksenov, S. M.

    2012-05-01

    A mineral belonging to the amphibole family found at the Rothenberg paleovolcano (Eifel, Germany) was studied by single-crystal X-ray diffraction. The triclinic pseudomonoclinic unit-cell parameters are a = 5.3113(1) Å, b = 18.0457(3) Å; c = 9.8684(2) Å, α = 90.016(2)°, β = 105.543(4)°, γ = 89.985(2)°. The structure was solved by direct methods in sp. gr. P1 and refined to the R factor of 2.7% based on 6432 reflections with | F| > 3σ( F) taking into account twinning. The mineral with the idealized formula (Na,Ca,K)2(Ca,Na)4(Mg,Fe)5(Mg,Fe,Ti)5[Si12Al4O44](F,O)4 has some symmetry and structural features that distinguish it from other minerals of this family.

  13. The impact of biotic/abiotic interfaces in mineral nutrient cycling: A study of soils of the Santa Cruz chronosequence, California

    USGS Publications Warehouse

    White, Art F.; Schulz, Marjorie S.; Vivit, Davison V.; Bullen, Tomas D.; Fitzpatrick, John A.

    2012-01-01

    The fraction of a mineral nutrient annually cycled through the plants, compared to that lost from pore water discharge, is defined their respective fluxes Fj,plants = qj,plants/(qj,plants + qj,discharge) with average values for K and Ca (FK,plants = 0.99; FCa,plants = 0.93) much higher than for Mg and Na (FMg,plants 0.64; FNa,plants = 0.28). The discrimination against Rb and Sr by plants is described by fractionation factors (KSr/Ca = 0.86; KRb/K = 0.83) which are used in Rayleigh fractionation-mixing calculations to fit seasonal patterns in solute K and Ca cycling. KRb/K and K24Mg/22Mg values (derived from isotope data in the literature) fall within fractionation envelopes bounded by inputs from rainfall and mineral weathering. KSr/Ca and K44Ca/40Ca fractionation factors fall outside these envelopes indicating that Ca nutrient cycling is closed to these external inputs. Small net positive K and Ca fluxes (6–14 mol m-2 yr-1), based on annual mass balances, indicate that the soils are accumulating mineral nutrients, probably as a result of long-term environmental disequilibrium.

  14. Mineral reconnaissance of the southern part of the Wadi Qaraqir quadrangle, Saudi Arabia

    USGS Publications Warehouse

    Johnson, Robert Francis; Trent, Virgil A.

    1972-01-01

    Introduction At the end of a field trip to the Wadi as Surr quadrangle (Johnson and Trent, 1967) a few days were spent in the southern part of the adjoinning Wadi Qaraqir quadrangle in order to extend our mineral reconnaissance as far east as the Arabian Plateau. The area examine is shown by the distribution of sample localities on the accompanying map. No mineral deposits of economic interest were seen. The terrain is one of broad plains and low hills that extend westward from the base of a prominent erosional scarp which forms the western edge of the Arabian Plateau. Streams cutting headward into the low-dipping massive sandstone of the Plateau have carved deep canyongs with vertical walls, and outliers of the sandstone are preserved as buttes and erosional forms of varied shapes. There are no permanent settlements in the mapped areas. The one road leads up a tributary of Wadi Qaraqir to some date gardens at the base of the sandstone cliffs. A well-travelled caravan route crosses the passes at Al Khuraytah to reach the Plateau H. St. John Philby strongly recommended that a road be constructed through these passes to provide direct access from Tabuk to the Red Sea coast. Burton (1878) was probably the first European to visit the area. He was searching for mineral deposits and he also located some Nabatcan ruins. Philby in company with R. G. Bogue, U. S. Geological Survey, explored the scarp in the Wadi Qaraqir valley and drove northwestward to Al Khuraytah pass. The geology of the Wadi Qaraqir quadrangle shown on the geologic map of the Northwestern Hijaz (Brown and others, 1963) was compiled from Bogue's work. Our work consisted of making traverses around the hilly area and up accessible wadis. We examined the rocks along the traverse routes and visited target areas that had been selected by examination of aerial photographs. Samples of wadi sediment were collected from fault zones, granite contacts, and areas that showed some evidence of hydrothermal alteration

  15. Vitamin K and bone health.

    PubMed

    Hamidi, Maryam S; Gajic-Veljanoski, Olga; Cheung, Angela M

    2013-01-01

    Vitamin K has been purported to play an important role in bone health. It is required for the gamma-carboxylation of osteocalcin (the most abundant noncollagenous protein in bone), making osteocalcin functional. There are 2 main forms (vitamin K1 and vitamin K2), and they come from different sources and have different biological activities. Epidemiologic studies suggest a diet high in vitamin K is associated with a lower risk of hip fractures in aging men and women. However, randomized controlled trials of vitamin K1 or K2 supplementation in white populations did not increase bone mineral density at major skeletal sites. Supplementation with vitamin K1 and K2 may reduce the risk of fractures, but the trials that examined fractures as an outcome have methodological limitations. Large well-designed trials are needed to compare the efficacies of vitamin K1 and K2 on fractures. We conclude that currently there is not enough evidence to recommend the routine use of vitamin K supplements for the prevention of osteoporosis and fractures in postmenopausal women. Copyright © 2013 The International Society for Clinical Densitometry. Published by Elsevier Inc. All rights reserved.

  16. Left-turn lanes at unsignalized median openings.

    DOT National Transportation Integrated Search

    2014-03-01

    Due to the frequent presence of median openings in urban arterial settings, the requirements for the deceleration and : storage of turning vehicles (e.g. AASHTO Green Book) often exceed the available length between two adjacent : openings which leave...

  17. Electrochemical mineralization of perfluorocarboxylic acids (PFCAs) by ce-doped modified porous nanocrystalline PbO2 film electrode.

    PubMed

    Niu, Junfeng; Lin, Hui; Xu, Jiale; Wu, Hao; Li, Yangyang

    2012-09-18

    The Ce-doped modified porous nanocrystalline PbO(2) film electrode prepared by electrodeposition technology was used for electrochemical mineralization of environmentally persistent perfluorinated carboxylic acids (PFCAs) (~C(4)-C(8)), i.e., perfluorobutanoic acid (PFBA), perfluopentanoic acid (PFPeA), perfluorohexanoic acid (PFHxA), perfluoheptanoic acid (PFHpA), and perfluorooctanoic acid (PFOA) in aqueous solution (100 mL of 100 mg L(-1)). The degradation of PFCAs follows pseudo-first-order kinetics, and the values of the relative rate constant (k) depend upon chain length k(PFHpA) (4.1 × 10(-2) min(-1); corresponding half-life 16.8 min) ≈ 1.1k(PFOA) ≈ 2.5k(PFHxA)≈ 6.9k(PFPeA) ≈ 9.7k(PFBA). The carbon mineralization indices [i.e., 1 - (TOC(insolution)/TOC(inPFCA,degraded))] were 0.49, 0.70, 0.84, 0.91, and 0.95 for PFBA, PFPeA, PFHxA, PFHpA, and PFOA, respectively, after 90 min electrolysis. The major mineralization product, F(-), as well as low amount of intermediate PFCAs with shortened chain lengths were detected in aqueous solution. By observing the intermediates and tracking the concentration change, a possible pathway of electrochemical mineralization is proposed as follows: Kolbe decarboxylation reaction occurs first at the anode to form the perfluoroalkyl radical, followed by reaction with hydroxyl radicals to form the perfluoroalkyl alcohol which then undergoes intramolecular rearrangement to form the perfluoroalkyl fluoride. After this, the perfluoroalkyl fluoride reforms perfluorinated carboxylic with shorter chain length than its origin by hydrolysis. This electrochemical technique could be employed to treat PFCAs (~C(4)-C(8)) in contaminated wastewater.

  18. Healthy Worker Survivor Bias in the Colorado Plateau Uranium Miners Cohort

    PubMed Central

    Keil, Alexander P.; Richardson, David B.; Troester, Melissa A.

    2015-01-01

    Cohort mortality studies of underground miners have been used to estimate the number of lung cancer deaths attributable to radon exposure. However, previous studies of the radon–lung cancer association among underground miners may have been subject to healthy worker survivor bias, a type of time-varying confounding by employment status. We examined radon-mortality associations in a study of 4,124 male uranium miners from the Colorado Plateau who were followed from 1950 through 2005. We estimated the time ratio (relative change in median survival time) per 100 working level months (radon exposure averaging 130,000 mega-electron volts of potential α energy per liter of air, per working month) using G-estimation of structural nested models. After controlling for healthy worker survivor bias, the time ratio for lung cancer per 100 working level months was 1.168 (95% confidence interval: 1.152, 1.174). In an unadjusted model, the estimate was 1.102 (95% confidence interval: 1.099, 1.112)—39% lower. Controlling for this bias, we estimated that among 617 lung cancer deaths, 6,071 person-years of life were lost due to occupational radon exposure during follow-up. Our analysis suggests that healthy worker survivor bias in miner cohort studies can be substantial, warranting reexamination of current estimates of radon's estimated impact on lung cancer mortality. PMID:25837305

  19. Median Filtering Methods for Non-volcanic Tremor Detection

    NASA Astrophysics Data System (ADS)

    Damiao, L. G.; Nadeau, R. M.; Dreger, D. S.; Luna, B.; Zhang, H.

    2016-12-01

    Various properties of median filtering over time and space are used to address challenges posed by the Non-volcanic tremor detection problem. As part of a "Big-Data" effort to characterize the spatial and temporal distribution of ambient tremor throughout the Northern San Andreas Fault system, continuous seismic data from multiple seismic networks with contrasting operational characteristics and distributed over a variety of regions are being used. Automated median filtering methods that are flexible enough to work consistently with these data are required. Tremor is characterized by a low-amplitude, long-duration signal-train whose shape is coherent at multiple stations distributed over a large area. There are no consistent phase arrivals or mechanisms in a given tremor's signal and even the durations and shapes among different tremors vary considerably. A myriad of masquerading noise, anthropogenic and natural-event signals must also be discriminated in order to obtain accurate tremor detections. We present here results of the median methods applied to data from four regions of the San Andreas Fault system in northern California (Geysers Geothermal Field, Napa, Bitterwater and Parkfield) to illustrate the ability of the methods to detect tremor under diverse conditions.

  20. Digital Terrain from a Two-Step Segmentation and Outlier-Based Algorithm

    NASA Astrophysics Data System (ADS)

    Hingee, Kassel; Caccetta, Peter; Caccetta, Louis; Wu, Xiaoliang; Devereaux, Drew

    2016-06-01

    We present a novel ground filter for remotely sensed height data. Our filter has two phases: the first phase segments the DSM with a slope threshold and uses gradient direction to identify candidate ground segments; the second phase fits surfaces to the candidate ground points and removes outliers. Digital terrain is obtained by a surface fit to the final set of ground points. We tested the new algorithm on digital surface models (DSMs) for a 9600km2 region around Perth, Australia. This region contains a large mix of land uses (urban, grassland, native forest and plantation forest) and includes both a sandy coastal plain and a hillier region (elevations up to 0.5km). The DSMs are captured annually at 0.2m resolution using aerial stereo photography, resulting in 1.2TB of input data per annum. Overall accuracy of the filter was estimated to be 89.6% and on a small semi-rural subset our algorithm was found to have 40% fewer errors compared to Inpho's Match-T algorithm.

  1. Carbonate mineral solubility at low temperatures in the Na-K-Mg-Ca-H-Cl-SO 4-OH-HCO 3-CO 3-CO 2-H 2O system

    NASA Astrophysics Data System (ADS)

    Marion, Giles M.

    2001-06-01

    Carbonate minerals have played an important role in the geochemical evolution of Earth, and may have also played an important role in the geochemical evolution of Mars and Europa. Several models have been published in recent years that describe chloride and sulfate mineral solubilities in concentrated brines using the Pitzer equations. Few of these models are parameterized for subzero temperatures, and those that are do not include carbonate chemistry. The objectives of this work are to estimate Pitzer-equation bicarbonate-carbonate parameters and carbonate mineral solubility products and to incorporate them into the FREZCHEM model to predict carbonate mineral solubilities in the Na-K-Mg-Ca-H-Cl-SO 4-OH-HCO 3-CO 3-CO 2-H 2O system at low temperatures (≤25°C) with a special focus on subzero temperatures. Most of the Pitzer-equation parameters and equilibrium constants are taken from the literature and extrapolated into the subzero temperature range. Solubility products for 14 sodium, potassium, magnesium, and calcium bicarbonate and carbonate minerals are included in the model. Most of the experimental data are at temperatures ≥ -8°C; only for the NaHCO 3-NaCl-H 2O and Na 2CO 3-NaCl-H 2O systems are there bicarbonate and carbonate data to temperatures as low as -21.6°C. In general, the fit of the model to the experimental data is good. For example, calculated eutectic temperatures and compositions for NaHCO 3, Na 2CO 3, and their mixtures with NaCl and Na 2SO 4 salts are in good agreement with experimental data to temperatures as low as -21.6°C. Application of the model to eight saline, alkaline carbonate waters give predicted pHs ranging from 9.2 to 10.2, in comparison with measured pHs that range from 8.7 to 10.2. The model suggests that the CaCO 3 mineral that precipitates during seawater freezing is probably calcite and not ikaite. The model demonstrates that a proposed salt assemblage for the icy surface of Europa consisting of highly hydrated MgSO 4

  2. Conservation genomics of anadromous Atlantic salmon across its North American range: outlier loci identify the same patterns of population structure as neutral loci.

    PubMed

    Moore, Jean-Sébastien; Bourret, Vincent; Dionne, Mélanie; Bradbury, Ian; O'Reilly, Patrick; Kent, Matthew; Chaput, Gérald; Bernatchez, Louis

    2014-12-01

    Anadromous Atlantic salmon (Salmo salar) is a species of major conservation and management concern in North America, where population abundance has been declining over the past 30 years. Effective conservation actions require the delineation of conservation units to appropriately reflect the spatial scale of intraspecific variation and local adaptation. Towards this goal, we used the most comprehensive genetic and genomic database for Atlantic salmon to date, covering the entire North American range of the species. The database included microsatellite data from 9142 individuals from 149 sampling locations and data from a medium-density SNP array providing genotypes for >3000 SNPs for 50 sampling locations. We used neutral and putatively selected loci to integrate adaptive information in the definition of conservation units. Bayesian clustering with the microsatellite data set and with neutral SNPs identified regional groupings largely consistent with previously published regional assessments. The use of outlier SNPs did not result in major differences in the regional groupings, suggesting that neutral markers can reflect the geographic scale of local adaptation despite not being under selection. We also performed assignment tests to compare power obtained from microsatellites, neutral SNPs and outlier SNPs. Using SNP data substantially improved power compared to microsatellites, and an assignment success of 97% to the population of origin and of 100% to the region of origin was achieved when all SNP loci were used. Using outlier SNPs only resulted in minor improvements to assignment success to the population of origin but improved regional assignment. We discuss the implications of these new genetic resources for the conservation and management of Atlantic salmon in North America. © 2014 John Wiley & Sons Ltd.

  3. Contact freezing induced by biological (Snomax) and mineral dust (K-feldspar) particles

    NASA Astrophysics Data System (ADS)

    Hoffmann, N.; Schäfer, M.; Duft, D.; Kiselev, A. A.; Leisner, T.

    2013-12-01

    The contact freezing of supercooled cloud droplets is one of the potentially important and the least investigated heterogeneous mechanism of ice formation in tropospheric clouds [1]. On the time scales of cloud lifetime the freezing of supercooled water droplets via contact mechanism may occur at higher temperature compared to the same IN immersed in the droplet. In our experiment we study single water droplets freely levitated in an Electrodynamic Balance [2]. We have shown previously that the rate of freezing at given temperature is governed only by the rate of droplet -particle collision and by the properties of the contact ice nuclei [2, 3]. Recently, we have extended our experiments to feldspar, being the most abundant component of the atmospheric mineral dust particles, and Snomax, as a proxy for atmospheric biological Ice Nuclei (IN). In this contribution we show that both IN exhibits the same temperature, size and material dependency observed previously in immersion mode [4, 5]. Based on these results, we limit the number of mechanisms that could be responsible for the enhancement of contact nucleation of ice in supercooled water. [1] - Ladino, L. A., Stetzer, O., and Lohmann, U.: Contact freezing: a review, Atmos. Chem. Phys. Discuss., 13, 7811-7869, doi:10.5194/acpd-13-7811-2013, 2013. [2] - Hoffmann, N., Kiselev, A., Rzesanke, D., Duft, D., and Leisner, T.: Experimental quantification of contact freezing in an electrodynamic balance, Atmos. Meas. Tech. Discuss., 6, 3407-3437, doi:10.5194/amtd-6-3407-2013, 2013. [3] - Hoffmann, N., Duft, D., Kiselev, A., and Leisner, T.: Contact freezing efficiency of mineral dust aerosols studied in an electrodynamic balance: quantitative size and temperature dependence for illite particles, Faraday Discuss., doi: 10.1039/C3FD00033H, 2013. [4] - Atkinson, James D., Murray, Benjamin J., Woodhouse, Matthew T., Whale, Thomas F., Baustian, Kelly J., Carslaw, Kenneth S., Dobbie, Steven, O'Sullivan, Daniel, and Malkin, Tamsin

  4. D-dimer concentration outliers are not rare in at-term pregnant women.

    PubMed

    Wang, Yu; Gao, Jie; Du, Juan

    2016-06-01

    To determine the D-dimer levels in pregnant women at term and the differences between pregnant women with different D-dimer levels. The plasma D-dimer concentrations in pregnant women at term were identified in a cross-sectional study. The clinical indicators that are potentially relevant to D-dimer levels were compared between the pregnant women with different D-dimer levels (i.e., normal, mildly increased, and severely increased). There were always some D-dimer concentration outliers in the pregnant women at term regardless of the presence or absence of complications, and there were no significant differences in maternal age, gestational age, gravidity, parity, blood count, blood coagulation, or liver function between the pregnant women with different D-dimer levels. D-dimer levels may vary significantly during pregnancy for unknown reasons. This variation, particularly in pregnant women at term, might lead to questionable diagnostic information regarding coagulation. Copyright © 2016 The Canadian Society of Clinical Chemists. Published by Elsevier Inc. All rights reserved.

  5. The mineral economy of Brazil--Economia mineral do Brasil

    USGS Publications Warehouse

    Gurmendi, Alfredo C.; Barboza, Frederico Lopes; Thorman, Charles H.

    1999-01-01

    This study depicts the Brazilian government structure, mineral legislation and investment policy, taxation, foreign investment policies, environmental laws and regulations, and conditions in which the mineral industry operates. The report underlines Brazil's large and diversified mineral endowment. A total of 37 mineral commodities, or groups of closely related commodities, is discussed. An overview of the geologic setting of the major mineral deposits is presented. This report is presented in English and Portuguese in pdf format.

  6. Structure and chemical characteristics of natural mineral deposit Terbunskaya (Lipetsk region, Russia)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Motyleva, S., E-mail: motyleva-svetlana@mail.ru; Mertvishcheva, M.; Shchuchka, R.

    New knowledge about the mineralogical features Terbunsky mineral. Investigated 5 fractions isolated from the incision (2-2,5 m). Terbunskaya deposit belongs to minerals Santonian age. Scanning electron microscopy and energy dispersive analysis of fractions isolated studied in detail. In the coarse fractions found ancient organic remains of algae and micro-organisms that have been sedimented together with the mineral component during geological periods. The share of organic inclusions does not exceed 1.5%. Chemical composition confirms the presence of silicon and carbonate organisms. Advantageously proportion of minerals having a layered structure with a plurality of micro and nano pore size 600 - 80-nm andmore » an average chemical composition (wt%): Na (0,64), Mg (0,54), Al (13.48), Si (27 57), K (2.39) Ca (0.75)« less

  7. Reconstructing the temporal and spatial dynamics of emerald ash borer in black ash: a case study of an outlier site in Roscommon County, Michigan

    Treesearch

    Nathan W. Siegert; Deborah G. McCullough; Andrew M. Liebhold; Frank W. Telewski

    2005-01-01

    The temporal and spatial dynamics of emerald ash borer (EAB), Agrilus planipennis Fairmaire (Coleoptera: Buprestidae), in an outlier site in Roscommon County, Michigan, were reconstructed using dendrochronological analyses. The site was characterized by pockets of black ash, Fraxinus nigra Marsh., located in swampy areas surrounded...

  8. Landscaping of highway medians and roadway safety at unsignalized intersections.

    PubMed

    Chen, Hongyun; Fabregas, Aldo; Lin, Pei-Sung

    2016-05-01

    Well-planted and maintained landscaping can help reduce driving stress, provide better visual quality, and decrease over speeding, thus improving roadway safety. Florida Department of Transportation (FDOT) Standard Index (SI-546) is one of the more demanding standards in the U.S. for landscaping design criteria at highway medians near intersections. The purposes of this study were to (1) empirically evaluate the safety results of SI-546 at unsignalized intersections and (2) quantify the impacts of geometrics, traffic, and landscaping design features on total crashes and injury plus fatal crashes. The studied unsignalized intersections were divided into (1) those without median trees near intersections, (2) those with median trees near intersections that were compliant with SI-546, and (3) those with median trees near intersections that were non-compliant with SI-546. A total of 72 intersections were selected, for which five-year crash data from 2006-2010 were collected. The sites that were compliant with SI-546 showed the best safety performance in terms of the lowest crash counts and crash rates. Four crash predictive models-two for total crashes and two for injury crashes-were developed. The results indicated that improperly planted and maintained median trees near highway intersections can increase the total number of crashes and injury plus fatal crashes at a 90% confidence level; no significant difference could be found in crash rates between sites that were compliant with SI-546 and sites without trees. All other conditions remaining the same, an intersection with trees that was not compliant with SI-546 had 63% more crashes and almost doubled injury plus fatal crashes than those at intersections without trees. The study indicates that appropriate landscaping in highway medians near intersections can be an engineering technology that not only improves roadway environmental quality but also maintains intersection safety. Copyright © 2016. Published by

  9. K-Ar age constrains on chemically weathered granitic basement rocks (saprolites) in Scandinavia

    NASA Astrophysics Data System (ADS)

    Margreth, Annina; Fredin, Ola; Viola, Giulio; Knies, Jochen; Sørlie, Ronald; Lie, Jan-Erik; Margrethe Grandal, Else; Zwingmann, Horst; Vogt, Christoph

    2017-04-01

    Remnants of in-situ weathered bedrock, saprolite, are found in several locations in Scandinavia. Saprolites contain important information about past climate conditions and landscape evolution, although their age and genesis are commonly difficult to constrain. It is generally thought that clay-poor, coarse-grained (arêne) saprolites, mostly occurring as thin regolith blankets or in larger outcrops, formed in temperate climate during the Cenozoic, whereas clay-rich (argillic) saprolites, commonly restricted to small, fracture-bounded outcrops, formed in (sub-)tropical climate during the Mesozoic. Recent methodological and conceptual advances in K-Ar dating of illite-bearing fault rocks have been applied to date clay-rich saprolites. To test the K-Ar dating technique for saprolites, we first selected an offshore site in the Viking Graben of the North Sea, where weathered and fractured granitic basement highs have been drilled during petroleum exploration, and an abandoned kaolin mine in Southern Sweden. Both targets provide independent age control through the presence of overlying Mesozoic sedimentary rocks. Clay-rich saprolites occurring in fractured basement rocks were additionally sampled in a joint valley landscape on the southwestern coast of Norway, which can be regarded as the possible onland correlative to the offshore basement high. In order to offer a sound interpretation of the obtained K-Ar ages, the mineralogical and chemical composition of the saprolites requires a thorough characterization. Scanning electron microscopy of thin sections, integrated by XRD and XRF analysis, reveals the progressive transformation of primary granitic rock minerals into secondary clay minerals. The authigenesis of illite is particularly important to understand, since it is the only K-bearing clay mineral that can be dated by the K-Ar method. K-feldspars and mica are the common primary K-bearing minerals, from which illite can be formed. While progressive leaching of

  10. Optimal design of work zone median crossovers.

    DOT National Transportation Integrated Search

    2010-09-01

    The use of temporary median crossovers in work zones allows for the closure of one side of a multi-lane roadway while : maintaining two-way traffic on the opposite side. This process provides the ability for construction and maintenance crews : to co...

  11. Effects of gamma irradiation on tropomyosin allergen, proximate composition and mineral elements in giant freshwater prawn (Macrobrachium rosenbergii).

    PubMed

    Muanghorn, Wipawan; Konsue, Nattaya; Sham, Hasan; Othman, Zainon; Mohamed, Faizal; Mohd Noor, Noramaliza; Othman, Norsyafiqah; Mohd Noor Akmal, Nur Shamin Shyamimi; Ahmad Fauzi, Nurulhuda; Packiamuthu Dewaprigam Solomen, Mary Margaret; Abdull Razis, Ahmad Faizal

    2018-05-01

    Effects of food irradiation on allergen and nutritional composition of giant freshwater prawn are not well documented. Thus, this study aimed to investigate the effects of gamma irradiation on tropomyosin allergen, proximate composition, and mineral elements in Macrobrachium rosenbergii . In this study, prawn was peeled, cut into small pieces, vacuum packaged and gamma irradiated at 0, 5, 7, 10 and 15 kGy with a dose rate of 0.5 kGy/h using cobalt-60 as the source, subsequently determined the level of tropomyosin, proximate composition and mineral elements respectively. The results showed that band density of tropomyosin irradiated at 10 and 15 kGy is markedly decreased. Proximate analysis revealed that moisture, protein, and carbohydrate content were significantly different as compared with non-irradiated prawn. Meanwhile, gamma irradiated M. rosenbergii at 15 kGy was observed to be significantly higher in nickel and zinc than the non-irradiated prawn. The findings provide a new information that food irradiation may affect the tropomyosin allergen, proximate composition and mineral elements of the prawn.

  12. Magnetic Properties of Iron Oxide Minerals in Atmospheric Dust and Source Sediments from Western US

    NASA Astrophysics Data System (ADS)

    Moskowitz, B. M.; Yauk, K.; Till, J. L.; Berquo, T. S.; Banerjee, S. K.; Reynolds, R. L.; Goldstein, H. L.

    2011-12-01

    Atmospheric dust contains iron oxide minerals that can play important roles in various physical and biological processes affecting atmospheric and surface temperatures, marine phytoplankton productivity, and human health. Iron oxide minerals in dust deposited on mountain snow cover are especially important because these minerals absorb solar and IR radiation leading to changes in albedo and affecting the timing and rate of spring and summer snowpack melting. As part of an ongoing project to study physical and chemical properties of dust from sources to sinks in the western US, we will describe one approach to characterize iron oxide mineralogy using magnetic property measurements and Mossbauer spectroscopy. Magnetic property measurements over a wide range of temperatures (2-300 K) and magnetic fields (0-5 T) are particularly sensitive to composition, particle size (from nanometer to micrometer), and concentration of iron oxide and oxyhydroxide minerals. The high sensitivity of magnetic measurements to target minerals allows the measurement of bulk samples preventing any aliasing of composition or grain size resulting from attempts at prior magnetic separation. In addition, different magnetic measurement protocols can isolate different particle-size assemblages and different compositions in multicomponent mixtures and help to identify dust-source areas. These techniques have been applied to dust deposited on snow (DOS) cover of the San Juan Mountains, Colorado (collected 2005-2010) and Wasatch Mountains, Utah (collected 2010) and possible dust-source sediments from the North American Great Basin and Colorado Plateau deserts. Results show that all samples contain a high coercivity phase consistent with hematite and/or goethite as the dominate ferric oxide mineral plus minor amounts of magnetite (<0.5 wt%). The presence of magnetite was determined from the detection of the characteristic Verwey transition (T=121 K) on low-temperature (< 300 K) remanence and

  13. Geology of the Vienna Mineralized Area, Blaine and Camas Counties, Idaho

    USGS Publications Warehouse

    Mahoney, J. Brian; Horn, Michael C.

    2005-01-01

    The Vienna mineralized area of south-central Idaho was an important silver-lead-producing district in the late 1800s and has intermittently produced lead, silver, zinc, copper, and gold since that time. The district is underlain by biotite granodiorite of the Cretaceous Idaho batholith, and all mineral deposits are hosted by the biotite granodiorite. The granodiorite intrudes Paleozoic sedimentary rocks of the Sun Valley Group, is overlain by rocks of the Eocene Challis Volcanic Group, and is cut by numerous northeast-trending Eocene faults and dikes. Two mineralogically and texturally distinct vein types are present in a northwest- and east-trending conjugate shear-zone system. The shear zones postdate granodiorite emplacement and joint formation, but predate Eocene fault and dike formation. Ribbon veins consist of alternating bands of massive vein quartz and silver-sulfide (proustite and pyrargyrite) mineral stringers. The ribbon veins were sheared and brecciated during multiple phases of injection of mineralizing fluids. A quartz-sericite-pyrite-galena vein system was subsequently emplaced in the brecciated shear zones. Both vein systems are believed to be the product of mesothermal, multiphase mineralization. K-Ar dating of shear-zone sericite indicates that sericitization occurred at 80.7?2.8 Ma; thus mineralization in the Vienna mineralized area probably is Late Cretaceous in age.

  14. Observation of nitrate coatings on atmospheric mineral dust particles

    NASA Astrophysics Data System (ADS)

    Li, W. J.; Shao, L. Y.

    2009-03-01

    Nitrate compounds have received much attention because of their ability to alter the hygroscopic properties and cloud condensation nuclei (CCN) activity of mineral dust particles in the atmosphere. However, very little is known about specific characteristics of ambient nitrate-coated mineral particles on an individual particle scale. In this study, sample collection was conducted during brown haze and dust episodes between 24 May and 21 June 2007 in Beijing, northern China. Sizes, morphologies, and compositions of 332 mineral dust particles together with their coatings were analyzed using transmission electron microscopy (TEM) coupled with energy-dispersive X-ray (EDX) microanalyses. Structures of some mineral particles were verified using selected-area electron diffraction (SAED). TEM observation indicates that approximately 90% of the collected mineral particles are covered by visible coatings in haze samples whereas only 5% are coated in the dust sample. 92% of the analyzed mineral particles are covered with Ca-, Mg-, and Na-rich coatings, and 8% are associated with K- and S-rich coatings. The majority of coatings contain Ca, Mg, O, and N with minor amounts of S and Cl, suggesting that they are possibly nitrates mixed with small amounts of sulfates and chlorides. These nitrate coatings are strongly correlated with the presence of alkaline mineral components (e.g., calcite and dolomite). CaSO4 particles with diameters from 10 to 500 nm were also detected in the coatings including Ca(NO3)2 and Mg(NO3)2. Our results indicate that mineral particles in brown haze episodes were involved in atmospheric heterogeneous reactions with two or more acidic gases (e.g., SO2, NO2, HCl, and HNO3). Mineral particles that acquire hygroscopic nitrate coatings tend to be more spherical and larger, enhancing their light scattering and CCN activity, both of which have cooling effects on the climate.

  15. American Revolution, Fitness, Presidents, U.S., Rocks & Minerals, Spelling, Vocabulary.

    ERIC Educational Resources Information Center

    Web Feet, 2002

    2002-01-01

    This annotated subject guide to Web sites for grades K-8 focuses on the American Revolution, fitness, U.S. Presidents, rocks and minerals, spelling, vocabulary, and calendar connections for Women's History Month and other March observations. Specific grade levels are indicated for each annotation. (LRW)

  16. Using Asymptotic Results to Obtain a Confidence Interval for the Population Median

    ERIC Educational Resources Information Center

    Jamshidian, M.; Khatoonabadi, M.

    2007-01-01

    Almost all introductory and intermediate level statistics textbooks include the topic of confidence interval for the population mean. Almost all these texts introduce the median as a robust measure of central tendency. Only a few of these books, however, cover inference on the population median and in particular confidence interval for the median.…

  17. Making the Case for the Outlier: Researcher Reflections of an African-American Female Deputy Superintendent Who Decided to Close the Achievement Gap

    ERIC Educational Resources Information Center

    Beard, Karen Stansberry

    2012-01-01

    This article presents researcher reflections of a case study of a Black female deputy superintendent who made the value-driven decision to close the achievement gap in her district. I posit that she is an outlier because she is Black and female in a predominantly white male field of practice, she effectively closed the achievement gap through her…

  18. Zebrafish vitamin K epoxide reductases: expression in vivo, along extracellular matrix mineralization and under phylloquinone and warfarin in vitro exposure.

    PubMed

    Fernández, Ignacio; Vijayakumar, Parameswaran; Marques, Carlos; Cancela, M Leonor; Gavaia, Paulo J; Laizé, Vincent

    2015-06-01

    Vitamin K (VK) acts as a cofactor driving the biological activation of VK-dependent proteins and conferring calcium-binding properties to them. As a result, VK is converted into VK epoxide, which must be recycled by VK epoxide reductases (Vkors) before it can be reused. Although VK has been shown to play a central role in fish development, particularly during skeletogenesis, pathways underlying VK actions are poorly understood, while good and reliable molecular markers for VK cycle/homeostasis are still lacking in fish. In the present work, expression of 2 zebrafish vkor genes was characterized along larval development and in adult tissues through qPCR analysis. Zebrafish cell line ZFB1 was used to evaluate in vitro regulation of vkors and other VK cycle-related genes during mineralization and upon 24 h exposure to 0.16 and 0.8 µM phylloquinone (VK1), 0.032 µM warfarin, or a combination of both molecules. Results showed that zebrafish vkors are differentially expressed during larval development, in adult tissues, and during cell differentiation/mineralization processes. Further, several VK cycle intermediates were differentially expressed in ZFB1 cells exposed to VK1 and/or warfarin. Present work provides data identifying different developmental stages and adult tissues where VK recycling is probably highly required, and shows how genes involved in VK cycle respond to VK nutritional status in skeletal cells. Expression of vkor genes can represent a reliable indicator to infer VK nutritional status in fish, while ZFB1 cells could represent a suitable in vitro tool to get insights into the mechanisms underlying VK action on fish bone.

  19. Enthalpies of formation of polyhalite: A mineral relevant to salt repository

    DOE PAGES

    Guo, Xiaofeng; Xu, Hongwu

    2017-06-02

    Polyhalite is an important coexisting mineral with halite in salt repositories for nuclear waste disposal, such as Waste Isolation Pilot Plant (WIPP) in Carlsbad, New Mexico. The thermal stability of this mineral is a key knowledge in evaluating the integrity of a salt repository in the long term, as water may release due to thermal decomposition of polyhalite. Previous studies on structural evolution of polyhalite at elevated temperatures laid the basis for detailed calorimetric measurements. Using high-temperature oxide-melt drop-solution calorimetry at 975 K with sodium molybdate as the solvent, we have determined the standard enthalpies of formation from constituent sulfatesmore » (ΔH° f,sul), oxides (ΔH° f,ox) and elements (ΔH° f,ele) of a polyhalite sample with the composition of K 2Ca 2Mg(SO 4) 4·1.95H 2O from the Salado formation at the WIPP site. The obtained results are: ΔH° f,sul = -152.5 ± 5.3 kJ/mol, ΔH° f,ox = -1926.1 ± 10.5 kJ/mol, and ΔH° f,ele = -6301.2 ± 9.9 kJ/mol. Furthermore, based on the estimated formation entropies of polyhalite, its standard Gibbs free energy of formation has been derived to be in the range of -5715.3 ± 9.9 kJ/mol to -5739.3 ± 9.9 kJ/mol. In conclusion, these determined thermodynamic properties provide fundamental parameters for modeling the stability behavior of polyhalite in salt repositories.« less

  20. Progress on geoenvironmental models for selected mineral deposit types, edited by R. R. Seal, II and N. K. Foley

    USGS Publications Warehouse

    Seal, Robert R.; Foley, Nora K.

    2002-01-01

    Since the beginning of economic geology as a subdiscipline of the geological sciences, economic geologists have tended to classify mineral deposits on the basis of geological, mineralogical, and geochemical criteria, in efforts to systematize our understanding of mineral deposits as an aid to exploration. These efforts have led to classifications based on commodity, geologic setting (Cox and Singer, 1986), inferred temperatures and pressures of ore formation (Lindgren, 1933), and genetic setting (Park and MacDiarmid, 1975; Jensen and Bateman, 1979). None of these classification schemes is mutually exclusive; instead, there is considerable overlap among all of these classifications. A natural outcome of efforts to classify mineral deposits is the development of “mineral deposit models.” A mineral deposit model is a systematically arranged body of information that describes some or all of the essential characteristics of a selected group of mineral deposits; it presents a concept within which essential attributes may be distinguished and from which extraneous, coincidental features may be recognized and excluded (Barton, 1993). Barton (1993) noted that the grouping of deposits on the basis of common characteristics forms the basis for a classification, but the specification of the characteristics required for belonging to the group is the basis for a model. Models range from purely descriptive to genetic. A genetic model is superior to a descriptive model because it provides a basis to distinguish essential from extraneous attributes, and it has flexibility to accommodate variability in sources, processes, and local controls. In general, a descriptive model is a necessary prerequisite to a genetic model.

  1. A detailed study of ice nucleation by feldspar minerals

    NASA Astrophysics Data System (ADS)

    Whale, T. F.; Murray, B. J.; Wilson, T. W.; Carpenter, M. A.; Harrison, A.; Holden, M. A.; Vergara Temprado, J.; Morris, J.; O'Sullivan, D.

    2015-12-01

    when modelling ice nucleation in mixed phase clouds. Atkinson, J. D., Murray, B. J., Woodhouse, M. T., Carslaw, K. S., Whale, T. F., Baustian, K. J., Dobbie, S., O'Sullivan, D., and Malkin, T. L.: The importance of feldspar for ice nucleation by mineral dust in mixed-phase clouds, Nature, 10.1038/nature12278, (2013).

  2. Fluorcanasite, K3Na3Ca5Si12O30(F,OH)4 · H2O, a new mineral species from the Khibiny alkaline pluton, Kola Peninsula, Russia, and new data on canasite

    NASA Astrophysics Data System (ADS)

    Khomyakov, A. P.; Nechelyustov, G. N.; Krivokoneva, G. K.; Rastsvetaeva, R. K.; Rozenberg, K. A.; Rozhdestvenskaya, I. V.

    2009-12-01

    Fluorcanasite is described, a new mineral species found in dumps of the Kirovsk apatite mine, Mt. Kukisvumchorr, Khibiny alkaline pluton, Kola Peninsula, Russia. The new mineral is associated with microcline, nepheline, aegirine, scherbakovite, lamprophyllite, pectolite, mosandrite, villiaumite, rasvumite, and molybdenite. It occurs as prismatic crystals up to 0.2-0.3 × 1-2 mm in size extending along [010]. Fluorcanasite is purple, transparent, with white streak and vitreous luster. The fracture is hackly along the extension and stepped in other directions. The mineral is brittle. The cleavage is eminent parallel to {100} and {201} and perfect parallel to {001}. D(meas) = 2.68(2) g/cm3 (volumetric method); D(calc) = 2.69 g/cm3. Fluorcanasite is biaxial, negative, n α = 1.538(1), n β = 1.546(1), n γ = 1.549(1), 2 V(meas) = 60(2)°, 2 V(calc) = 63°. Dispersion r > v. The new mineral is pleochroic according to the scheme N β > N γ > N α; N β is purple, N γ is lilac, and N α is amber-yellow. Orientation is as follows: b = N β, a∧ N γ = 3°, c∧ N α = 19°. Fluorcanasite is not luminescent in UV light and slowly decomposes in acid. The new mineral is monoclinic, space group Cm, a = 18.846(4), b = 7.242(1), c = 12.650(2) Å, β = 111.84(2)°, V = 1602.6(4) Å3, Z = 2. The strongest reflections [ d, Å( I)] in the X-ray powder pattern of a grainoriented sample are 2.915(100), 4.204(40), 5.872(36), 4.712(36), 2.358(32), 3.012(24), 2.310(24), 3.082(24) and the same reflections in a randomly oriented sample are 3.082(100), 2.915(85), 4.712(46), 4.204(41), 3.340(35), 5.872(33), 2.658(30). The chemical composition, determined with an electron microprobe, is as follows, wt %: 7.19 Na2O, 10.91 K2O, 19.55 CaO, 0.27 FeO, 2.08 MnO, 55.84 SiO2, 4.10 F, 2.22 H2O (determined on the basis of structural data), 1.73-O = F2; the total is 100.43. The empirical formula, calculated on the basis of Si = 12, is K2.99Na3.00(Ca4.50Mn0.38·Fe{0.05/2+})Σ4.93Si12O29.93(F2.79OH1

  3. The effect of gastrostomy tube feeding on body protein and bone mineralization in children with quadriplegic cerebral palsy.

    PubMed

    Arrowsmith, Fiona; Allen, Jane; Gaskin, Kevin; Somerville, Helen; Clarke, Samantha; O'Loughlin, Edward

    2010-11-01

    The aim of this study was to investigate the effect of gastrostomy tube feeding on body protein and bone mineralization in malnourished children with cerebral palsy (CP). Children aged between 4 and 18 years with spastic quadriplegic CP (Gross Motor Function Classification System level V) were recruited from the Children's Hospital at Westmead to participate in this prospective cohort study. The children had measurements of anthropometry (weight, height, and skinfold), bone mineral content (BMC) by dual-energy X-ray absorptiometry, and total body protein (TBP) by neutron activation analysis before and after gastrostomy tube feeding. Comparison data were collected prospectively from age-matched healthy children and extracted from databases for this study. A total of 21 children (nine females, 12 males) participated in the study (median age 8 y 5 mo; interquartile range [IQR] 6 y 9 mo-11 y 10 mo). The median length of time of gastrostomy feeding was 19.4 months (IQR 7.7-29.9 mo). Significant (p<0.05) improvements were found in the median values for weight (15.4-23.3 kg), weight standard deviation scores (SDS; -4.8 to -3.0), height (105.4-118.3 cm), per cent body fat (10.7-16.3), TBP (2.4-3.4 kg), TBP per cent predicted for height (83.4-99.0), and BMC (469-626 g). No significant increases were found in height SDS, TBP per cent predicted for age, or BMC SDS for age or height. Malnourished children with quadriplegic CP showed significant increases in body fat and protein with gastrostomy tube feeding. No significant change in bone mineralization predicted for age or height was observed. © The Authors. Journal compilation © Mac Keith Press 2010.

  4. August Median Streamflow on Ungaged Streams in Eastern Aroostook County, Maine

    USGS Publications Warehouse

    Lombard, Pamela J.; Tasker, Gary D.; Nielsen, Martha G.

    2003-01-01

    Methods for estimating August median streamflow were developed for ungaged, unregulated streams in the eastern part of Aroostook County, Maine, with drainage areas from 0.38 to 43 square miles and mean basin elevations from 437 to 1,024 feet. Few long-term, continuous-record streamflow-gaging stations with small drainage areas were available from which to develop the equations; therefore, 24 partial-record gaging stations were established in this investigation. A mathematical technique for estimating a standard low-flow statistic, August median streamflow, at partial-record stations was applied by relating base-flow measurements at these stations to concurrent daily flows at nearby long-term, continuous-record streamflow- gaging stations (index stations). Generalized least-squares regression analysis (GLS) was used to relate estimates of August median streamflow at gaging stations to basin characteristics at these same stations to develop equations that can be applied to estimate August median streamflow on ungaged streams. GLS accounts for varying periods of record at the gaging stations and the cross correlation of concurrent streamflows among gaging stations. Twenty-three partial-record stations and one continuous-record station were used for the final regression equations. The basin characteristics of drainage area and mean basin elevation are used in the calculated regression equation for ungaged streams to estimate August median flow. The equation has an average standard error of prediction from -38 to 62 percent. A one-variable equation uses only drainage area to estimate August median streamflow when less accuracy is acceptable. This equation has an average standard error of prediction from -40 to 67 percent. Model error is larger than sampling error for both equations, indicating that additional basin characteristics could be important to improved estimates of low-flow statistics. Weighted estimates of August median streamflow, which can be used when

  5. Shadow Probability of Detection and False Alarm for Median-Filtered SAR Imagery

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Raynal, Ann Marie; Doerry, Armin Walter; Miller, John A.

    2014-06-01

    Median filtering reduces speckle in synthetic aperture radar (SAR) imagery while preserving edges, at the expense of coarsening the resolution, by replacing the center pixel of a sliding window by the median value. For shadow detection, this approach helps distinguish shadows from clutter more easily, while preserving shadow shape delineations. However, the nonlinear operation alters the shadow and clutter distributions and statistics, which must be taken into consideration when computing probability of detection and false alarm metrics. Depending on system parameters, median filtering can improve probability of detection and false alarm by orders of magnitude. Herein, we examine shadow probabilitymore » of detection and false alarm in a homogeneous, ideal clutter background after median filter post-processing. Some comments on multi-look processing effects with and without median filtering are also made.« less

  6. Effect of organic matter properties, clay mineral type and thermal maturity on gas adsorption in organic-rich shale systems

    USGS Publications Warehouse

    Zhang, Tongwei; Ellis, Geoffrey S.; Ruppel, Stephen C.; Milliken, Kitty; Lewan, Mike; Sun, Xun; Baez, Luis; Beeney, Ken; Sonnenberg, Steve

    2013-01-01

    A series of CH4 adsorption experiments on natural organic-rich shales, isolated kerogen, clay-rich rocks, and artificially matured Woodford Shale samples were conducted under dry conditions. Our results indicate that physisorption is a dominant process for CH4 sorption, both on organic-rich shales and clay minerals. The Brunauer–Emmett–Teller (BET) surface area of the investigated samples is linearly correlated with the CH4 sorption capacity in both organic-rich shales and clay-rich rocks. The presence of organic matter is a primary control on gas adsorption in shale-gas systems, and the gas-sorption capacity is determined by total organic carbon (TOC) content, organic-matter type, and thermal maturity. A large number of nanopores, in the 2–50 nm size range, were created during organic-matter thermal decomposition, and they significantly contributed to the surface area. Consequently, methane-sorption capacity increases with increasing thermal maturity due to the presence of nanopores produced during organic-matter decomposition. Furthermore, CH4 sorption on clay minerals is mainly controlled by the type of clay mineral present. In terms of relative CH4 sorption capacity: montmorillonite ≫ illite – smectite mixed layer > kaolinite > chlorite > illite. The effect of rock properties (organic matter content, type, maturity, and clay minerals) on CH4 adsorption can be quantified with the heat of adsorption and the standard entropy, which are determined from adsorption isotherms at different temperatures. For clay-mineral rich rocks, the heat of adsorption (q) ranges from 9.4 to 16.6 kJ/mol. These values are considerably smaller than those for CH4 adsorption on kerogen (21.9–28 kJ/mol) and organic-rich shales (15.1–18.4 kJ/mol). The standard entropy (Δs°) ranges from -64.8 to -79.5 J/mol/K for clay minerals, -68.1 to -111.3 J/mol/K for kerogen, and -76.0 to -84.6 J/mol/K for organic-rich shales. The affinity of CH4 molecules for sorption on organic matter

  7. Mineral status in canine medial coronoid process disease: a cohort study using analysis of hair by mass spectrometry.

    PubMed

    Davies, M; West, J; Williams, C; Gardner, D S

    2017-05-06

    In several species, developmental skeletal diseases involving abnormal endochondral ossification have been associated with imbalanced mineral intake. Hair analysis reflects long-term mineral status. To determine the mineral content of hair from dogs with or without medial coronoid process disease (MCPD). Dogs with MCPD have a different profile of minerals known to influence metalloenzymes involved in endochondral ossification. After cleansing, chelation and acid digestion of hair samples (n=79 in total: control dogs, n=70 v MCPD, n=9), mineral profile (7 major and 25 trace elements) was determined by inductively coupled plasma-mass spectrometry. Dogs were of similar age (control, 4.05 [1.85-7.70] v MCPD, 4.30 [3.25-6.53] median (IQR) years; P=0.78) and gender (control, n=43/27 v MCPD, n=4/5 males/females). 28/70 (40 per cent) of control and 8/9 (88 per cent) of MCPD dogs were neutered, respectively. Hair from dogs with MCPD contained significantly lower amounts (µg/g/DM) of copper, sulphur and zinc (all at P<0.001). Age, sex and neutered status had no effect on hair mineral status. Based on hair analysis, a role for mineral imbalance including copper, sulphur and zinc in the aetiopathogenesis of canine MCPD is suggested. Hair mineral analysis may prove useful as a biomarker for susceptible puppies. British Veterinary Association.

  8. Kinetics of carbonate mineral dissolution in CO2-acidified brines at storage reservoir conditions.

    PubMed

    Peng, Cheng; Anabaraonye, Benaiah U; Crawshaw, John P; Maitland, Geoffrey C; Trusler, J P Martin

    2016-10-20

    We report experimental measurements of the dissolution rate of several carbonate minerals in CO 2 -saturated water or brine at temperatures between 323 K and 373 K and at pressures up to 15 MPa. The dissolution kinetics of pure calcite were studied in CO 2 -saturated NaCl brines with molalities of up to 5 mol kg -1 . The results of these experiments were found to depend only weakly on the brine molality and to conform reasonably well with a kinetic model involving two parallel first-order reactions: one involving reactions with protons and the other involving reaction with carbonic acid. The dissolution rates of dolomite and magnesite were studied in both aqueous HCl solution and in CO 2 -saturated water. For these minerals, the dissolution rates could be explained by a simpler kinetic model involving only direct reaction between protons and the mineral surface. Finally, the rates of dissolution of two carbonate-reservoir analogue minerals (Ketton limestone and North-Sea chalk) in CO 2 -saturated water were found to follow the same kinetics as found for pure calcite. Vertical scanning interferometry was used to study the surface morphology of unreacted and reacted samples. The results of the present study may find application in reactive-flow simulations of CO 2 -injection into carbonate-mineral saline aquifers.

  9. Macronutrient, vitamin, and mineral intakes in the EPIC-Germany cohorts.

    PubMed

    Schulze, M B; Linseisen, J; Kroke, A; Boeing, H

    2001-01-01

    This article presents intakes of nutrients in the EPIC-Heidelberg and the EPIC-Potsdam (European Investigation into Cancer and Nutrition) studies. Estimates are based on standardized 24-hour dietary recalls. Recalls from 1,013 men and 1,078 women in Heidelberg and from 1,032 men and 898 women in Potsdam were included in the analysis. The estimated nutrient intake was based on the German Food Code and Nutrient Data Base version II.3. Analyses were carried out stratified by sex and weighted for the day of the week and age. Men in Potsdam reported significantly higher intakes of energy (mean Potsdam = 10,718 kJ, mean Heidelberg = 10,387 kJ) and higher intakes of vitamins and minerals as compared with men in Heidelberg. However, Heidelberg men consumed more alcohol, alpha-tocopherol, phosphorus, calcium, and magnesium. Potsdam women reported lower energy (mean Potsdam = 7,537 kJ, mean Heidelberg = 7,855 kJ), alcohol, and cholesterol intakes as compared with Heidelberg women. Vitamin and mineral intakes were lower too, except for retinol and ascorbic acid. The intakes of energy and most nutrients observed in the Potsdam and Heidelberg study populations were within the range reported from other German studies. The observed differences between both study populations indicate different dietary patterns, increasing the exposure variation in the EPIC study. Copyright 2001 S. Karger AG, Basel

  10. Green and sustainable median on a divided multilane highway

    NASA Astrophysics Data System (ADS)

    Ambak, K.; Bajuri, F. A. A.; Yusoff, N. A.; Madun, A.; Prasetijo, J.

    2017-11-01

    The road system in Malaysia showed good growth with increasing number of vehicles on the road. However, statistic of road accident is still at an alarming rate. There are many factor can contribute to the occurrence of an accident. If the accident was caused by road facilities such as street furniture, it is shown that the street furniture was failed to improve the safety of the road users. In this study, a new concept of materials for the construction of road dividers was purpose. The sustainable materials such as laterite soil, Cow Grass, tires and PVC pipes was used to replace the cement and iron guardrails in road divider construction. The main objectives of this study is to design characteristics of a road divider using natural material such as laterite soil, sand, grass and recycle material like used a tyre. A series of experiments such as test liquid limit, plastic limit test, standard proctor test and observations of root growth in 30 days were conducted. The result shows that the plastic index value of 35% was obtained. From the proctor compaction test, the optimum water content was 23% and maximum dry density at 15.3 kN/m3. This value was used to build a prototype of green and sustainable raised road median. The suitability of sand used as the medium in irrigation system was approved. Permeability of sand is 10-2 mm/s to 10 mm/s which is having a high rate of flow. The growth of Cow Grass roots was increased by 4.9 cm in 30 days. This shows that, the grass is suitable to grow in laterite soil and can be used as vegetation material. Through the impact test conducted on a model with a scale of 1:7.5, indicate the initial damage occurred when a force reaches 10N. However, the condition of the model is still stable. From the impact test conducted, the prototype of green and sustainable raised road median has a good potential to be used as existing road divider as it can absorb the impact of an accident.

  11. Osteoblast-Specific γ-Glutamyl Carboxylase-Deficient Mice Display Enhanced Bone Formation With Aberrant Mineralization.

    PubMed

    Azuma, Kotaro; Shiba, Sachiko; Hasegawa, Tomoka; Ikeda, Kazuhiro; Urano, Tomohiko; Horie-Inoue, Kuniko; Ouchi, Yasuyoshi; Amizuka, Norio; Inoue, Satoshi

    2015-07-01

    Vitamin K is a fat-soluble vitamin that is necessary for blood coagulation. In addition, it has bone-protective effects. Vitamin K functions as a cofactor of γ-glutamyl carboxylase (GGCX), which activates its substrates by carboxylation. These substrates are found throughout the body and examples include hepatic blood coagulation factors. Furthermore, vitamin K functions as a ligand of the nuclear receptor known as steroid and xenobiotic receptor (SXR) and its murine ortholog, pregnane X receptor (PXR). We have previously reported on the bone-protective role of SXR/PXR signaling by demonstrating that systemic Pxr-knockout mice displayed osteopenia. Because systemic Ggcx-knockout mice die shortly after birth from severe hemorrhage, the GGCX-mediated effect of vitamin K on bone metabolism has been difficult to evaluate. In this work, we utilized Ggcx-floxed mice to generate osteoblast-specific GGCX-deficient (Ggcx(Δobl/Δobl)) mice by crossing them with Col1-Cre mice. The bone mineral density (BMD) of Ggcx(Δobl/Δobl) mice was significantly higher than that of control Col1-Cre (Ggcx(+/+)) mice. Histomorphometrical analysis of trabecular bones in the proximal tibia showed increased osteoid volume and a higher rate of bone formation in Ggcx(Δobl/Δobl) mice. Histomorphometrical analysis of cortical bones revealed a thicker cortical width and a higher rate of bone formation in Ggcx(Δobl/Δobl) mice. Electron microscopic examination revealed disassembly of mineralized nodules and aberrant calcification of collagen fibers in Ggcx(Δobl/Δobl) mice. The mechanical properties of bones from Ggcx(Δobl/Δobl) mice tended to be stronger than those from control Ggcx(+/+) mice. These results suggest that GGCX in osteoblasts functions to prevent abnormal mineralization in bone formation, although this function may not be a prerequisite for the bone-protective effect of vitamin K. © 2015 American Society for Bone and Mineral Research.

  12. Role of light and heavy minerals on natural radioactivity level of high background radiation area, Kerala, India.

    PubMed

    Ramasamy, V; Sundarrajan, M; Suresh, G; Paramasivam, K; Meenakshisundaram, V

    2014-02-01

    Natural radionuclides ((238)U, (232)Th and (40)K) concentrations and eight different radiological parameters have been analyzed for the beach sediments of Kerala with an aim of evaluating the radiation hazards. Activity concentrations ((238)U and (232)Th) and all the radiological parameters in most of the sites have higher values than recommended values. The Kerala beach sediments pose significant radiological threat to the people living in the area and tourists going to the beaches for recreation or to the sailors and fishermen involved in their activities in the study area. In order to know the light mineral characterization of the present sediments, mineralogical analysis has been carried out using Fourier transform infrared (FTIR) spectroscopic technique. The eight different minerals are identified and they are characterized. Among the various observed minerals, the minerals such as quartz, microcline feldspar, kaolinite and calcite are major minerals. The relative distribution of major minerals is determined by calculating extinction co-efficient and the values show that the amount of quartz is higher than calcite and much higher than microcline feldspar. Crystallinity index is calculated to know the crystalline nature of quartz present in the sediments. Heavy mineral separation analysis has been carried out to know the total heavy mineral (THM) percentage. This analysis revealed the presence of nine heavy minerals. The minerals such as monazite, zircon, magnetite and illmenite are predominant. Due to the rapid and extreme changes occur in highly dynamic environments of sandy beaches, quantities of major light and heavy minerals are widely varied from site to site. Granulometric analysis shows that the sand is major content. Multivariate statistical (Pearson correlation, cluster and factor) analysis has been carried out to know the effect of mineralogy on radionuclide concentrations. The present study concluded that heavy minerals induce the (238)U and (232)Th

  13. Effects of diurnal control in the mineral concentration of nutrient solution on tomato yield and nutrient absorption in hydroponics.

    PubMed

    Higashide, T; Shimaji, H; Takaichi, M

    1996-12-01

    We researched effects of diurnal change of the mineral concentration on tomato yield and nutrient absorption. First, we examined the effect on yield in a spray culture, in the experiment 1-1, when nitrate concentration of solution (N) and potassium concentration (K) were low and phosphate concentration (P) was high during the daytime, while N and K were high and P was low during the night, the yield was low. In the experiment 1-2, when N and K were high and P was low during the daytime, while N and K were low and P was high during the night, the yield was low. Second, we examined the effect on nutrient absorption in a water culture. Concentration of KNO3, of solution was changed in the daytime or the night. When KNO3 level was low during the daytime, while it was high during the night, total nitrate and potassium absorption for 24 hours was the highest. It were showed the possibility of the efficient supply of minerals to plants by the diurnal control in minerals.

  14. First Safety and Performance Evaluation of T45K, a Self-Assembling Peptide Barrier Hemostatic Device, After Skin Lesion Excision.

    PubMed

    Rahmani, George; Prats, Jayne; Norchi, Terrence; Kates, Steven; McInerney, Veronica; Woods, Jack; Kelly, Jack

    2018-01-29

    The self-assembling peptide barrier T45K (SAPB-T45K) is an oligopeptide that rapidly forms a biocompatible hemostatic barrier when applied to wounds. Evaluate safety and performance of SAPB-T45K in cutaneous surgery. In this single-blind study, after sequential shave excision of 2 lesions, wounds were randomized (intrapatient) to SAPB-T45K or control treatment. Safety was assessed at treatment, Day 7, and Day 30. Performance was evaluated using time to hemostasis (TTH) and ASEPSIS wound scores, with a subgroup analysis for patients with or without antiplatelet therapy. Each of 46 patients (10 [22%] with antiplatelet therapy) received randomized SAPB-T45K or control treatment for 2 wounds. Safety assessments were similar, and ASEPSIS scores reflected normal healing in both wound groups. SAPB-T45K demonstrated significantly faster median TTH (24.5 [range, 7-165] seconds) compared with control (44 [10-387] seconds), for a 41% median TTH reduction (18 [95% confidence interval, 7-35] seconds, p < .001). SAPB-T45K provided an identical median TTH of 24 seconds, regardless of antiplatelet therapy. Control median TTH was 90 and 40 seconds for patients taking or not taking antiplatelet therapy, respectively. SAPB-T45K provided significantly faster median TTH versus control, especially with antiplatelet therapy, and safety profiles were similar.This is an open-access article distributed under the terms of the Creative Commons Attribution-Non Commercial-No Derivatives License 4.0 (CCBY-NC-ND), where it is permissible to download and share the work provided it is properly cited. The work cannot be changed in any way or used commercially without permission from the journal.

  15. Proximate composition and mineral content of two edible species of Cnidoscolus (tree spinach).

    PubMed

    Kuti, J O; Kuti, H O

    1999-01-01

    Proximate composition and mineral content of raw and cooked leaves of two edible tree spinach species (Cnidoscolus chayamansa and C. aconitifolius), known locally as 'chaya', were determined and compared with that of a traditional green vegetable, spinach (Spinicia oleraceae). Results of the study indicated that the edible leafy parts of the two chaya species contained significantly (p<0.05) greater amounts of crude protein, crude fiber, Ca, K, Fe, ascorbic acid and beta-carotene than the spinach leaf. However, no significant (p>0.05) differences were found in nutritional composition and mineral content between the chaya species, except minor differences in the relative composition of fatty acids, protein and amino acids. Cooking of chaya leaves slightly reduced nutritional composition of both chaya species. Cooking is essential prior to consumption to inactivate the toxic hydrocyanic glycosides present in chaya leaves. Based on the results of this study, the edible chaya leaves may be good dietary sources of minerals (Ca, K and Fe) and vitamins (ascorbic acid and beta-carotene).

  16. Agricolaite, a new mineral of uranium from Jáchymov, Czech Republic

    NASA Astrophysics Data System (ADS)

    Skála, Roman; Ondruš, Petr; Veselovský, František; Císařová, Ivana; Hloušek, Jan

    2011-11-01

    The new mineral agricolaite, a potassium uranyl carbonate with ideal formula K4(UO2)(CO3)3, occurs in vugs of ankerite gangue in gneisses in the abandoned Giftkiesstollen adit at Jáchymov, Czech Republic. The name is after Georgius Agricola (1494-1555), German scholar and scientist. Agricolaite occurs as isolated equant irregular translucent grains to 0.3 mm with yellow color, pale yellow streak, and vitreous luster. It is brittle with uneven fracture and displays neither cleavage nor parting. Agricolaite is non-fluorescent. Mohs hardness is ~4. It is associated with aragonite, brochantite, posnjakite, malachite, rutherfordine, and "pseudo-voglite". Experimental density is higher than 3.3 g.cm-3, Dcalc is 3.531 g. cm-3. The mineral is monoclinic, space group C2/ c, with a 10.2380(2), b 9.1930(2), c 12.2110(3) Å, β 95.108(2)°, V 1144.71(4) Å3, Z = 4. The strongest lines in the powder X-ray diffraction pattern are d( I)( hkl): 6.061(55)(002), 5.087(57)(200), 3.740(100)(202), 3.393(43)(113), 2.281(52)(402). Average composition based on ten electron microprobe analyses corresponds to (in wt.%) UO3 48.53, K2O 31.49, CO2(calc) 22.04 which gives the empirical formula K3.98(UO2)1.01(CO3)3.00. The crystal structure was solved from single-crystal X-ray diffraction data and refined to R 1 = 0.0184 on the basis of the 1,308 unique reflections with F o > 4 σF o. The structure of agricolaite is identical to that of synthetic K4(UO2)(CO3)3 and consists of separate UO2(CO3)3 groups organized into layers parallel to (100) and two crystallographically non-equivalent sites occupied by K+ cations. Both the mineral and its name were approved by the IMA-CNMNC.

  17. Worldwide genetic diversity for mineral element concentrations in rice grain

    USDA-ARS?s Scientific Manuscript database

    With the aim of identifying rice (Oryza spp.) germplasm having enhanced grain nutritional value, the mineral nutrient and trace element content (a.k.a. ionome) of whole (unmilled) grains from a set of 1763 rice accessions of diverse geographic and genetic origin were evaluated. Seed for analysis o...

  18. Median Robust Extended Local Binary Pattern for Texture Classification.

    PubMed

    Liu, Li; Lao, Songyang; Fieguth, Paul W; Guo, Yulan; Wang, Xiaogang; Pietikäinen, Matti

    2016-03-01

    Local binary patterns (LBP) are considered among the most computationally efficient high-performance texture features. However, the LBP method is very sensitive to image noise and is unable to capture macrostructure information. To best address these disadvantages, in this paper, we introduce a novel descriptor for texture classification, the median robust extended LBP (MRELBP). Different from the traditional LBP and many LBP variants, MRELBP compares regional image medians rather than raw image intensities. A multiscale LBP type descriptor is computed by efficiently comparing image medians over a novel sampling scheme, which can capture both microstructure and macrostructure texture information. A comprehensive evaluation on benchmark data sets reveals MRELBP's high performance-robust to gray scale variations, rotation changes and noise-but at a low computational cost. MRELBP produces the best classification scores of 99.82%, 99.38%, and 99.77% on three popular Outex test suites. More importantly, MRELBP is shown to be highly robust to image noise, including Gaussian noise, Gaussian blur, salt-and-pepper noise, and random pixel corruption.

  19. Sorption and speciation of iodine in groundwater system: The roles of organic matter and organic-mineral complexes.

    PubMed

    Li, Junxia; Zhou, Hailing; Wang, Yanxin; Xie, Xianjun; Qian, Kun

    2017-06-01

    Characterizing the properties of main host of iodine in soil/sediment and the geochemical behaviors of iodine species are critical to understand the mechanisms of iodine mobilization in groundwater systems. Four surface soil and six subsurface sediment samples were collected from the iodine-affected area of Datong basin in northern China to conduct batch experiments and to evaluate the effects of NOM and/or organic-mineral complexes on iodide/iodate geochemical behaviors. The results showed that both iodine contents and k f -iodate values had positive correlations with solid TOC contents, implying the potential host of NOM for iodine in soil/sediment samples. The results of chemical removal of easily extracted NOM indicated that the NOM of surface soils is mainly composed of surface embedded organic matter, while sediment NOM mainly occurs in the form of organic-mineral complexes. After the removal of surface sorbed NOM, the decrease in k f -iodate value of treated surface soils indicates that surface sorbed NOM enhances iodate adsorption onto surface soil. By contrast, k f -iodate value increases in several H 2 O 2 -treated sediment samples, which was considered to result from exposed rod-like minerals rich in Fe/Al oxyhydroxide/oxides. After chemical removal of organic-mineral complexes, the lowest k f -iodate value for both treated surface soils and sediments suggests the dominant role of organic-mineral complexes on controlling the iodate geochemical behavior. In comparison with iodate, iodide exhibited lower affinities on all (un)treated soil/sediment samples. The understanding of different geochemical behaviors of iodine species helps to explain the occurrence of high iodine groundwater with iodate and iodide as the main species in shallow (oxidizing conditions) and deep (reducing conditions) groundwater. Copyright © 2017 Elsevier B.V. All rights reserved.

  20. Ultrahigh-frequency ultrasound of fascicles in the median nerve at the wrist.

    PubMed

    Cartwright, Michael S; Baute, Vanessa; Caress, James B; Walker, Francis O

    2017-10-01

    An ultrahigh-frequency (70 MHZ) ultrasound device has recently been approved for human use. This study seeks to determine whether this device facilitates counting of fascicles within the median nerve at the wrist. Twenty healthy volunteers underwent imaging of the median nerve at the wrist bilaterally. The number of fascicles in each nerve was counted by two independent raters. The mean fascicle number was 22.68. Correlation was strong between the two raters (r = 0.68, P < 0.001). Age, sex, body mass index, and nerve area did not predict fascicle number. Those with bifid median nerves and persistent median arteries had lower fascicle density than those without anatomic anomalies (1.79 vs. 2.29; P = 0.01). Fascicles within the median nerve at the wrist can be readily imaged. Ultrahigh-frequency ultrasound technology may be informative in a variety of disorders affecting the peripheral nervous system. Muscle Nerve 56: 819-822, 2017. © 2017 Wiley Periodicals, Inc.

  1. Microcalorimetric and potentiometric titration studies on the adsorption of copper by P. putida and B. thuringiensis and their composites with minerals.

    PubMed

    Fang, Linchuan; Cai, Peng; Li, Pengxiang; Wu, Huayong; Liang, Wei; Rong, Xingmin; Chen, Wenli; Huang, Qiaoyun

    2010-09-15

    In order to have a better understanding of the interactions of heavy metals with bacteria and minerals in soil and associated environments, isothermal titration calorimetry (ITC), potentiometric titration and equilibrium sorption experiments were conducted to investigate the adsorption behavior of Cu(II) by Bacillus thuringiensis, Pseudomonas putida and their composites with minerals. The interaction of montmorillonite with bacteria increased the reactive sites and resulted in greater adsorption for Cu(II) on their composites, while decreased adsorption sites and capacities for Cu(II) were observed on goethite-bacteria composites. A gram-positive bacterium B. thuringiensis played a more important role than a gram-negative bacterium P. putida in determining the properties of the bacteria-minerals interfaces. The enthalpy changes (DeltaH(ads)) from endothermic (6.14 kJ mol(-1)) to slightly exothermic (-0.78 kJ mol(-1)) suggested that Cu(II) is complexed with the anionic oxygen ligands on the surface of bacteria-mineral composites. Large entropies (32.96-58.89 J mol(-1) K(-1)) of Cu(II) adsorption onto bacteria-mineral composites demonstrated the formation of inner-sphere complexes in the presence of bacteria. The thermodynamic data implied that Cu(II) mainly bound to the carboxyl and phosphoryl groups as inner-sphere complexes on bacteria and mineral-bacteria composites. Copyright 2010 Elsevier B.V. All rights reserved.

  2. 43 CFR 3873.1 - Segregation of mineral from non-mineral land.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 43 Public Lands: Interior 2 2012-10-01 2012-10-01 false Segregation of mineral from non-mineral...) BUREAU OF LAND MANAGEMENT, DEPARTMENT OF THE INTERIOR MINERALS MANAGEMENT (3000) ADVERSE CLAIMS, PROTESTS AND CONFLICTS Segregation § 3873.1 Segregation of mineral from non-mineral land. Where a survey is...

  3. 43 CFR 3873.1 - Segregation of mineral from non-mineral land.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 43 Public Lands: Interior 2 2014-10-01 2014-10-01 false Segregation of mineral from non-mineral...) BUREAU OF LAND MANAGEMENT, DEPARTMENT OF THE INTERIOR MINERALS MANAGEMENT (3000) ADVERSE CLAIMS, PROTESTS AND CONFLICTS Segregation § 3873.1 Segregation of mineral from non-mineral land. Where a survey is...

  4. 43 CFR 3873.1 - Segregation of mineral from non-mineral land.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 43 Public Lands: Interior 2 2013-10-01 2013-10-01 false Segregation of mineral from non-mineral...) BUREAU OF LAND MANAGEMENT, DEPARTMENT OF THE INTERIOR MINERALS MANAGEMENT (3000) ADVERSE CLAIMS, PROTESTS AND CONFLICTS Segregation § 3873.1 Segregation of mineral from non-mineral land. Where a survey is...

  5. Application of Polychromatic µCT for Mineral Density Determination

    PubMed Central

    Zou, W.; Hunter, N.; Swain, M.V.

    2011-01-01

    Accurate assessment of mineral density (MD) provides information critical to the understanding of mineralization processes of calcified tissues, including bones and teeth. High-resolution three-dimensional assessment of the MD of teeth has been demonstrated by relatively inaccessible synchrotron radiation microcomputed tomography (SRµCT). While conventional desktop µCT (CµCT) technology is widely available, polychromatic source and cone-shaped beam geometry confound MD assessment. Recently, considerable attention has been given to optimizing quantitative data from CµCT systems with polychromatic x-ray sources. In this review, we focus on the approaches that minimize inaccuracies arising from beam hardening, in particular, beam filtration during the scan, beam-hardening correction during reconstruction, and mineral density calibration. Filtration along with lowest possible source voltage results in a narrow and near-single-peak spectrum, favoring high contrast and minimal beam-hardening artifacts. More effective beam monochromatization approaches are described. We also examine the significance of beam-hardening correction in determining the accuracy of mineral density estimation. In addition, standards for the calibration of reconstructed grey-scale attenuation values against MD, including K2PHO4 liquid phantom, and polymer-hydroxyapatite (HA) and solid hydroxyapatite (HA) phantoms, are discussed. PMID:20858779

  6. Origin and prospectivity of heavy mineral enriched sand deposits along the Somaliland coastal areas

    NASA Astrophysics Data System (ADS)

    Ali, M. Y.; Hibberd, P.; Stoikovich, B.

    2018-04-01

    Sixty-one heavy mineral enriched samples along the Somaliland coast from Eil Sheikh to Ras Khatib, a distance of about 130 km, were analyzed using X-ray Fluorescence, X-ray Diffraction and SEM-EDS techniques. This study reveals that a considerable amount of heavy minerals is present along the Somaliland coast and confirms the presence of high concentration titanium and iron bearing minerals. However, the backshore deposits in the mouths of Waaheen and Biyo Gure ephemeral rivers as well as raised paleo-beaches in the east of port city of Berbera demonstrate the highest level of titaniferous heavy minerals with most samples showing concentration greater than 50 wt %. The titanium detected in geochemical analysis occurs in the form of ilmenite, rutile, titanite and titaniferous magnetite. Also, present in minor or trace amounts, are garnet, zircon and monazite. Heavy mineral accumulations in the east and west of Berbera have different mineralogical assemblages. The east of Berbera is dominated by quartz with moderate concentration of plagioclase, K-feldspar, magnetite, hematite and titanium bearing minerals, whereas in the west of Berbera, the dominant minerals are quartz, K-feldspar and plagioclase with variable proportions of ilmenite, rutile, mica, amphibole and pyroxene. These variations in mineral assemblages suggest different composition of the catchment areas that supply sediment to these deposits. The catchment area in the east of Berbera consists mainly of Proterozoic crystalline basement of the Qabri Bahar complex, Gabbro-Synenite belt and granitic intrusions that outcrop in Hudiso, Tulo Dibijo and surrounding areas. The primary sources of heavy minerals in the west of Berbera comprise of high-grade metamorphic rocks of the Mora and Qabri Bahar complexes as well as the Miocene volcanics that outcrop in Laferug and Hagabo areas. The heavy mineral sand deposits observed along the Somaliland coast have the potential to provide commercially important heavy

  7. Functional MRI Detection of Hemodynamic Response of Repeated Median Nerve Stimulation

    PubMed Central

    Ai, Leo; Oya, Hiroyuki; Howard, Matthew; Xiong, Jinhu

    2012-01-01

    Median nerve stimulation is a commonly used technique in the clinical setting to determine areas of neuronal function in the brain. Neuronal activity of repeated median nerve stimulation is well studied. The cerebral hemodynamic response of the stimulation, on the other hand, is not very clear. In this study, we investigate how cerebral hemodynamics behaves over time using the same repeated median nerve stimulation. Ten subjects received constant repeated electrical stimulation to the right median nerve. Each subject had fMRI scans while receiving said stimulations for seven runs. Our results show that the BOLD signal significantly decreases across each run. Significant BOLD signal decreases can also be seen within runs. These results are consistent with studies that have studied the hemodynamic habituation effect with other forms of stimulation. However, the results do not completely agree with the findings of studies where evoked potentials were examined. Thus, further inquiry of how evoked potentials and cerebral hemodynamics are coupled when using constant stimulations is needed. PMID:23228312

  8. Forest soil mineral weathering rates: use of multiple approaches

    Treesearch

    Randy K. Kolka; D.F. Grigal; E.A. Nater

    1996-01-01

    Knowledge of rates of release of base cations from mineral dissolution (weathering) is essential to understand ecosystem elemental cycling. Although much studied, rates remain enigmatic. We compared the results of four methods to determine cation (Ca + Mg + K) release rates at five forested soils/sites in the northcentral U.S.A. Our premise was that multiple...

  9. Use of directional median openings on urban roadways.

    DOT National Transportation Integrated Search

    2014-05-01

    Over the past decades, many states and local transportation agencies have installed directional median openings on : divided roadways to improve arterial safety and operational performance. A directional opening is normally used to : restrict crossin...

  10. Low serum and bone vitamin K status in patients with longstanding Crohn's disease: another pathogenetic factor of osteoporosis in Crohn's disease?

    PubMed Central

    Schoon, E; Muller, M; Vermeer, C; Schurgers, L; Brummer, R; Stockbrugger, R

    2001-01-01

    BACKGROUND—A high prevalence of osteoporosis is reported in Crohn's disease. The pathogenesis is not completely understood but is probably multifactorial. Longstanding Crohn's disease is associated with a deficiency of fat soluble vitamins, among them vitamin K. Vitamin K is a cofactor in the carboxylation of osteocalcin, a protein essential for calcium binding to bone. A high level of circulating uncarboxylated osteocalcin is a sensitive marker of vitamin K deficiency.
AIMS—To determine serum and bone vitamin K status in patients with Crohn's disease and to elucidate its relationship with bone mineral density.
METHODS—Bone mineral density was measured in 32 patients with longstanding Crohn's disease and small bowel involvement, currently in remission, and receiving less than 5 mg of prednisolone daily. Serum levels of vitamins D and K, triglycerides, and total immunoreactive osteocalcin, as well as uncarboxylated osteocalcin ("free" osteocalcin) were determined. The hydroxyapatite binding capacity of osteocalcin was calculated. Data were compared with an age and sex matched control population.
RESULTS—Serum vitamin K levels of CD patients were significantly decreased compared with normal controls (p<0.01). "Free" osteocalcin was higher and hydroxyapatite binding capacity of circulating osteocalcin was lower than in matched controls (p<0.05 and p<0.001, respectively), indicating a low bone vitamin K status in Crohn's disease. In patients, an inverse correlation was found between "free" osteocalcin and lumbar spine bone mineral density (r=−0.375, p<0.05) and between "free" osteocalcin and the z score of the lumbar spine (r=−0.381, p<0.05). Multiple linear regression analysis showed that "free" osteocalcin was an independent risk factor for low bone mineral density of the lumbar spine whereas serum vitamin D was not.
CONCLUSIONS—The finding that a poor vitamin K status is associated with low bone mineral density in longstanding Crohn

  11. Geochemical variations in aeolian mineral particles from the Sahara-Sahel Dust Corridor.

    PubMed

    Moreno, Teresa; Querol, Xavier; Castillo, Sonia; Alastuey, Andrés; Cuevas, Emilio; Herrmann, Ludger; Mounkaila, Mohammed; Elvira, Josep; Gibbons, Wes

    2006-10-01

    The Sahara-Sahel Dust Corridor runs from Chad to Mauritania and expels huge amounts of mineral aerosols into the Atlantic Ocean. Data on samples collected from Algeria, Chad, Niger, and Western Sahara illustrate how corridor dust mineralogy and chemistry relate to geological source and weathering/transport history. Dusts sourced directly from igneous and metamorphic massifs are geochemically immature, retaining soluble cations (e.g., K, Na, Rb, Sr) and accessory minerals containing HFSE (e.g., Zr, Hf, U, Th) and REE. In contrast, silicate dust chemistry in desert basins (e.g., Bodélé Depression) is influenced by a longer history of transport, physical winnowing (e.g., loss of Zr, Hf, Th), chemical leaching (e.g., loss of Na, K, Rb), and mixing with intrabasinal materials such as diatoms and evaporitic salts. Mineral aerosols blown along the corridor by the winter Harmattan winds mix these basinal and basement materials. Dusts blown into the corridor from sub-Saharan Africa during the summer monsoon source from deeply chemically weathered terrains and are therefore likely to be more kaolinitic and stripped of mobile elements (e.g., Na, K, Mg, Ca, LILE), but retain immobile and resistant elements (e.g., Zr, Hf, REE). Finally, dusts blown southwestwards into the corridor from along the Atlantic Coastal Basin will be enriched in carbonate from Mesozoic-Cenozoic marine limestones, depleted in Th, Nb, and Ta, and locally contaminated by uranium-bearing phosphate deposits.

  12. On detection of median filtering in digital images

    NASA Astrophysics Data System (ADS)

    Kirchner, Matthias; Fridrich, Jessica

    2010-01-01

    In digital image forensics, it is generally accepted that intentional manipulations of the image content are most critical and hence numerous forensic methods focus on the detection of such 'malicious' post-processing. However, it is also beneficial to know as much as possible about the general processing history of an image, including content-preserving operations, since they can affect the reliability of forensic methods in various ways. In this paper, we present a simple yet effective technique to detect median filtering in digital images-a widely used denoising and smoothing operator. As a great variety of forensic methods relies on some kind of a linearity assumption, a detection of non-linear median filtering is of particular interest. The effectiveness of our method is backed with experimental evidence on a large image database.

  13. Isothermal reduction kinetics and mineral phase of chromium-bearing vanadium-titanium sinter reduced with CO gas at 873-1273 K

    NASA Astrophysics Data System (ADS)

    Yang, Song-tao; Zhou, Mi; Jiang, Tao; Xue, Xiang-xin

    2018-02-01

    Reduction of chromium-bearing vanadium-titanium sinter (CVTS) was studied under simulated conditions of a blast furnace, and thermodynamics and kinetics were theoretically analyzed. Reduction kinetics of CVTS at different temperatures was evaluated using a shrinking unreacted core model. The microstructure, mineral phase, and variation of the sinter during reduction were observed by X-ray diffraction, scanning electron microscopy, and metallographic microscopy. Results indicate that porosity of CVTS increased with temperature. Meanwhile, the reduction degree of the sinter improved with the reduction rate. Reduction of the sinter was controlled by a chemical reaction at the initial stage and inner diffusion at the final stage. Activation energies measured 29.22-99.69 kJ/mol. Phase transformations in CVTS reduction are as follows: Fe2O3→Fe3O4→FeO→Fe; Fe2TiO5→Fe2TiO4→FeTiO3; FeO·V2O3→V2O3; FeO·Cr2O3→Cr2O3.

  14. June and August median streamflows estimated for ungaged streams in southern Maine

    USGS Publications Warehouse

    Lombard, Pamela J.

    2010-01-01

    Methods for estimating June and August median streamflows were developed for ungaged, unregulated streams in southern Maine. The methods apply to streams with drainage areas ranging in size from 0.4 to 74 square miles, with percentage of basin underlain by a sand and gravel aquifer ranging from 0 to 84 percent, and with distance from the centroid of the basin to a Gulf of Maine line paralleling the coast ranging from 14 to 94 miles. Equations were developed with data from 4 long-term continuous-record streamgage stations and 27 partial-record streamgage stations. Estimates of median streamflows at the continuous-record and partial-record stations are presented. A mathematical technique for estimating standard low-flow statistics, such as June and August median streamflows, at partial-record streamgage stations was applied by relating base-flow measurements at these stations to concurrent daily streamflows at nearby long-term (at least 10 years of record) continuous-record streamgage stations (index stations). Weighted least-squares regression analysis (WLS) was used to relate estimates of June and August median streamflows at streamgage stations to basin characteristics at these same stations to develop equations that can be used to estimate June and August median streamflows on ungaged streams. WLS accounts for different periods of record at the gaging stations. Three basin characteristics-drainage area, percentage of basin underlain by a sand and gravel aquifer, and distance from the centroid of the basin to a Gulf of Maine line paralleling the coast-are used in the final regression equation to estimate June and August median streamflows for ungaged streams. The three-variable equation to estimate June median streamflow has an average standard error of prediction from -35 to 54 percent. The three-variable equation to estimate August median streamflow has an average standard error of prediction from -45 to 83 percent. Simpler one-variable equations that use only

  15. Autoimmune hepatitis in a teenage boy: 'overlap' or 'outlier' syndrome--dilemma for internists.

    PubMed

    Talukdar, Arunansu; Khanra, Dibbendhu; Mukherjee, Kabita; Saha, Manjari

    2013-02-08

    An 18-year-old boy presented with upper gastrointestinal bleeding and jaundice. Investigations revealed coarse hepatomegaly, splenomegaly and advanced oesophageal varices. Blood reports showed marked rise of alkaline phosphatase and more than twofold rise of transaminases and IgG. Liver histology was suggestive of piecemeal necrosis, interphase hepatitis and bile duct proliferation. Antinuclear antibody was positive in high titre along with positive antismooth muscle antibody and antimitochondrial antibody. The patient was positive for human leukocyte antigen DR3 type. Although an 'overlap' syndrome exists between autoimmune hepatitis (AIH) and primary biliary cirrhosis (PBC), a cholestatic variant of AIH, a rare 'outlier' syndrome could not be excluded in our case. Moreover, 'the chicken or the egg', AIH or PBC, the dilemma for the internists continued. The patient was put on steroid and ursodeoxycholic acid with unsatisfactory response. The existing international criteria for diagnosis of AIH are not generous enough to accommodate its variant forms.

  16. LOSITAN: a workbench to detect molecular adaptation based on a Fst-outlier method.

    PubMed

    Antao, Tiago; Lopes, Ana; Lopes, Ricardo J; Beja-Pereira, Albano; Luikart, Gordon

    2008-07-28

    Testing for selection is becoming one of the most important steps in the analysis of multilocus population genetics data sets. Existing applications are difficult to use, leaving many non-trivial, error-prone tasks to the user. Here we present LOSITAN, a selection detection workbench based on a well evaluated Fst-outlier detection method. LOSITAN greatly facilitates correct approximation of model parameters (e.g., genome-wide average, neutral Fst), provides data import and export functions, iterative contour smoothing and generation of graphics in a easy to use graphical user interface. LOSITAN is able to use modern multi-core processor architectures by locally parallelizing fdist, reducing computation time by half in current dual core machines and with almost linear performance gains in machines with more cores. LOSITAN makes selection detection feasible to a much wider range of users, even for large population genomic datasets, by both providing an easy to use interface and essential functionality to complete the whole selection detection process.

  17. Level of minerals and trace elements in the urine of the participants of mountain ultra-marathon race.

    PubMed

    Jablan, Jasna; Inić, Suzana; Stosnach, Hagen; Hadžiabdić, Maja Ortner; Vujić, Lovorka; Domijan, Ana-Marija

    2017-05-01

    The aim of the present study was to explore impact of endurance exercise on urinary level of minerals and trace elements as well as on some oxidative stress and biochemical parameters. Urine samples were collected from participants (n=21) of mountain ultra-marathon race (53km; Medvednica, Zagreb, Croatia), before (baseline value), immediately after, 12h and 24h after the race. In urine samples level of minerals (Ca, P, K and Na) and trace elements (Se, Zn, Mn, Cu, Fe and Co) were assessed using the bench top Total reflection X-ray Fluorescence (TXRF) spectrometer. Oxidative stress was determined as level of malondialdehyde (MDA). Immediately after the race level of minerals, trace elements, MDA, creatinine, ketones, erythrocytes and specific gravity increased compared to their baseline value. In 24h follow-up trace elements involved in antioxidant defence, MDA and biochemical parameters returned to their baseline values, Cu and Co remained increased as after the race, Fe and K tended to return to baseline values while Ca, P and Na continued to increase. Mountain ultra-marathon resulted in alteration of physiologically important minerals and trace elements that for some minerals and trace elements persist, indicating their involvement in recovery processes. However, due to their loss in urine, level of minerals and trace elements in athletes participating in endurance exercise should be monitored. Copyright © 2017 Elsevier GmbH. All rights reserved.

  18. Nanogeochemistry: Size-dependent mineral-fluid interface chemistry

    NASA Astrophysics Data System (ADS)

    Wang, Y.

    2012-12-01

    Nanostructures and nanometer mineral phases, both widely present in geologic materials, can potentially affect many geochemical processes. It is known that at nanometer scales a material tends to exhibit chemical properties distinct from the corresponding bulk phase. Understanding of this size-dependent property change will help us to bridge the existing knowledge gap between the molecular level understanding and the macro-scale laboratory/field observations of a geochemical process. In this presentation, I will review of the recent progresses in nanoscience and provide a perspective on how these progresses can potentially impact geochemical studies. My presentation will be focused the following areas: (1) the characterization of nanostructures in natural systems, (2) the study of fluids and chemical species in nanoconfinement, (3) the effects of nanopores on geochemical reaction and mass transfers, and (4) the use nanostructured materials for environmental management. I will demonstrate that the nanopore confinement can significantly modify geochemical reactions in porous geologic media. As the pore size is reduced to a few nanometers, the difference between surface acidity constants of a mineral (pK2 - pK1) decreases, giving rise to a higher surface charge density on a nanopore surface than that on an unconfined mineral-water interface. The change in surface acidity constants results in a shift of ion sorption edges and enhances ion sorption on nanopore surfaces. This effect causes preferential enrichment of trace elements in nanopores. I will then discuss the implications of this emergent nanometer-scale property to radionuclide transport and carbon dioxide storage in geologic media. This work was performed at Sandia National Laboratories, which is a multiprogram laboratory operated by Sandia Corporation, a Lockheed-Martin Company, for the DOE under contract DE-AC04-94AL8500.

  19. An improved initialization center k-means clustering algorithm based on distance and density

    NASA Astrophysics Data System (ADS)

    Duan, Yanling; Liu, Qun; Xia, Shuyin

    2018-04-01

    Aiming at the problem of the random initial clustering center of k means algorithm that the clustering results are influenced by outlier data sample and are unstable in multiple clustering, a method of central point initialization method based on larger distance and higher density is proposed. The reciprocal of the weighted average of distance is used to represent the sample density, and the data sample with the larger distance and the higher density are selected as the initial clustering centers to optimize the clustering results. Then, a clustering evaluation method based on distance and density is designed to verify the feasibility of the algorithm and the practicality, the experimental results on UCI data sets show that the algorithm has a certain stability and practicality.

  20. Rheology of K-feldspar aggregates and its implications for dynamics of continental lower crust

    NASA Astrophysics Data System (ADS)

    Chen, J.; Jin, Z.; Shi, F.; Zhang, J.

    2015-12-01

    Rheology of feldspar-dominated rocks controls many important processes fundamental to understanding the dynamics of continental lower crust. K-feldspar mineral is an important constituent mineral for continental lower crust and the Precambrian terranes. However, the rheological properties of K-feldspar have not been well quantified. We have performed triaxial compression experiments on natural K-feldspar (88 ppm wt. H2O) aggregates at 1.5 GPa and 1273 - 1373 K using a modified 5GPa Griggs apparatus. The hot-pressed specimens are wrapped in a thin layer of Nickel foil and sealed in 9mm long Platinum jackets along with overlying alumina pistons. Fitting of our preliminary data indicates that the deformation occurred in the dislocation creep regime with a stress exponent of ~3.3 and an activation energy of ~512 kJ/mol. Comparison of our results to previous studies indicates that K-feldspar is stronger than granulite but weaker than eclogite and dry olivine aggregates. These results suggest that K-feldspar likely serves as a strong phase in continental lower crust and the Precambrian terrane.