Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. documentclass[5p,twocolumn]{elsarticle}
  2.  
  3. usepackage[fleqn]{amsmath}
  4. usepackage{mathptmx}
  5.  
  6. % declarations for front matter
  7.  
  8. begin{document}
  9.  
  10. begin{frontmatter}
  11.  
  12. author[rvt]{Author1corref{cor1}}
  13. ead{author1_Firstname@univ-jijel.dz}
  14.  
  15. author[rvt]{Author2}
  16. ead{author2_Firstname@univ-jijel.dz}
  17.  
  18. %% fntext[label2]{}
  19. cortext[cor1]{Coresponding author. Tel.: +225 095243621.}
  20. address[rvt]{Non Destructive Testing Laboratory (NDT Lab), Automatic Department, Sciences and Technology Faculty, University , BP 98 street, 18000, City, country}
  21.  
  22. title{Title of the paper}
  23.  
  24.  
  25. begin{abstract}
  26. Based on clinical data collected using different brain imaging and recording techniques, brain researchers built mathematical models of the activity in the human brain. To test these models they simulate them by performing on those models a virtual brain experiment and compare the outputs from those with the real brain activity recordings. The models can be a basis for understanding what goes wrong in brain diseases and brain disorders and potentially help to create new drugs for these conditions. These models are often formulated in a continuous-discrete state space form. To fit these models to actual data, this require having suitable techniques that permits us to estimate both the hidden states and parameters of such models. The method proposed in this paper is a combination between the Square Root Cubature Kalman Filter (SCKF) and Maximum Likelihood Estimation (MLE). It uses gradient based optimization algorithms, for minimizing-maximizing the objective function. In the proposed method, it will be explained how the gradient can be calculated with a SCKF-like recursion. Numerical results obtained with simulated data are presented and discussed.
  27. end{abstract}
  28.  
  29. begin{keyword}
  30. FMRI sep Biophysical modelsep Stochastic Metabolic Hemodynamic Modelsep Maximum likelihood estimation sep Square-root Cubature Kalman Filter
  31.  
  32. end{keyword}
  33.  
  34. end{frontmatter}
  35.  
  36. %%
  37. %% Start line numbering here if you want
  38. %%
  39. % linenumbers
  40.  
  41. %% main text
  42. section{Introduction}
  43. label{intro}
  44. Functional magnetic resonance imaging (fMRI) represents one of the most powerful and noninvasive tools that has ever been developed, by virtue of its capability to image human brain function. The goal of research interest in fMRI is to understand the neural mechanism behind how we see, hear, think, feel and move. One of the most promising fields in which the fMRI was extensively used is the Cognitive Neuroscience, which focuses on the study of working memory, decision making, perception, sensation, reasoning, acquisition of knowledge and behavior.
  45.  
  46. begin{equation}
  47. mathbf{x}(t+delta) = mathbf{x}(t)+delta mathbf{f}(t,mathbf{x}(t),mathbf{u}(t),theta)+sqrt{mathbf{Q}}mathbf{w}
  48. label{eq:Equat_4}
  49. end{equation}
  50.  
  51. begin{equation}
  52. mathbf{x}(t+delta) = mathbf{x}(t)+ mathbf{J_x}^{-1}[exp(delta mathbf{J_x}) - mathbf{I}]mathbf{f}(t,x(t),u(t),theta)
  53. label{eq:Equat_7}
  54. end{equation}
  55.  
  56. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement