Dissertations / Theses on the topic 'Functional model'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Functional model.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Blackburne, Benjamin P. "Functional model proteins : structure, function and evolution." Thesis, University of Nottingham, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.405144.
Full textMa, Genuo. "JACKKNIFE MODEL AVERAGING ON FUNCTIONAL LOGISTIC MODEL." Thesis, Uppsala universitet, Statistiska institutionen, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-413059.
Full textJun, Shi. "Frequentist Model Averaging For Functional Logistic Regression Model." Thesis, Uppsala universitet, Statistiska institutionen, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-352519.
Full textLEAL, RICARDO AUGUSTO BOITEUX MENDES. "GRAMMAR MODEL-BASED FUNCTIONAL TEST." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2008. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=12322@1.
Full textO teste funcional de software é um desafio enfrentado há muito tempo por desenvolvedores. A complexidade crescente de sistemas computacionais torna esse desafio ainda maior. Uma tendência apontada como possível solução deste problema é o uso de teste baseado em modelos. Inspirada neste paradigma, esta dissertação retrata uma pesquisa sobre o uso de gramáticas como modelos de teste funcional. Modelos gramaticais podem capturar conceitos e comportamentos de um sistema e de seu ambiente usando um nível de abstração de acordo com o objetivo de teste. Eles também podem ser aplicados para descrever casos de teste funcional e guiar a execução de casos de teste gerados num sistema em teste. O resultado desta execução, representado na forma de um veredicto, revela a conformidade do sistema com seus requisitos e especificações. Para explorar o potencial dos modelos gramaticais, este trabalho definiu uma maneira sistemática de gerar e executar massas de teste. Esta solução permitiu a programação de diferentes estratégias de teste. Ela também facilitou a adaptação dos testes a mudanças de requisitos e promoveu o reuso dos testes existentes. Como efeito colateral deste estudo, um processo de teste funcional foi desenvolvido e a arquitetura de apoio aqui introduzida pode ser reutilizada ou estendida por futuras soluções de teste funcional.
Software functional test is a challenge faced by developers for a long time. The growing complexity of computing systems turns this challenge even greater. Model-based testing is a trend pointed out by the academia and the industry as a possible solution to this matter. Inspired by this paradigm, this dissertation depicts a research made on the use of grammars as functional test models. Grammar models can capture concepts and behaviors of a system and its environment at a level of abstraction according to the test goal. They also can be applied to describe functional test cases and guide the execution of the generated test cases against a system under test. The result of this execution, represented as a verdict, reveals the system conformity with its requirements and specifications. In order to explore grammar models potential, this work defined a systematic way to generate and execute a mass of tests. This solution allowed the implementation of different test strategies. It also assisted test adjustment to requirements change and promoted existing tests reuse. As a side-effect of this study, a functional test process was developed and the supporting architecture introduced here may be reused or extended by future functional test solutions.
Toostani, Iman Ghodrati. "Tinnitus : a neuro-functional model." reponame:Repositório Institucional da UFABC, 2013.
Find full textGuo, Chuan. "The stochastic volatility Markov-functional model." Thesis, University of Warwick, 2016. http://wrap.warwick.ac.uk/91418/.
Full textManrique, Tito. "Functional linear regression models : application to high-throughput plant phenotyping functional data." Thesis, Montpellier, 2016. http://www.theses.fr/2016MONTT264/document.
Full textFunctional data analysis (FDA) is a statistical branch that is increasingly being used in many applied scientific fields such as biological experimentation, finance, physics, etc. A reason for this is the use of new data collection technologies that increase the number of observations during a time interval.Functional datasets are realization samples of some random functions which are measurable functions defined on some probability space with values in an infinite dimensional functional space.There are many questions that FDA studies, among which functional linear regression is one of the most studied, both in applications and in methodological development.The objective of this thesis is the study of functional linear regression models when both the covariate X and the response Y are random functions and both of them are time-dependent. In particular we want to address the question of how the history of a random function X influences the current value of another random function Y at any given time t.In order to do this we are mainly interested in three models: the functional concurrent model (FCCM), the functional convolution model (FCVM) and the historical functional linear model. In particular for the FCVM and FCCM we have proposed estimators which are consistent, robust and which are faster to compute compared to others already proposed in the literature.Our estimation method in the FCCM extends the Ridge Regression method developed in the classical linear case to the functional data framework. We prove the probability convergence of this estimator, obtain a rate of convergence and develop an optimal selection procedure of theregularization parameter.The FCVM allows to study the influence of the history of X on Y in a simple way through the convolution. In this case we use the continuous Fourier transform operator to define an estimator of the functional coefficient. This operator transforms the convolution model into a FCCM associated in the frequency domain. The consistency and rate of convergence of the estimator are derived from the FCCM.The FCVM can be generalized to the historical functional linear model, which is itself a particular case of the fully functional linear model. Thanks to this we have used the Karhunen–Loève estimator of the historical kernel. The related question about the estimation of the covariance operator of the noise in the fully functional linear model is also treated.Finally we use all the aforementioned models to study the interaction between Vapour Pressure Deficit (VPD) and Leaf Elongation Rate (LER) curves. This kind of data is obtained with high-throughput plant phenotyping platform and is well suited to be studied with FDA methods
Ayaz, Muhammad. "Model-Based Diagnosis of Software Functional Dependencies." Thesis, Linköping University, Department of Computer and Information Science, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-58580.
Full textResearchers have developed framework for diagnosis analysis that are called “Model Based Diagnosis Systems”. These systems are very general in scope, covers a wide range of malfunctions uncovering and identifying repair measures. This thesis is an effort to diagnose complex and lengthy static source code. Without executing source code discrepancies can only be identified by finding procedural dependencies.
With respect to modern programming languages, many software bugs arise due to logical erroneous calculations or miss handling of data structures. Modern Integrated Development Environments (IDE) like Visual Studio, J-Builder and Eclipse etc are strong enough to analyze and parse static text code to identify syntactical and type conversion errors. Some of IDE’s can automatically fix such kind of errors or provide different possible suggestions to developer.
In this thesis we have analyzed and extracted functional dependencies of source code. This extracted information can increase programmer’s understanding about code when they are extremely large or complex. By modeling this information into a model system, reduces time to debug the code in case of any failure. This increases productivity in terms of software development and in debugger skills as well. The main contribution of this thesis is the use of model based diagnosis techniques on software functional dependency graphs and charts.
Keywords: Model Based Diagnosis Systems, Integrated Development Environments, Procedural Dependencies, Erroneous calculations, Call graphs, Directed graph markup language.
Cherukuri, Vijaya Krishna, and Piyush Gupta. "Model Based Testing for Non-Functional Requirements." Thesis, Mälardalen University, School of Innovation, Design and Engineering, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-9851.
Full textModel Based Testing (MBT) is a new-age test automation technique traditionally used for Functional Black-Box Testing. Its capability of generating test cases by using model developed from the analysis of the abstract behavior of the System under Test is gaining popularity. Many commercial and open source MBT tools are available currently in market. But each one has its own specific way of modeling and test case generation mechanism that is suitable for varied types of systems. Ericsson, a telecommunication equipment provider company, is currently adapting Model Based Testing in some of its divisions for functional testing. Those divisions haven’t yet attempted adapting Model Based Testing for non-functional testing in a full-pledged manner. A comparative study between various MBT tools will help one of the Ericsson’s testing divisions to select the best tool for adapting to its existing test environment. This also helps in improving the quality of testing while reducing cost, time and effort. This thesis work helps Ericsson testing division to select such an effective MBT tool. Based on aspects such as functionality, flexibility, adaptability, performance etc., a comparative study is carried out on various available MBT tools and a few were selected among them: Qtronic, ModelJUnit and Elvior Motes.This thesis also helps to understand the usability of the selected tools for modeling of non-functional requirements using a new method. A brief idea of modeling the non-functional requirements is suggested in this thesis. A System under Test was identified and its functional behavior was modeled along with the non functional requirements in Qtronic and ModelJUnit. An experimental analysis, backed by observations of using the new proposed method indicates that the method is efficient enough to carry out modeling non-functional requirements along with modeling of functional requirements by identifying the appropriate approach.Model Based Testing (MBT) is a new-age test automation technique traditionally used for Functional Black-Box Testing. Its capability of generating test cases by using model developed from the analysis of the abstract behavior of the System under Test is gaining popularity. Many commercial and open source MBT tools are available currently in market. But each one has its own specific way of modeling and test case generation mechanism that is suitable for varied types of systems. Ericsson, a telecommunication equipment provider company, is currently adapting Model Based Testing in some of its divisions for functional testing. Those divisions haven’t yet attempted adapting Model Based Testing for non-functional testing in a full-pledged manner. A comparative study between various MBT tools will help one of the Ericsson’s testing divisions to select the best tool for adapting to its existing test environment. This also helps in improving the quality of testing while reducing cost, time and effort. This thesis work helps Ericsson testing division to select such an effective MBT tool. Based on aspects such as functionality, flexibility, adaptability, performance etc., a comparative study is carried out on various available MBT tools and a few were selected among them: Qtronic, ModelJUnit and Elvior Motes.
This thesis also helps to understand the usability of the selected tools for modeling of non-functional requirements using a new method. A brief idea of modeling the non-functional requirements is suggested in this thesis. A System under Test was identified and its functional behavior was modeled along with the non functional requirements in Qtronic and ModelJUnit. An experimental analysis, backed by observations of using the new proposed method indicates that the method is efficient enough to carry out modeling non-functional requirements along with modeling of functional requirements by identifying the appropriate approach.
Correia, Fagner Cintra [UNESP]. "The standard model effective field theory: integrating UV models via functional methods." Universidade Estadual Paulista (UNESP), 2017. http://hdl.handle.net/11449/151703.
Full textApproved for entry into archive by Monique Sasaki (sayumi_sasaki@hotmail.com) on 2017-09-27T19:37:47Z (GMT) No. of bitstreams: 1 correia_fc_dr_ift.pdf: 861574 bytes, checksum: 1829fcb0903e20303312d37d7c1e0ffc (MD5)
Made available in DSpace on 2017-09-27T19:37:47Z (GMT). No. of bitstreams: 1 correia_fc_dr_ift.pdf: 861574 bytes, checksum: 1829fcb0903e20303312d37d7c1e0ffc (MD5) Previous issue date: 2017-07-27
Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
O Modelo Padrão Efetivo é apresentado como um método consistente de parametrizar Física Nova. Os conceitos de Matching e Power Counting são tratados, assim como a Expansão em Derivadas Covariantes introduzida como alternativa à construção do conjunto de operadores efetivos resultante de um modelo UV particular. A técnica de integração funcional é aplicada em casos que incluem o MP com Tripleto de Escalares e diferentes setores do modelo 3-3-1 na presença de Leptons pesados. Finalmente, o coeficiente de Wilson de dimensão-6 gerado a partir da integração de um quark-J pesado é limitado pelos valores recentes do parâmetro obliquo Y.
It will be presented the principles behind the use of the Standard Model Effective Field Theory as a consistent method to parametrize New Physics. The concepts of Matching and Power Counting are covered and a Covariant Derivative Expansion introduced to the construction of the operators set coming from the particular integrated UV model. The technique is applied in examples including the SM with a new Scalar Triplet and for different sectors of the 3-3-1 model in the presence of Heavy Leptons. Finally, the Wilson coefficient for a dimension-6 operator generated from the integration of a heavy J-quark is then compared with the measurements of the oblique Y parameter.
CNPq: 142492/2013-2
CAPES: 88881.132498/2016-01
Correia, Fagner Cintra. "The standard model effective field theory : integrating UV models via functional methods /." São Paulo, 2017. http://hdl.handle.net/11449/151703.
Full textResumo: O Modelo Padrão Efetivo é apresentado como um método consistente de parametrizar FísicaNova. Os conceitos de Matching e Power Counting são tratados, assim como a Expansão emDerivadas Covariantes introduzida como alternativa à construção do conjunto de operadoresefetivos resultante de um modelo UV particular. A técnica de integração funcional é aplicadaem casos que incluem o MP com Tripleto de Escalares e diferentes setores do modelo 3-3-1 napresença de Leptons pesados. Finalmente, o coeficiente de Wilson de dimensão-6 gerado a partirda integração de um quark-J pesado é limitado pelos valores recentes do parâmetro obliquo Y.
Doutor
Rohr, Alexander. "A universal realizability model for sequential functional computation." Phd thesis, [S.l.] : [s.n.], 2003. http://elib.tu-darmstadt.de/diss/000351.
Full textCharles, Nathan Richard. "Data model refinement, generic profiling, and functional programming." Thesis, University of York, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.341629.
Full textSridharan, Ramesh. "A generative model for activations in functional MRI." Thesis, Massachusetts Institute of Technology, 2011. http://hdl.handle.net/1721.1/64595.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (p. 87-91).
Detection of brain activity and selectivity using functional magnetic resonance imaging (fMRI) provides unique insight into the underlying functional properties of the brain. We propose a generative model that jointly explains neural activation and temporal activity in an fMRI experiment. We derive an algorithm for inferring activation patterns and estimating the temporal response from fMRI data, and present results on synthetic and actual fMRI data, showing that the model performs well in both settings, and provides insight into patterns of selectivity.
by Ramesh Sridharan.
S.M.
Zhang, Jiyu. "Model-Based Fault Diagnosis For Automotive Functional Safety." The Ohio State University, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=osu1480665190516692.
Full textWoolrich, Mark. "Model-based approaches to FMRI analysis." Thesis, University of Oxford, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.249485.
Full textArthur, M. J. P. "Functional studies of purified rat hepatic macrophages." Thesis, University of Southampton, 1986. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.374057.
Full textGillella, Santhosh Kumar. "Functional validation model for routers of Networks-on-Chips /." Available to subscribers only, 2008. http://proquest.umi.com/pqdweb?did=1559856911&sid=1&Fmt=2&clientId=1509&RQT=309&VName=PQD.
Full textHuang, Shell Ying. "A functional processor system model on loosely-coupled machines." Thesis, Imperial College London, 1990. http://hdl.handle.net/10044/1/46348.
Full textAlkhairy, Samiya Ashraf. "An analytic model of the Cochlea and functional interpretations." Thesis, Massachusetts Institute of Technology, 2017. http://hdl.handle.net/1721.1/113732.
Full textThis electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
Cataloged from student-submitted PDF version of thesis.
Includes bibliographical references (pages 120-125).
The cochlea is part of the peripheral auditory system that has unique and intriguing features - for example it acts as a wave-based frequency analyzer and amplifies traveling waves. The human cochlea is particularly interesting due to its critical role in our ability to process speech. To better understand how the cochlea works, we develop a model of the mammalian cochlea. We develop the model using a mixed physical-phenomenological approach. Specifically, we utilize existing work on the physics of classical box-representations of the cochlea, as well as the behavior of recent data-derived wavenumber estimates. We provide closed-form expressions for macromechanical responses - the pressure difference across the Organ of Corti (OoC), and the OoC velocity, as well as the response characteristics - such as bandwidth and group delay. We also provide expressions for the wavenumber of the pressure traveling wave and the impedance of the OoC that underlie these macromechanical responses and are particularly important variables which provide us with information regarding how the cochlea works; they are a window to properties such as effective stiffness, positive and negative damping or amplifier profile, incremental wavelengths, gain and decay, phase and group velocities, and dispersivity. The expressions are in terms of three model constants, which can be reduced to two constants for most applications. Spatial variation is implicitly incorporated through an assumption of scaling symmetry, which relates space and frequency, and reduces the problem to a single independent dimension. We perform and discuss various tests of the model. We then exemplify a model application by determining the wavenumber and impedance from observable response characteristics. To do so, we determine closed-form expressions for the model constants in terms of the response characteristics. Then, using these expressions, along with values for human response characteristics that are available from psychoacoustic measurements or otoacoustic emissions, we determine the human wavenumber and impedance. In addition, we determine the difference in the wavenumber and impedance in the human base (where the OoC velocity responds maximally to high frequencies), and the human apex (where the OoC velocity responds maximally to low frequencies) and discuss their interpretations. The model is primarily valid near the peak region of the traveling wave, and is linear - therefore the model, as is, does not account for cochlear nonlinearity, and hence is primarily suitable for low stimulus levels. Finally, we discuss other scientific and engineering model applications which we can pursue, as well as potential modifications to the model, including suggestions regarding incorporating nonlinearity.
by Samiya A Alkhairy.
Ph. D. in Biomedical Engineering
Embury, Suzanne M. "Constraint-based updates in a functional data model database." Thesis, University of Aberdeen, 1994. http://digitool.abdn.ac.uk/R?func=search-advanced-go&find_code1=WSN&request1=AAIU066736.
Full textHu, Zonghui. "Semiparametric functional data analysis for longitudinal/clustered data: theory and application." Texas A&M University, 2004. http://hdl.handle.net/1969.1/3088.
Full textChen, Jinsong. "Variance analysis for kernel smoothing of a varying-coefficient model with longitudinal data /." Electronic version (PDF), 2003. http://dl.uncw.edu/etd/2003/chenj/jinsongchen.pdf.
Full textKIM, NAMHEE. "A semiparametric statistical approach to Functional MRI data." The Ohio State University, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=osu1262295445.
Full textTodd, Barbara, and n/a. "A case studies analysis of the functional model of school refusal behaviour." University of Canberra. Education, 1995. http://erl.canberra.edu.au./public/adt-AUC20061109.145654.
Full textKaisajuntti, Linus. "Multidimensional Markov-Functional and Stochastic Volatiliy Interest Rate Modelling." Doctoral thesis, Handelshögskolan i Stockholm, Institutionen för Finansiell ekonomi, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hhs:diva-2226.
Full textDiss. Stockholm : Stockholm School of Economics, 2011. Introduction together with 3 papers
Malík, Lukáš. "HIL model elektromechanického systému." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2018. http://www.nusl.cz/ntk/nusl-376959.
Full textMarín, Campusano Beatriz Mariela. "Functional Size Measurement and Model Verification for Software Model-Driven Developments: A COSMIC-based Approach." Doctoral thesis, Universitat Politècnica de València, 2011. http://hdl.handle.net/10251/11237.
Full textMarín Campusano, BM. (2011). Functional Size Measurement and Model Verification for Software Model-Driven Developments: A COSMIC-based Approach [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/11237
Palancia
Sorensen, Michael Elliott. "Functional Consequences of Model Complexity in Hybrid Neural-Microelectronic Systems." Diss., Georgia Institute of Technology, 2005. http://hdl.handle.net/1853/6908.
Full textSalmanoglu, Murat. "An Error Prevention Model For Cosmic Functional Size Measurement Method." Master's thesis, METU, 2012. http://etd.lib.metu.edu.tr/upload/12614632/index.pdf.
Full textOtt, Thomas. "Functional genomics of nodulins in the model legume Lotus japonicus." Phd thesis, [S.l. : s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=975678981.
Full textMathisen, Jan. "Analyses of experiments and a functional model for ship rolling." Thesis, Brunel University, 1988. http://bura.brunel.ac.uk/handle/2438/5429.
Full textDemakis, George J. "Functional cerebral asymmetry : a test of the selective activational model /." Thesis, This resource online, 1992. http://scholar.lib.vt.edu/theses/available/etd-12232009-020403/.
Full textHermann, Jan. "Towards unified density-functional model of van der Waals interactions." Doctoral thesis, Humboldt-Universität zu Berlin, 2018. http://dx.doi.org/10.18452/18706.
Full textThe ubiquitous long-range van der Waals interactions play a central role in nearly all biological and modern synthetic materials. Yet the most widely used theoretical method for calculating material properties, the density functional theory (DFT) in semilocal approximation, largely neglects these interactions, which motivated the development of many different vdW models. The work in this thesis paves way towards a unified vdW model that combines best elements from the different classes of the vdW models. To this end, we developed a unified theoretical framework based on the range-separated adiabatic-connection fluctuation--dissipation theorem that encompasses most existing vdW models. We analyze the MBD correlated wave function on the prototypical case of π–π interactions in supramolecular complexes and find that these interactions are largely driven by delocalized collective charge fluctuations. To identify a balanced short-range density functional to accompany the long-range vdW model, we present a comprehensive study of the interplay between the short-range and long-range energy contributions in eight semilocal functionals and three vdW models on a wide range of systems. The binding-energy profiles of many of the DFT+vdW combinations differ both quantitatively and qualitatively, and some of the qualitative differences are independent of the choice of the vdW model. Finally, we investigate the performance of the Vydrov—Van Voorhis polarizability functional across the periodic table, identify systematic underestimation of the polarizabilities and vdW C₆ coefficients for s- and d-block elements, and develop an orbital-dependent generalization of this functional to resolve the issue.
Bothma, Adel. "A model-based statistical approach to functional MRI group studies." Thesis, University of Oxford, 2010. http://ora.ox.ac.uk/objects/uuid:7d52e314-39f7-41b7-bdd3-6e5c30d4940a.
Full textToczé, Klervie. "Functional Reactive Programming as programming model for telecom server software." Thesis, Linköpings universitet, Programvara och system, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-113142.
Full textIliffe, Christopher. "An inverse predictive model for the design of functional textiles." Thesis, University of Newcastle upon Tyne, 2016. http://hdl.handle.net/10443/3351.
Full textHudson, Tamaro Syton. "Functional differences among Isothiocyanates in the Rat Esophageal Tumor Model /." The Ohio State University, 2002. http://rave.ohiolink.edu/etdc/view?acc_num=osu1486457871784204.
Full textWinstanly, Andrew. "Calibration and implementation of a functional global auto-ignition model." Master's thesis, University of Cape Town, 2014. http://hdl.handle.net/11427/9134.
Full textThis research is based on a functional global reaction-rate-based auto-ignition model (FGAM) developed at the Sasol Advanced Fuels Laboratory (SAFL). During the development of the model, its performance had been validated against a detailed kinetic auto-ignition mechanism in regions of lean to stoichiometric air-fuel ratio for n-heptane, iso-octane, 1-hexene, toluene, methanol and a quaternary gasoline surrogate blend of iso-octane, toluene, nheptane and n-hexane. Subsequent to the publication of the model, sets of reaction coefficients for PRF (Primary Reference Fuel) and TSF (Toluene Standardisation Fuel) blends had been developed and published. In its original form, however, the model could not be implemented in typical engine and chemical kinetic model simulation software. In this work, an investigation was made into the form and stiffness limitations of the FGAM which prevented implementation into standard engine and chemical kinetic codes. Changes made to the form of the model that allowed implementation into these codes without significantly altering the behavioural functions of the model were investigated. Subsequent to the investigation, a modification was introduced to the FGAM in the form of a second pseudo-QSSA (quasi-steady-state assumption) which eliminated the need for calculation of the transient concentration of one of the model species. The resulting reduction in numerical stiffness allowed for the revised model to be implemented as a descriptor for combustions kinetics in engine simulations in GT-Suite.
Holmes, Paul Stewart. "The development of a functional equivalence model for motor imagery." Thesis, Manchester Metropolitan University, 2000. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.326769.
Full textCavdaroglu, Seda Özdemir. "Functional specialization in the brain." Doctoral thesis, Humboldt-Universität zu Berlin, Lebenswissenschaftliche Fakultät, 2016. http://dx.doi.org/10.18452/17450.
Full textHumans as well as other animals are endowed with the capacity to extract the numerosity (i.e., the number of items) of a given set of objects. This capacity is thought to form the basis of human specific symbolic mathematical abilities. Hence, understanding its nature is of importance. One of the most influential models (The Triple Code Model) suggests that this evolutionarily ancient mechanism resides on the horizontal aspect of the intraparietal sulcus and represents number semantics in a format and modality independent fashion (i.e., magnitude code). In addition, subtraction is thought to rely more on this mechanism whereas multiplication relies more on phonological circuits (i.e., verbal code). Although there is evidence from non-human primate electrophysiology suggesting a certain degree of abstraction for number semantics in the parietal cortex, this was only found for small numerosities (
Lehsten, Veiko. "Functional analysis and modelling of vegetation plant functional types in a mesocosmos experiment and a mechanistic model /." [S.l.] : [s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=97781520X.
Full textBell, Jonathan. "Interpretation of simulation for model-based design analysis of engineered systems." Thesis, Aberystwyth University, 2006. http://hdl.handle.net/2160/05880836-32b8-4f65-abfe-9b0ecf16cc42.
Full textJiang, Huijing. "Statistical computation and inference for functional data analysis." Diss., Georgia Institute of Technology, 2010. http://hdl.handle.net/1853/37087.
Full textKaya, Mahir. "E-cosmic: A Business Process Model Based Functional Size Estimation Approach." Master's thesis, METU, 2010. http://etd.lib.metu.edu.tr/upload/3/12611538/index.pdf.
Full textShahinian, Sarkis Serge. "Biophysical and functional properties of lipid-modified proteins and model lipopeptides." Thesis, McGill University, 1996. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=40439.
Full textThe first study entailed the development of efficient methodologies to conjugate antibody Fab$ sp prime$ fragments to suitable lipid 'anchors' in liposomes, to allow for the targeted delivery of liposome-associated materials to cells expressing the appropriate cell surface determinant. To monitor the production of Fab$ sp prime$ fragments bearing reactive thiol groups, we developed a maleimide-polyethylene glycol (PEG) conjugate 'thiol reagent' for use in an SDS-PAGE mobility shift assay. Optimizing conditions for Fab$ sp prime$ preparation developed by this approach, we achieved efficient and reproducible coupling of Fab$ sp prime$ fragments to liposomes via a novel lipid 'anchor'. Such Fab$ sp prime$-'targeted' liposomes efficiently delivered encapsulated materials to cultured cells in vitro.
The second study used lipid-modified peptides to investigate the strength of membrane anchoring conferred by dual lipid modifications of the types attached to various intracellular proteins. Based on kinetic measurements of interbilayer transfer of such peptides and peptide-macromolecule conjugates, we suggest that doubly-modified proteins exhibit extremely slow rates of spontaneous intermembrane transfer. We have proposed mechanisms by which this property of 'dual-anchored' proteins may be exploited to achieve efficient subcellular targeting by 'trapping' mechanisms.
The third study sought to assess current models of the mechanism of preferential localization of glycosylphosphatidylinositol (GPI)-proteins to specialized plasma membrane invaginations known as caveolae. This was accomplished using cell membrane-incorporated lipid-PEG-biotin-streptavidin conjugates, whose lateral distribution under various conditions ($ pm$ crosslinking) shows significant overlap with that of endogenous GPI-proteins. We propose a novel mechanistic model based on 'surface-crowding' effects, for the preferential association of lipid-anchored molecules with caveolae, particularly upon crosslinking.
Heine, George F. "Functional analysis of P1, a model R2R3 MYB domain transcription factor." Columbus, Ohio : Ohio State University, 2006. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=osu1148487881.
Full textAlm, Helen. "Duk i buk : Functional Resonance Accident Model i en vårdrelaterad kontext." Thesis, Linköping University, Department of Computer and Information Science, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-15605.
Full textEtt stort antal människor dör på grund av skador som de fått inom vården och som hade kunnat förebyggas. Det finns siffror som pekar på att dessa vårdskador överskrider antalet döda i trafiken. Vid Östergötlands landsting finns sedan år 2005 en fast enhet som arbetar med patientsäkerhet. En av deras uppgifter är att, tillsammans med berörd verksamhet, utföra händelseanalyser inför anmälningar av Lex Maria-fall. Den analysmetod som används av patientsäkerhetsenheten är uppbyggd på en epidemiologisk olycksmodell.
Syftet med denna studie har varit att använda analysmetoden FRAM (Functional Resonance Accident Model), som är en systemisk analysmetod utarbetad av Erik Hollnagel, i en vårdrelaterad kontext, någonting som inte har gjorts tidigare. FRAM har applicerats på en händelse under en operation då material glömdes kvar i patientens buk. Samtidigt har patientsäkerhetsenheten analyserat samma händelse med sin metod. En jämförelse mellan de två olika analysmetodernas slutsatser har gjorts.
För insamling av information om arbetet i operationssal har en triangulering av observation, intervjuer med sakkunniga och genomgång av viss dokumentation genomförts. De personer som varit inblandade i den aktuella händelsen har intervjuats av patientsäkerhetsenhetens analysteam. När de båda analyserna var genomförda ordnades en fokusgrupp med diskussion kring analysmetoder.
Studien har visat att FRAM kan vara lämplig för tillämpning på vårdskador. Det finns fördelar med en systemisk analysmetod som FRAM då den i större utsträckning speglar den omfattande komplexitet som, i detta fall, en operationssal och dess omgivning består av. Detta medför dock att analysprocessen blir mer omfattande och krävande. I dagsläget används landstingets analysmetod av ett stort antal människor efter en relativt kort utbildning, vilket skulle vara svårt att genomföra med FRAM. Det är även tydligt att mer forskning behövs då FRAM är en relativt ny analysmetod under utveckling.
Worby, Julian. "A Functional gene-protein model for use in simulations of evolution." Thesis, University of Sussex, 2009. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.507140.
Full textPhilp, Lynnsie. "Functional anatomy of gabapentin binding in a model of peripheral neuropathy." Thesis, University of Cambridge, 2002. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.620227.
Full text