• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 201
  • 65
  • 26
  • 26
  • 16
  • 11
  • 11
  • 10
  • 10
  • 6
  • 4
  • 4
  • 3
  • 2
  • 2
  • Tagged with
  • 463
  • 63
  • 56
  • 56
  • 55
  • 48
  • 44
  • 43
  • 41
  • 40
  • 37
  • 37
  • 35
  • 33
  • 33
  • 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.
261

Modelovanie a predpovedanie sezónnych časových radov / Modelling and forecasting seasonal time series

Jantoš, Milan January 2016 (has links)
In this Master Thesis there are summarized basic methods for modelling time series, such as linear regression with seasonal dummy variables, exponential smoothing and SARIMA processes. The thesis is aimed on modelling and forecasting seasonal time series using these methods. Goals of the Thesis are to introduce and compare these methods using a set of 2184 seasonal time series followed by evaluation their prediction abilities. The main benefit of this Master Thesis is understanding of different aspects of forecasting time series and empirical verification of advantages and disadvantages these methods in field of creating predictions.
262

Yield Curve Constructions / Konstrukce výnosové křivky

Antas, Vilém January 2016 (has links)
The goal of this thesis is to analyze the mathematical apparatus of the most widespread methods used for the yield curves construction. It aims to introduce not only the various of construction models but also to describe the whole process of creation, while discussing the advantages and disadvantage of individual methods. The first chapter focus on the general theory and the use of the term structure of interest rates in practice. The second part deals with the construction process itself and describes the most frequently used methods. The last chapter then shows the real application of selected methods on given data set and the use of the constructed yield curves for interest rate derivative valuation too.
263

Analýza a předpověď ekonomických časových řad pomocí vybraných statistických metod / Analyze and economic time series forecasting by using selected statistical methods

Skopal, Martin January 2019 (has links)
V této diplomové práci se zaměřujeme na vytvoření plně automatizovaného algoritmu pro předpovědi finančních řad, který se snaží využít kombinační proceduru na dvou úrovních mezi dvěma rodinami předpovědních modelů, Box-Jenkins a Exponenciální stavové modely, které jsou schopny modelovat jak homoskedastické tak heteroskedastické časové řady. Pro tento účel jsme navrhli selekční proceduru v prostředí MATLAB pro modely ARIMA. Výsledný kombinovaný model je pak aplikován několik finančních časových řad a jeho výkonost je diskutována.
264

Numerické metody registrace obrazů s využitím nelineární geometrické transformace / Numerical Method of Image Registration Using Nonlinear Geometric Transform

Rára, Michael January 2019 (has links)
The goal of the thesis is creating simple software to modify entry data defected by atmospheric seeing and provide an output image, which is as much close to reality as possible. Another output is a group of images illustrating the move of every input image due to the average image of them.
265

Automatické vyhlazení 3D modelů kraniální embryonální myší chrupavky / Automatic smoothing 3D models of cranial embryonic mouse cartilage

Kočendová, Kateřina January 2020 (has links)
The focus of this thesis is the smoothing of manually segmented 3D models of mouse embryo craniofacial cartilege. During the process of manual segmentation, artefacts and other imperfections appear in the final models and need to be repaired. Firstly, manual segmentation is corrected using gradients and thresholding. Subsequent smoothing methods are constructed based on theoretical research. Algorithmizing is executed in the MATLAB environment. All the designed algorithms are then tested on selected models. Statistical evaluation is determined using the Srensen–Dice coefficient, where manually smoothened models cleared of all artefacts are used as the gold standard.
266

Vývoj nových průmyslových podlah s využitím druhotných surovin / Development of industrial floors with utilization of by-product

Radějová, Lucie Unknown Date (has links)
This work deals with the use of waste materials in the development of new industrial floors. The main task of this work is to choose a suitable waste materials, and design a new material using such materials, while achieving the required physico-mechanical properties. The aim of this work is also to verify the effects of process application, suitable microfiller and final coat and propose a suitable alternative industrial floors, which would not only be in terms of economic efficiency, but also in terms of ecological suitable replacement for commercial products.
267

