• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2106
  • 1046
  • 663
  • 164
  • 115
  • 92
  • 68
  • 54
  • 53
  • 53
  • 35
  • 28
  • 28
  • 21
  • 20
  • Tagged with
  • 5292
  • 5292
  • 1562
  • 1278
  • 565
  • 527
  • 504
  • 501
  • 404
  • 398
  • 394
  • 364
  • 329
  • 302
  • 296
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
51

Bayesian uncertainty analysis for complex computer codes

Oakley, Jeremy January 1999 (has links)
No description available.
52

Computer simulations of flux pinning in type II superconductors

Spencer, Steven Charles January 1996 (has links)
No description available.
53

Molecular similarity : alignment and advanced applications

Parretti, Martin Frank January 1999 (has links)
No description available.
54

A Bayesian approach to the job search model and its application to unemployment durations using MCMC methods

Walker, Neil Rawlinson January 1999 (has links)
No description available.
55

Multiple profile models

Rimmer, Martin John January 1999 (has links)
No description available.
56

Simulación Monte Carlo Cinético de la difusión atómica en la aleación FeA1

Manrique Castillo, Erich Víctor January 2014 (has links)
Las propiedades físicas de los materiales de importancia tecnológica se originan en las reacciones y procesos a los que han sido sometidos. En todos ellos la difusión atómica juega un rol clave, porque la difusión es relevante para la cinética de muchos cambios microestructurales que ocurren durante la preparación, procesamiento y tratamiento térmico de estos materiales. Las superaleaciones, como el FeAl, son materiales tecnológicamente importantes; pues, son resistentes a altas temperaturas, mantienen su estabilidad estructural, superficial y la estabilidad de sus propiedades físicas. Por todo esto profundizar el conocimiento científico acerca de la difusión es necesario. Por tal motivo en el presente trabajo la migración atómica, en la aleación binaria ordenada con estructura B2, es estudiada por medio de simulaciones Monte Carlo Cinético, en donde la migración atómica resulta del intercambio de posiciones de un átomo con una vacante en una red rígida. El modelo cinético atomístico usado se fundamenta en la teoría de la tasa de saltos y el algoritmo del tiempo de residencia. También, usamos interacciones de a par hasta segundos vecinos más próximo. Tomamos los valores que se usaron en simulaciones del diagrama de fases, el ordenamiento B2 y precipitación del FeAl[41]. Determinamos las constantes de difusión como función de la temperatura. Además, investigamos la movilidad de las fronteras antifase en las últimas etapas del proceso de ordenamiento. Finalmente, se calcula la función de autocorrelación, la cual nos revela que la vacante efectúa saltos altamente correlacionados en la red a bajas temperaturas y también que los átomos saltan a posiciones de su propia subred a temperaturas moderadas.
57

Evaluating Atlantic tropical cyclone track error distributions based on forecast confidence

Hauke, Matthew D. 06 1900 (has links)
A new Tropical Cyclone (TC) surface wind speed probability product from the National Hurricane Center (NHC) takes into account uncertainty in track, maximum wind speed, and wind radii. A Monte Carlo (MC) model is used that draws from probability distributions based on historic track errors. In this thesis, distributions of forecast track errors conditioned on forecast confidence are examined to determine if significant differences exist in distribution characteristics. Two predictors are used to define forecast confidence: the Goerss Predicted Consensus Error (GPCE) and the Global Forecast System (GFS) ensemble spread. The distributions of total-, along-, and crosstrack errors from NHC official forecasts are defined for low, average, and high forecast confidence. Also, distributions of the GFS ensemble mean total-track errors are defined based on similar confidence levels. Standard hypothesis testing methods are used to examine distribution characteristics. Using the GPCE values, significant differences in nearly all track error distributions existed for each level of forecast confidence. The GFS ensemble spread did not provide a basis for statistically different distributions. These results suggest that the NHC probability model would likely be improved if the MC model would draw from distributions of track errors based on the GPCE measures of forecast confidence / US Air Force (USAF) author.
58