A comparison of some methods of modeling baseline hazard function in discrete survival models

Mashabela, Mahlageng Retang 20 September 2019 (has links)
MSc (Statistics) / Department of Statistics / The baseline parameter vector in a discrete-time survival model is determined by the number of time points. The larger the number of the time points, the higher the dimension of the baseline parameter vector which often leads to biased maximum likelihood estimates. One of the ways to overcome this problem is to use a simpler parametrization that contains fewer parameters. A simulation approach was used to compare the accuracy of three variants of penalised regression spline methods in smoothing the baseline hazard function. Root mean squared error (RMSE) analysis suggests that generally all the smoothing methods performed better than the model with a discrete baseline hazard function. No single smoothing method outperformed the other smoothing methods. These methods were also applied to data on age at rst alcohol intake in Thohoyandou. The results from real data application suggest that there were no signi cant di erences amongst the estimated models. Consumption of other drugs, having a parent who drinks, being a male and having been abused in life are associated with high chances of drinking alcohol very early in life. / NRF
268

Pravděpodobnostní předpověď v modelech exponenciálního vyrovnávání / Probability forecast in exponential smoothing models

Viskupová, Barbora January 2020 (has links)
This thesis deals with the use of statistical state space models of exponential smooth- ing for estimating the conditional probability distribution of future values of time series. This knowledge allows calculation of interval predictions, not only point forecasts. Meth- ods of exponential smoothing are described and set into the context of state space models. Analytical and simulation methods used in the calculation of interval predictions are presented, in particular simulations based on assumption of normality, bootstrap method or estimated parametric model. The methods are applied to simulated as well as real data and their results are compared. 1
269

A Hardware Architecture for Scale-space Extrema Detection

Ijaz, Hamza January 2012 (has links)
Vision based object recognition and localization have been studied widely in recent years. Often the initial step in such tasks is detection of interest points from a grey-level image. The current state-of-the-art algorithms in this domain, like Scale Invariant Feature Transform (SIFT) and Speeded Up Robust Features (SURF) suffer from low execution speeds on a GPU(graphic processing unit) based system. Generally the performance of these algorithms on a GPU is below real-time due to high computational complexity and data intensive nature and results in elevated power consumption. Since real-time performance is desirable in many vision based applications, hardware based feature detection is an emerging solution that exploits inherent parallelism in such algorithms to achieve significant speed gains. The efficient utilization of resources still remains a challenge that directly effects the cost of hardware. This work proposes a novel hardware architecture for scale-space extrema detection part of the SIFT algorithm. The implementation of proposed architecture for Xilinx Virtex-4 FPGA and its evaluation are also presented. The implementation is sufficiently generic and can be adapted to different design parameters efficiently according to the requirements of application. The achieved system performance exceeds real-time requirements (30 frames per second) on a 640 x 480 image. Synthesis results show efficient resource utilization when compared with the existing known implementations.
270

Numerical Investigation on Spherical Harmonic Synthesis and Analysis

Bärlund, Johnny January 2015 (has links)
In this thesis work the accuracy of the spherical harmonic synthesis and analysis are investigated, by simulated numerical studies.The main idea is to investigate the loss of accuracy, in the geopotential coeffcients, by the following testing method. We start with a synthesis calculation, using the coefficients(EGM2008), to calculate geoid heights on a regular grid. Those geoid heights are then used in an analysis calculation to obtain a new set of coeffcients, which are in turn used to derive a new set of geoid heights. The difference between those two sets of geoid heights will be analyzed to assess the accuracy of the synthesis and analysis calculations.The tests will be conducted with both point-values and area-means in the blocks in the grid. The area-means are constructed in some different ways and will also be compared to the mean value from 10000 point values as separate tests. Numerical results from this investigation show there are signifi…cant systematic errors in the geoid heights computed by spherical harmonic synthesis and analysis, sometimes reaching as high as several meters. Those big errors are most common at the polar regions and at the mid-latitude regions.

Page generated in 0.0365 seconds