Die toepasbaarheid van die Monte Carlo studies op empiriese data van die Suid-Afrikaanse ekonomie

29 July 2014 (has links)
M.Com.(Econometrics) / The objective of this study is to evaluate different estimation techniques that can be used to estimate the coefficients of a model. The estimation techniques were applied to empirical data drawn from the South African economy. The Monte Carlo studies are unique in that data was statistically generated for the experiments. This approach was due to the fact that actual observations on economic variables contain several econometric problems, such as autocorrelation and MUlticollinearity, simultaneously. However, the approach in this study differs in that empirical data is used to evaluate the estimation techniques. The estimation techniques evaluated are : • Ordinary least squares method • Two stage least squares method • Limited information maximum likelihood method • Three stage least squares method • Full information maximum likelihood method. The estimates of the different coefficients are evaluated on the following criteria : • The bias of the estimates • The variance of the estimates • t-values of the estimates • The root mean square error. The ranking of the estimation techniques on the bias criterion is as follows : 1 Full information maximum likelihood method. 2 Ordinary least squares method 3 Three stage least squares method 4 Two stage least squares method 5 Limited information maximum likelihood method The ranking of the estimation techniques on the variance criterion is as follows : 1 Full information maximum likelihood method. 2 Ordinary least squares method 3 Three stage least squares method 4 Two stage least squares method 5 Limited information maximum.likelihood method All the estimation techniques performed poorly with regard to the statistical significance of the estimates. The ranking of the estimation techniques on the t-values of the estimates is thus as follows 1 Three stage least squares method 2 ordinary least squares method 3 Two stage least squares method and the limited information maximum likelihood method 4 Full information maximum likelihood method. The ranking of the estimation techniques on the root mean square error criterion is as follows : 1 Full information maximum likelihood method and the ordinary least squares method 2 Two stage least squares method 3 Limited information maximum likelihood method and the three stage least squares method The results achieved in this study are very similar to those of the Monte Carlo studies. The only exception is the ordinary least squares method that performed better on every criteria dealt with in this study. Though the full information maximum likelihood method performed the best on two of the criteria, its performance was extremely poor on the t-value criterion. The ordinary least squares method is shown, in this study, to be the most constant performer.
59

The effect of simulation bias on action selection in Monte Carlo Tree Search

James, Steven Doron January 2016 (has links)
A dissertation submitted to the Faculty of Science, University of the Witwatersrand, in fulfilment of the requirements for the degree of Master of Science. August 2016. / Monte Carlo Tree Search (MCTS) is a family of directed search algorithms that has gained widespread attention in recent years. It combines a traditional tree-search approach with Monte Carlo simulations, using the outcome of these simulations (also known as playouts or rollouts) to evaluate states in a look-ahead tree. That MCTS does not require an evaluation function makes it particularly well-suited to the game of Go — seen by many to be chess’s successor as a grand challenge of artificial intelligence — with MCTS-based agents recently able to achieve expert-level play on 19×19 boards. Furthermore, its domain-independent nature also makes it a focus in a variety of other fields, such as Bayesian reinforcement learning and general game-playing. Despite the vast amount of research into MCTS, the dynamics of the algorithm are still not yet fully understood. In particular, the effect of using knowledge-heavy or biased simulations in MCTS still remains unknown, with interesting results indicating that better-informed rollouts do not necessarily result in stronger agents. This research provides support for the notion that MCTS is well-suited to a class of domain possessing a smoothness property. In these domains, biased rollouts are more likely to produce strong agents. Conversely, any error due to incorrect bias is compounded in non-smooth domains, and in particular for low-variance simulations. This is demonstrated empirically in a number of single-agent domains. / LG2017
60

Financial modeling and forecasting using Monte Carlo covariance simulation.

January 1974 (has links)
Summary in Chinese. / Thesis (M.B.A.)--Chinese University of Hong Kong. / Bibliography: leaves 65-67.

Page generated in 0.0578 seconds