Riemannian Online Algorithms for Estimating Mixture Model Parameters

Size: px
Start display at page:

Download "Riemannian Online Algorithms for Estimating Mixture Model Parameters"

Transcription

1 Riemannian Online Algorithms for Estimating Mixture Model Parameters Paolo Zanini, Salem Said, Yannic Berthoumieu, Marco Congedo, Christian Jutten To cite this version: Paolo Zanini, Salem Said, Yannic Berthoumieu, Marco Congedo, Christian Jutten. Riemannian Online Algorithms for Estimating Mixture Model Parameters. Geometric Science of Information, Nov 017, Paris, France. Geometric Science of Information, < / _78>. <hal > HAL Id: hal Submitted on 7 Nov 017 HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d enseignement et de recherche français ou étrangers, des laboratoires publics ou privés.

2 Riemannian Online Algorithms for Estimating Mixture Model Parameters Paolo Zanini, Salem Said, Yannic Berthoumieu, Marco Congedo, Christian Jutten Laboratoire IMS CNRS - UMR 518, Université de Bordeaux {salem.said, yannic.berthoumieu }@ims-bordeaux.fr Gipsa-lab CNRS - UMR 516, Université de Grenoble {paolo.zanini, marco.congedo, christian.jutten }@gipsa-lab.fr Abstract. This paper introduces a novel algorithm for the online estimate of the Riemannian mixture model parameters. This new approach counts on Riemannian geometry concepts to extend the well-nown Titterington approach for the online estimate of mixture model parameters in the Euclidean case to the Riemannian manifolds. Here, Riemannian mixtures in the Riemannian manifold of Symmetric Positive Definite SPD matrices are analyzed in details, even if the method is well suited for other manifolds. Keywords: Riemannian mixture estimation, Information geometry, Online EM algorithm. 1 Introduction Information theory and Riemannian geometry have been widely developed in the recent years in a lot of different applications. In particular, Symmetric Positive Definite SPD matrices have been deeply studied through Riemannian geometry tools. Indeed, the space P m of m m SPD matrices can be equipped with a Riemannian metric. This metric, usually called Rao-Fisher or affine-invariant metric, gives it the structure of a Riemannian manifold specifically a homogeneous space of non-positive curvature. SPD matrices are of great interest in several applications, lie diffusion tensor imaging, brain-computer interface, radar signal processing, mechanics, computer vision and image processing [1] [] [3] [4] [5]. Hence, it is very useful to develop statistical tools to analyze objects living in the manifold P m. In this paper we focus on the study of Mixtures of Riemannian Gaussian distributions, as defined in [6]. They have been succesfully used to define probabilistic classifiers in the classification of texture images [7] or Electroencephalography EEG data [8]. In these examples mixtures parameters are estimated through suitable EM algorithms for Riemannian manifolds. In this paper we consider a particular situation, that is the observations are observed one at a time. Hence, an online estimation of the parameters is needed. Following the Titterington s approach [9], we derive a novel approach for the online estimate of parameters of Riemannian Mixture distributions.

3 The paper is structured as follows. In Section we describe the Riemannian Gaussian Mixture Model. In Section 3, we introduce the reference methods for online estimate of mixture parameters in the Euclidean case, and we describe in details our approach for the Riemannian framewor. For lac of space, some equation s proofs will be omitted. Then, in Section 4, we present some simulations to validate the proposed method. Finally we conclude with some remars and future perspectives in Section 5. Riemannian Gaussian Mixture Model We consider a Riemannian Gaussian Mixture model gx; θ = K =1 ω px; ψ, with the constraint K =1 ω = 1. Here px; ψ is the Riemannian Gaussian distribution studied in [6], defined as px; ψ = 1 ζσ exp d R x,x, where x σ is a SPD matrix, x is still a SPD matrix representing the center of mass of the th component of the mixture, σ is a positive number representing the dispersion parameter of the th mixture component, ζσ is the normalization factor, and d R, is the Riemannian distance induced by the metric on P m. gx; θ is also called incomplete lielihood. In the typical mixture model approach, indeed, we consider some latent variables Z i, categorical variables over {1,..., K} with parameters {ω } K =1, assuming X i Z i = p, ψ. Thus, the complete lielihood is defined as fx, z; θ = K =1 ω px; ψ δ z,, where δ z, = 1 if z = and 0 otherwise. We deal here with the problem to estimate the model parameters, gathered in the vector θ = [ω 1, x 1, σ 1,..., ω K, x K, σ K ]. Usually, given a set of N i.i.d. observations χ = {x i } N MLE i=1, we loo for θ N, that is the MLE of θ, i.e. the maximizer of the log-lielihood lθ; χ = 1 N N i=1 log K =1 ω px i ; ψ. MLE To obtain θ N, EM or stochastic EM approaches are used, based on the complete dataset χ c = {x i, z i } N i=1, with the unobserved variables Z i. In this case, average complete log-lielihood can be written: l c θ; χ c = 1 N N K log ω px i ; ψ δ z i, = 1 N i=1 =1 N i=1 =1 K δ zi, logω px i ; ψ. 1 Here we consider a different situation, that is the dataset χ is not available entirely, rather the observations are observed one at a time. In this situation online estimation algorithms are needed. 3 Online estimation In the Euclidean case, reference algorithms are the Titterington s alghorithm, introduced in [9], and the Cappé-Moulines s algorithm presented in [10]. We focus here on Titterington s approach. In classic EM algorithms, the Expectation step consists in computing Qθ; θ r, χ = E θr[l c θ; χ c χ], and then, in the Maximization step, in maximizing Q over θ. These steps are performed

4 iteratively and at each iteration r an estimate θ r of θ is obtained exploiting the whole dataset. In the online framewor, instead, the current estimate will be indicated by θ N, since in this setting, once x 1, x,..., x N are observed we want to update our estimate for a new observation x N+1. Titterington approach corresponds to the direct optimization of Qθ; θ N, χ using a Newton algorithm: θ N+1 = θ N + γ N+1 I 1 c θ N ux N+1 ; θ N, where {γ N } N is a decreasing sequence, the Hessian of Q is approximated by the Fisher Information matrix I c for the complete data Ic 1 θ N log fx,z;θ = E θn[ ], θ θ T and the score ux N+1 ; θ N is defined as ux N+1 ; θ N = θn log gx N+1 ; θ N = E θn[ θn log fx N+1 ; θ N x N+1 ] where last equality is presented in [10]. Geometrically speaing, Tittetington algorithm consists in modifying the current estimate θ N+1 adding the term ξ N+1 = γ N+1 Ic 1 θ N ux N+1 ; θ N. If we want to consider parameters belonging to Riemannian manifolds, we have to suitably modify the update rule. Furthermore, even in the classical framewor, Titterington update does not necessarily constraint the estimates to be in the parameters space. For instance, the weights could be assume negative values. The approach we are going to introduce solves this problem, and furthermore is suitable for Riemannian Mixtures. We modify the update rule, exploiting the Exponential map. That is: θ N+1 = Exp θnξ N+1, 3 where our parameters become θ = [s, x, η ]. Specifically, s = w s = [s 1,..., s K ] S K 1 i.e., the sphere, x P m and η = 1 < 0. σ Actually we are not forced to choose the exponential map, in the update formula 3, but we can consider any retraction operator. Thus, we can generalize 3 in θ N+1 = R θnξ N+1. In order to develop a suitable update rule, we have to define Iθ and the score u in the manifold, noting that every parameter belongs to a different manifold. Firstly we note that the Fisher Information matrix Iθ can be written as: Is Iθ = Ix. Iη Now we can analyze separately the update rule for s, x, and η. Since they belong to different manifold the exponential map or the retraction will be different, but the philosophy of the algorithm is still the same. For the update of weights s, the Riemannian manifold considered is the sphere S K 1, and, given a point s S K 1, the tangent space T s S K 1 is identified as T s S K 1 = {ξ R K : ξ T s = 0}. We can write the complete log-lielihood only in terms of s: lx, z; s = log fx, z; s = K =1 log s δ z,. We start by evaluating Is, that will be a K K matrix of the quadratic form I s u, w = E[ u, vz, s vz, s, w ], 4

5 for u, w elements of the tangent space in s, and vz, s is the Riemannian gradient, defined as vz, s = l s l s, s s. In this case we obtain l s = δ z, s δz, vz, s = s s. It is easy to see that the matrix of the quadratic form has elements [ ] δz, δz,l I l s = E[v z, sv l z, s] = E 4 s s l = s s l [ δz, δ z,l E 4 s l δ z, s ] δ z,l + s s l = 4δ l s s l s s l +s s l = 4δ l s s l. s s l s s l Thus, the Fisher Information matrix Is applied to an element ξ of the tangent space results to be Isξ = 4ξ, hence Is corresponds to 4 times the identity matrix. Thus, if we consider update rule 3, we have ξ N+1 = γn+1 4 ux N+1 ; θ N. We have to evaluate ux N+1 ; θ N. We proceed as follows: [ ] u x N+1 ; θ N δz, h x N+1 ; = E[v z, s x N+1 ] = E s x N+1 = θ N s, s s where h x N+1 ; θ N s px N+1; ŝ N+1 = ExpŝN γ N+1 N θ. Thus we obtain h 1 x N+1 ; θ N ŝ N 1 ŝ N 1,..., h Kx N+1 ; θ N ŝ N ŝ N K = ExpŝN ξ N+1. K 5 Considering the classical exponential map on the sphere i.e., the geodesic, the update rule 5 becomes ŝ N+1 = ŝ N cos ξ N+1 + γ N+1 h ŝ N ŝ N sin ξ N+1. 6 ξ N+1 Actually, as anticipated before, we are not forced to used the exponential map, but we can consider other retractions. In particular, on the sphere, we could consider the projection retraction R x ξ = x+ξ x+ξ, deriving update rule accordingly. For the update of barycenters x we have, for every barycenter x, = 1,..., K, an element of P m, the Riemannian manifold of m m SPD matrices. Thus, we derive the update rule for a single. First of all we have to derive expression 4. But this expression is true only for irreducible manifolds, as the sphere. In the case of P m we have to introduce some theoretical results. Let M a symmetric space of negative curvature lie P m, it can be expressed as a product M = M 1 M R, where each M r is an irreducible space [11]. Now let x an element of M, and v, w elements of the tangent space T x M. We can write x = x 1,..., x R, v = v 1,..., v R and

6 w = w 1,..., w R. We can generalize 4 by the following expression: I x u, w = R E[ u r, v r x r x v r x r, w r x ], 7 r=1 with v r x r = x lx being the Riemannian score. In our case P m = R SP m, where SP m represents the manifold of SPD matrices with unitary determinant, while R taes into account the part relative to the determinant. Thus, if x P m, we can consider the isomorphism φx = x 1, x with x 1 = log det x R and x = e x1/m x SP m, det x = 1. The idea is to use the procedure adopted to derive ŝ N+1, for each component of x N+1. Specifically we proceed as follows: we derive Ix through formula 7, with components I r. we derive the Riemannian score ux N+1 ; θ [ N = E vx N+1, z N+1 ; x N with components u r. for each component r = 1, we evaluate ξ r N+1 = γ N+1 Ir 1 u r we update each component x N+1 = Exp N and we could x use φ 1 to derive x N+1 r if needed. r ξ N+1 r σ 4, σ N x N+1 ], We start deriving Ix for the complete model see [1] for some derivations: [ ] δz, I x u, w = E [ u, vx, z; x, σ vx, z; x, σ, w ] = E u, Log x x Log x x, w = [ ] δz, = E σ 4 Iu, w = ω σ 4 r=1 ψ rη dimm r u r, w r x r, 8 where ψη = log ζ as a function of η = 1, and we have the result introduced in [13] that says that if x M is distributed with a Riemannian σ Gaussian distribution on M, x r is distributed as a Riemannian Gaussian distribution on M r and ζσ = R r=1 ζ rσ. In our case ζ 1 σ = πmσ ψ 1 η = 1 πm log η, and then we obtain ζ σ = ζσ ζ 1σ easily, since ζσ has been derived in [6], [8]. From 8, we observe that for both components r = 1, the Fisher Information matrix is proportional to the identity matrix ψ r η dimm r. with a coefficient ω σ 4 We derive now the Riemannian score ux N+1 ; ux N+1 ; [ N θ = E vx, z; x N, σ N x N+1 ] θ N P m: T x N = h x N+1 ; θ N σ N x Log x N N+1. In order to find u 1 and u we have simply to apply the Logarithmic map of Riemannian manifold M 1 and M, which in our case are R and SP m, respectively, to the component 1 and of x N+1 and x N u 1 = h x N+1 ; θ N σ N : x N 1 x N+1 1

7 u = h x N+1 ; θ N σ N x N 1/ log x N 1/ x N+1 x N 1/ x N Expliciting ψ rη, specifically ψ 1η = 1 η = σ and ψ η = ψ η + 1 η, we can easily apply the Fisher Information matrix to u r. In this way we can derive ξ N+1 1 = γ N+1 I1 1 θ N u 1 and ξ N+1 = γ N+1 I 1 θ N u. We are now able to obtain the update rules through the respective exponential maps: x N+1 = x N ξ N x N+1 = x N 1/ 1 exp x N 1/ 1 ξ N+1 x N 1/ x N 1/ 1/ 10 For the update of dispersion parameters σ, we consider η = 1. Thus, σ we consider a real parameter, and then our calculus will be done in the classical Euclidean framewor. First of all we have lx, z; η = log fx, z; η = K =1 δ z, ψη + η d R x, x. Thus, we can derive vx, z; η = l η = δ z, ψ η + d R x, x. Knowing that Iη = ω ψ η, we can evaluate the score: ux N+1 ; θ N = E[vx, z; η x N+1 ] = h x N+1 ; θ N d R x N+1, x N Hence we can obtain the updated formula for the dispersion parameter η N+1 = η N + γ N+1 h x N+1 ; θ N ω N ψ η N and, obviously σ N+1 = 1 4 Simulations η N+1. d R x N+1, x N ψ η N 11 ψ η N, 1 We consider here two simulation framewors to test the algorithm described in this paper. The first framewor corresponds to the easiest case. Indeed we consider only one mixture component i.e., K = 1. Thus, this corresponds to a simple online mean and dispersion parameter estimate for a Riemannian Gaussian sample. We consider matrices in P 3 and we analyze three different simulations corresponding to three different value of the barycenter x 1 : x 1 = ; x 1 = ; x 1 = The value of dispersion parameter σ is taen equal to 0.1 for the three simulations. We analyze different initial estimates θ in, closer to the true values at the.

8 Simulation m x1 s x1 m σ s σ Table 1. Mean and standard deviation of the error for the first framewor m w s w m x1 s x1 m σ1 s σ1 m x s x m σ s σ Case a Case b Case c Table. Mean and standard deviation of the error for the second framewor beginning, and further at the end. We focus only on the barycenter, while the initial estimate for σ corresponds to the true value. We consider two different initial values for each simulation. Specifically for case a, d R x 1, x 0 1 is lower, varying between 0.11 and For case b it is greater, varying between 1.03 and For every simulation we generate N rep = 100 samples, each one of N = 100 observations. Thus at the end we obtain N rep different estimates x 1r, σ r for every simulation and we can evaluate the mean m and standard deviation s of the error, where the error is measured as the Riemannian distance between x 1r and x 1 for the barycenter, and as σ σ for the dispersion parameter. The results are summarized in Table 1. In the second framewor we consider the mixture case, in particular K =. The true weight are 0.4 and 0.6, while σ 1 = σ = 0.1. The true barycenters are: x 1 = x = We mae the initial estimates varying from the true barycenters to some SPD different from the true ones. In particular we analyze three cases. Case a, where d R x 1, x 0 1 = d R x, x 0 = 0; case b, where d R x 1, x 0 1 = 0. and d R x, x 0 = 0.6; case c, where d R x 1, x 0 1 = d R x, x 0 = The results obtained are shown in Table. In both framewors it is clear that we can obtain very good results when starting close to the real parameter values, while the goodness of the estimates becomes weaer as the starting points are further from real values. 5 Conclusion This paper has addressed the problem of the online estimate of mixture model parameters in the Riemannian framewor. In particular we dealt with the case of mixtures of Gaussian distributions in the Riemannian manifold of SPD matrices. Starting from a classical approach proposed by Titterington for the Euclidean

9 case, we extend the algorithm to the Riemannian case. The ey point was that to loo at the innovation part in the step-wise algorithm as an exponential map, or a retraction, in the manifold. Furthermore, an important contribution was that to consider Information Fisher matrix in the Riemannian manifold, in order to implement the Newton algorithm. Finally, we presented some first simulations to validate the proposed method. We can state that, when the starting point of the algorithm is close to the real parameters, we are able to estimate the parameters very accurately. The simulation results suggested us the next future wor needed, that is to investigate on the starting point influence in the algorithm, to find some ways to improve convergence towords the good optimum. Another perspective is to apply this algorithm on some real dataset where online estimation is needed. References 1. Pennec, X., Fillard, P., Ayache, N.: A riemannian framewor for tensor computing. Int. J. Comput. Vision Barachant, A., Bonnet, S., Congedo, M., Jutten, C.: Multiclass brain computer interface classification by Riemannian geometry. IEEE Trans. Biomed. Eng Arnaudon, M., Barbaresco, F., Yang, L.: Riemannian medians and means with applications to Radar signal processing. IEEE J. Sel. Topics Signal Process Tuzel, O., Porili, F., Meer, P.: Pedestrian detection via classification on Riemannian manifolds. IEEE Trans. Pattern Anal. Mach. Intell Dong, G., Kuang, G.: Target recognition in sar images via classification on riemannian manifolds. IEEE Geoscie. Remote Sens. Lett Said, S., Bombrun, L., Berthoumieu, Y., Manton, J.H.: Riemannian gaussian distributions on the space of covariance matrices. IEEE Transactions on Information Theory Said, S., Bombrun, L., Berthoumieu, Y.: Texture classification using Rao s distance: An EM algorithm on the Poincaré half plane. In: International Conference on Image Processing ICIP Zanini, P., Congedo, M., Jutten, C., Said, S., Berthomieu, Y.: Parameters estimate of riemannian gaussian distribution in the manifold of covariance matrices. In: IEEE Sensor Array and Multichannel Signal Processing Worshop IEEE SAM Titterington, D.: Recursive parameter estimation using incomplete data. Journal of the Royal Statistical Society Series B Statistical Methodologies Cappé, O., Moulines, E.: Online em algorithm for latent data models. Journal of the Royal Statistical Society Series B Statistical Methodologies Helgason, S.: Differential Geometry, Lie Groups, and Symmetric Space. Volume 34. American Mathematical Society Said, S., Berthoumieu, Y.: Warped metrics for location-scale models. arxiv: v Said, S., Hajri, H., Bombrun, L., Vemuri, B.: Gaussian distributions on riemannian symmetric spaces: statistical learning with structured covariance matrices. arxiv: v1 016

Full-order observers for linear systems with unknown inputs

Full-order observers for linear systems with unknown inputs Full-order observers for linear systems with unknown inputs Mohamed Darouach, Michel Zasadzinski, Shi Jie Xu To cite this version: Mohamed Darouach, Michel Zasadzinski, Shi Jie Xu. Full-order observers

More information

Some explanations about the IWLS algorithm to fit generalized linear models

Some explanations about the IWLS algorithm to fit generalized linear models Some explanations about the IWLS algorithm to fit generalized linear models Christophe Dutang To cite this version: Christophe Dutang. Some explanations about the IWLS algorithm to fit generalized linear

More information

Riemannian geometry applied to BCI classification

Riemannian geometry applied to BCI classification Riemannian geometry applied to BCI classification Alexandre Barachant, Stephane Bonnet, Marco Congedo, Christian Jutten To cite this version: Alexandre Barachant, Stephane Bonnet, Marco Congedo, Christian

More information

Low frequency resolvent estimates for long range perturbations of the Euclidean Laplacian

Low frequency resolvent estimates for long range perturbations of the Euclidean Laplacian Low frequency resolvent estimates for long range perturbations of the Euclidean Laplacian Jean-Francois Bony, Dietrich Häfner To cite this version: Jean-Francois Bony, Dietrich Häfner. Low frequency resolvent

More information

A new simple recursive algorithm for finding prime numbers using Rosser s theorem

A new simple recursive algorithm for finding prime numbers using Rosser s theorem A new simple recursive algorithm for finding prime numbers using Rosser s theorem Rédoane Daoudi To cite this version: Rédoane Daoudi. A new simple recursive algorithm for finding prime numbers using Rosser

More information

On Newton-Raphson iteration for multiplicative inverses modulo prime powers

On Newton-Raphson iteration for multiplicative inverses modulo prime powers On Newton-Raphson iteration for multiplicative inverses modulo prime powers Jean-Guillaume Dumas To cite this version: Jean-Guillaume Dumas. On Newton-Raphson iteration for multiplicative inverses modulo

More information

Smart Bolometer: Toward Monolithic Bolometer with Smart Functions

Smart Bolometer: Toward Monolithic Bolometer with Smart Functions Smart Bolometer: Toward Monolithic Bolometer with Smart Functions Matthieu Denoual, Gilles Allègre, Patrick Attia, Olivier De Sagazan To cite this version: Matthieu Denoual, Gilles Allègre, Patrick Attia,

More information

Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122,

Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122, Case report on the article Water nanoelectrolysis: A simple model, Journal of Applied Physics (2017) 122, 244902 Juan Olives, Zoubida Hammadi, Roger Morin, Laurent Lapena To cite this version: Juan Olives,

More information

New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space

New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space New estimates for the div-curl-grad operators and elliptic problems with L1-data in the half-space Chérif Amrouche, Huy Hoang Nguyen To cite this version: Chérif Amrouche, Huy Hoang Nguyen. New estimates

More information

Understanding SVM (and associated kernel machines) through the development of a Matlab toolbox

Understanding SVM (and associated kernel machines) through the development of a Matlab toolbox Understanding SVM (and associated kernel machines) through the development of a Matlab toolbox Stephane Canu To cite this version: Stephane Canu. Understanding SVM (and associated kernel machines) through

More information

Some tight polynomial-exponential lower bounds for an exponential function

Some tight polynomial-exponential lower bounds for an exponential function Some tight polynomial-exponential lower bounds for an exponential function Christophe Chesneau To cite this version: Christophe Chesneau. Some tight polynomial-exponential lower bounds for an exponential

More information

The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle

The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle The FLRW cosmological model revisited: relation of the local time with th e local curvature and consequences on the Heisenberg uncertainty principle Nathalie Olivi-Tran, Paul M Gauthier To cite this version:

More information

Exact Comparison of Quadratic Irrationals

Exact Comparison of Quadratic Irrationals Exact Comparison of Quadratic Irrationals Phuc Ngo To cite this version: Phuc Ngo. Exact Comparison of Quadratic Irrationals. [Research Report] LIGM. 20. HAL Id: hal-0069762 https://hal.archives-ouvertes.fr/hal-0069762

More information

Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma.

Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma. Methylation-associated PHOX2B gene silencing is a rare event in human neuroblastoma. Loïc De Pontual, Delphine Trochet, Franck Bourdeaut, Sophie Thomas, Heather Etchevers, Agnes Chompret, Véronique Minard,

More information

On the Griesmer bound for nonlinear codes

On the Griesmer bound for nonlinear codes On the Griesmer bound for nonlinear codes Emanuele Bellini, Alessio Meneghetti To cite this version: Emanuele Bellini, Alessio Meneghetti. On the Griesmer bound for nonlinear codes. Pascale Charpin, Nicolas

More information

Exogenous input estimation in Electronic Power Steering (EPS) systems

Exogenous input estimation in Electronic Power Steering (EPS) systems Exogenous input estimation in Electronic Power Steering (EPS) systems Valentina Ciarla, Carlos Canudas de Wit, Franck Quaine, Violaine Cahouet To cite this version: Valentina Ciarla, Carlos Canudas de

More information

Classification of high dimensional data: High Dimensional Discriminant Analysis

Classification of high dimensional data: High Dimensional Discriminant Analysis Classification of high dimensional data: High Dimensional Discriminant Analysis Charles Bouveyron, Stephane Girard, Cordelia Schmid To cite this version: Charles Bouveyron, Stephane Girard, Cordelia Schmid.

More information

b-chromatic number of cacti

b-chromatic number of cacti b-chromatic number of cacti Victor Campos, Claudia Linhares Sales, Frédéric Maffray, Ana Silva To cite this version: Victor Campos, Claudia Linhares Sales, Frédéric Maffray, Ana Silva. b-chromatic number

More information

Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series

Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series Guillaume Quin, Béatrice Pinel-Puysségur, Jean-Marie Nicolas To cite this version: Guillaume Quin, Béatrice

More information

Confluence Algebras and Acyclicity of the Koszul Complex

Confluence Algebras and Acyclicity of the Koszul Complex Confluence Algebras and Acyclicity of the Koszul Complex Cyrille Chenavier To cite this version: Cyrille Chenavier. Confluence Algebras and Acyclicity of the Koszul Complex. Algebras and Representation

More information

Solution to Sylvester equation associated to linear descriptor systems

Solution to Sylvester equation associated to linear descriptor systems Solution to Sylvester equation associated to linear descriptor systems Mohamed Darouach To cite this version: Mohamed Darouach. Solution to Sylvester equation associated to linear descriptor systems. Systems

More information

Hook lengths and shifted parts of partitions

Hook lengths and shifted parts of partitions Hook lengths and shifted parts of partitions Guo-Niu Han To cite this version: Guo-Niu Han Hook lengths and shifted parts of partitions The Ramanujan Journal, 009, 9 p HAL Id: hal-00395690

More information

Analysis of Boyer and Moore s MJRTY algorithm

Analysis of Boyer and Moore s MJRTY algorithm Analysis of Boyer and Moore s MJRTY algorithm Laurent Alonso, Edward M. Reingold To cite this version: Laurent Alonso, Edward M. Reingold. Analysis of Boyer and Moore s MJRTY algorithm. Information Processing

More information

Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems

Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems Nodal and divergence-conforming boundary-element methods applied to electromagnetic scattering problems M. Afonso, Joao Vasconcelos, Renato Mesquita, Christian Vollaire, Laurent Nicolas To cite this version:

More information

Thomas Lugand. To cite this version: HAL Id: tel

Thomas Lugand. To cite this version: HAL Id: tel Contribution à la Modélisation et à l Optimisation de la Machine Asynchrone Double Alimentation pour des Applications Hydrauliques de Pompage Turbinage Thomas Lugand To cite this version: Thomas Lugand.

More information

Easter bracelets for years

Easter bracelets for years Easter bracelets for 5700000 years Denis Roegel To cite this version: Denis Roegel. Easter bracelets for 5700000 years. [Research Report] 2014. HAL Id: hal-01009457 https://hal.inria.fr/hal-01009457

More information

Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan

Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan Soundness of the System of Semantic Trees for Classical Logic based on Fitting and Smullyan Shahid Rahman To cite this version: Shahid Rahman. Soundness of the System of Semantic Trees for Classical Logic

More information

approximation results for the Traveling Salesman and related Problems

approximation results for the Traveling Salesman and related Problems approximation results for the Traveling Salesman and related Problems Jérôme Monnot To cite this version: Jérôme Monnot. approximation results for the Traveling Salesman and related Problems. Information

More information

Unbiased minimum variance estimation for systems with unknown exogenous inputs

Unbiased minimum variance estimation for systems with unknown exogenous inputs Unbiased minimum variance estimation for systems with unknown exogenous inputs Mohamed Darouach, Michel Zasadzinski To cite this version: Mohamed Darouach, Michel Zasadzinski. Unbiased minimum variance

More information

Thermodynamic form of the equation of motion for perfect fluids of grade n

Thermodynamic form of the equation of motion for perfect fluids of grade n Thermodynamic form of the equation of motion for perfect fluids of grade n Henri Gouin To cite this version: Henri Gouin. Thermodynamic form of the equation of motion for perfect fluids of grade n. Comptes

More information

Fast Computation of Moore-Penrose Inverse Matrices

Fast Computation of Moore-Penrose Inverse Matrices Fast Computation of Moore-Penrose Inverse Matrices Pierre Courrieu To cite this version: Pierre Courrieu. Fast Computation of Moore-Penrose Inverse Matrices. Neural Information Processing - Letters and

More information

Extended-Kalman-Filter-like observers for continuous time systems with discrete time measurements

Extended-Kalman-Filter-like observers for continuous time systems with discrete time measurements Extended-Kalman-Filter-lie observers for continuous time systems with discrete time measurements Vincent Andrieu To cite this version: Vincent Andrieu. Extended-Kalman-Filter-lie observers for continuous

More information

Influence of a Rough Thin Layer on the Potential

Influence of a Rough Thin Layer on the Potential Influence of a Rough Thin Layer on the Potential Ionel Ciuperca, Ronan Perrussel, Clair Poignard To cite this version: Ionel Ciuperca, Ronan Perrussel, Clair Poignard. Influence of a Rough Thin Layer on

More information

Tropical Graph Signal Processing

Tropical Graph Signal Processing Tropical Graph Signal Processing Vincent Gripon To cite this version: Vincent Gripon. Tropical Graph Signal Processing. 2017. HAL Id: hal-01527695 https://hal.archives-ouvertes.fr/hal-01527695v2

More information

On the longest path in a recursively partitionable graph

On the longest path in a recursively partitionable graph On the longest path in a recursively partitionable graph Julien Bensmail To cite this version: Julien Bensmail. On the longest path in a recursively partitionable graph. 2012. HAL Id:

More information

Chebyshev polynomials, quadratic surds and a variation of Pascal s triangle

Chebyshev polynomials, quadratic surds and a variation of Pascal s triangle Chebyshev polynomials, quadratic surds and a variation of Pascal s triangle Roland Bacher To cite this version: Roland Bacher. Chebyshev polynomials, quadratic surds and a variation of Pascal s triangle.

More information

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Helene Barucq, Henri Calandra, Aurélien Citrain, Julien Diaz, Christian Gout To cite this version: Helene Barucq, Henri Calandra, Aurélien

More information

A Simple Model for Cavitation with Non-condensable Gases

A Simple Model for Cavitation with Non-condensable Gases A Simple Model for Cavitation with Non-condensable Gases Mathieu Bachmann, Siegfried Müller, Philippe Helluy, Hélène Mathis To cite this version: Mathieu Bachmann, Siegfried Müller, Philippe Helluy, Hélène

More information

Solving the neutron slowing down equation

Solving the neutron slowing down equation Solving the neutron slowing down equation Bertrand Mercier, Jinghan Peng To cite this version: Bertrand Mercier, Jinghan Peng. Solving the neutron slowing down equation. 2014. HAL Id: hal-01081772

More information

Can we reduce health inequalities? An analysis of the English strategy ( )

Can we reduce health inequalities? An analysis of the English strategy ( ) Can we reduce health inequalities? An analysis of the English strategy (1997-2010) Johan P Mackenbach To cite this version: Johan P Mackenbach. Can we reduce health inequalities? An analysis of the English

More information

On Symmetric Norm Inequalities And Hermitian Block-Matrices

On Symmetric Norm Inequalities And Hermitian Block-Matrices On Symmetric Norm Inequalities And Hermitian lock-matrices Antoine Mhanna To cite this version: Antoine Mhanna On Symmetric Norm Inequalities And Hermitian lock-matrices 015 HAL Id: hal-0131860

More information

Positive mass theorem for the Paneitz-Branson operator

Positive mass theorem for the Paneitz-Branson operator Positive mass theorem for the Paneitz-Branson operator Emmanuel Humbert, Simon Raulot To cite this version: Emmanuel Humbert, Simon Raulot. Positive mass theorem for the Paneitz-Branson operator. Calculus

More information

Lower bound of the covering radius of binary irreducible Goppa codes

Lower bound of the covering radius of binary irreducible Goppa codes Lower bound of the covering radius of binary irreducible Goppa codes Sergey Bezzateev, Natalia Shekhunova To cite this version: Sergey Bezzateev, Natalia Shekhunova. Lower bound of the covering radius

More information

Widely Linear Estimation with Complex Data

Widely Linear Estimation with Complex Data Widely Linear Estimation with Complex Data Bernard Picinbono, Pascal Chevalier To cite this version: Bernard Picinbono, Pascal Chevalier. Widely Linear Estimation with Complex Data. IEEE Transactions on

More information

Axiom of infinity and construction of N

Axiom of infinity and construction of N Axiom of infinity and construction of N F Portal To cite this version: F Portal. Axiom of infinity and construction of N. 2015. HAL Id: hal-01162075 https://hal.archives-ouvertes.fr/hal-01162075 Submitted

More information

Completeness of the Tree System for Propositional Classical Logic

Completeness of the Tree System for Propositional Classical Logic Completeness of the Tree System for Propositional Classical Logic Shahid Rahman To cite this version: Shahid Rahman. Completeness of the Tree System for Propositional Classical Logic. Licence. France.

More information

An M-Estimator for Robust Centroid Estimation on the Manifold of Covariance Matrices

An M-Estimator for Robust Centroid Estimation on the Manifold of Covariance Matrices An M-Estimator for Robust Centroid Estimation on the Manifold of Covariance Matrices Ioana Ilea, Lionel Bombrun, Romulus Terebes, Monica Borda, Christian Germain To cite this version: Ioana Ilea, Lionel

More information

Dispersion relation results for VCS at JLab

Dispersion relation results for VCS at JLab Dispersion relation results for VCS at JLab G. Laveissiere To cite this version: G. Laveissiere. Dispersion relation results for VCS at JLab. Compton Scattering from Low to High Momentum Transfer, Mar

More information

Entropies and fractal dimensions

Entropies and fractal dimensions Entropies and fractal dimensions Amelia Carolina Sparavigna To cite this version: Amelia Carolina Sparavigna. Entropies and fractal dimensions. Philica, Philica, 2016. HAL Id: hal-01377975

More information

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications Alexandre Sedoglavic To cite this version: Alexandre Sedoglavic. A non-commutative algorithm for multiplying (7 7) matrices

More information

Finite volume method for nonlinear transmission problems

Finite volume method for nonlinear transmission problems Finite volume method for nonlinear transmission problems Franck Boyer, Florence Hubert To cite this version: Franck Boyer, Florence Hubert. Finite volume method for nonlinear transmission problems. Proceedings

More information

Vibro-acoustic simulation of a car window

Vibro-acoustic simulation of a car window Vibro-acoustic simulation of a car window Christophe Barras To cite this version: Christophe Barras. Vibro-acoustic simulation of a car window. Société Française d Acoustique. Acoustics 12, Apr 12, Nantes,

More information

Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity

Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity Evolution of the cooperation and consequences of a decrease in plant diversity on the root symbiont diversity Marie Duhamel To cite this version: Marie Duhamel. Evolution of the cooperation and consequences

More information

The Mahler measure of trinomials of height 1

The Mahler measure of trinomials of height 1 The Mahler measure of trinomials of height 1 Valérie Flammang To cite this version: Valérie Flammang. The Mahler measure of trinomials of height 1. Journal of the Australian Mathematical Society 14 9 pp.1-4.

More information

Cutwidth and degeneracy of graphs

Cutwidth and degeneracy of graphs Cutwidth and degeneracy of graphs Benoit Kloeckner To cite this version: Benoit Kloeckner. Cutwidth and degeneracy of graphs. IF_PREPUB. 2009. HAL Id: hal-00408210 https://hal.archives-ouvertes.fr/hal-00408210v1

More information

Nel s category theory based differential and integral Calculus, or Did Newton know category theory?

Nel s category theory based differential and integral Calculus, or Did Newton know category theory? Nel s category theory based differential and integral Calculus, or Did Newton know category theory? Elemer Elad Rosinger To cite this version: Elemer Elad Rosinger. Nel s category theory based differential

More information

Statistical hypothesis test for robust classification on the space of covariance matrices

Statistical hypothesis test for robust classification on the space of covariance matrices Statistical hypothesis test for robust classification on the space of covariance matrices Ioana Ilea, Lionel Bombrun, Christian Germain, Romulus Terebes, Monica Borda To cite this version: Ioana Ilea,

More information

Self-dual skew codes and factorization of skew polynomials

Self-dual skew codes and factorization of skew polynomials Self-dual skew codes and factorization of skew polynomials Delphine Boucher, Félix Ulmer To cite this version: Delphine Boucher, Félix Ulmer. Self-dual skew codes and factorization of skew polynomials.

More information

Multiple sensor fault detection in heat exchanger system

Multiple sensor fault detection in heat exchanger system Multiple sensor fault detection in heat exchanger system Abdel Aïtouche, Didier Maquin, Frédéric Busson To cite this version: Abdel Aïtouche, Didier Maquin, Frédéric Busson. Multiple sensor fault detection

More information

Adaptive Mixture Discriminant Analysis for Supervised Learning with Unobserved Classes

Adaptive Mixture Discriminant Analysis for Supervised Learning with Unobserved Classes Adaptive Mixture Discriminant Analysis for Supervised Learning with Unobserved Classes Charles Bouveyron To cite this version: Charles Bouveyron. Adaptive Mixture Discriminant Analysis for Supervised Learning

More information

The Accelerated Euclidean Algorithm

The Accelerated Euclidean Algorithm The Accelerated Euclidean Algorithm Sidi Mohamed Sedjelmaci To cite this version: Sidi Mohamed Sedjelmaci The Accelerated Euclidean Algorithm Laureano Gonzales-Vega and Thomas Recio Eds 2004, University

More information

Blind Source Separation in Nonlinear Mixture for Colored Sources Using Signal Derivatives

Blind Source Separation in Nonlinear Mixture for Colored Sources Using Signal Derivatives Blind Source Separation in Nonlinear Mixture for Colored Sources Using Signal Derivatives Bahram Ehsandoust, Masoud Babaie-Zadeh, Christian Jutten To cite this version: Bahram Ehsandoust, Masoud Babaie-Zadeh,

More information

A note on the acyclic 3-choosability of some planar graphs

A note on the acyclic 3-choosability of some planar graphs A note on the acyclic 3-choosability of some planar graphs Hervé Hocquard, Mickael Montassier, André Raspaud To cite this version: Hervé Hocquard, Mickael Montassier, André Raspaud. A note on the acyclic

More information

From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach

From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach From Unstructured 3D Point Clouds to Structured Knowledge - A Semantics Approach Christophe Cruz, Helmi Ben Hmida, Frank Boochs, Christophe Nicolle To cite this version: Christophe Cruz, Helmi Ben Hmida,

More information

Finite element computation of leaky modes in straight and helical elastic waveguides

Finite element computation of leaky modes in straight and helical elastic waveguides Finite element computation of leaky modes in straight and helical elastic waveguides Khac-Long Nguyen, Fabien Treyssede, Christophe Hazard, Anne-Sophie Bonnet-Ben Dhia To cite this version: Khac-Long Nguyen,

More information

A note on the computation of the fraction of smallest denominator in between two irreducible fractions

A note on the computation of the fraction of smallest denominator in between two irreducible fractions A note on the computation of the fraction of smallest denominator in between two irreducible fractions Isabelle Sivignon To cite this version: Isabelle Sivignon. A note on the computation of the fraction

More information

Some approaches to modeling of the effective properties for thermoelastic composites

Some approaches to modeling of the effective properties for thermoelastic composites Some approaches to modeling of the ective properties for thermoelastic composites Anna Nasedkina Andrey Nasedkin Vladimir Remizov To cite this version: Anna Nasedkina Andrey Nasedkin Vladimir Remizov.

More information

Automatic detection of the number of Raypaths

Automatic detection of the number of Raypaths Automatic detection of the number of Raypaths Longyu Jiang, Jerome Mars To cite this version: Longyu Jiang, Jerome Mars. Automatic detection of the number of Raypaths. OCEANS MTS/IEEE Kona - Oceans of

More information

On the link between finite differences and derivatives of polynomials

On the link between finite differences and derivatives of polynomials On the lin between finite differences and derivatives of polynomials Kolosov Petro To cite this version: Kolosov Petro. On the lin between finite differences and derivatives of polynomials. 13 pages, 1

More information

Towards an active anechoic room

Towards an active anechoic room Towards an active anechoic room Dominique Habault, Philippe Herzog, Emmanuel Friot, Cédric Pinhède To cite this version: Dominique Habault, Philippe Herzog, Emmanuel Friot, Cédric Pinhède. Towards an active

More information

Posterior Covariance vs. Analysis Error Covariance in Data Assimilation

Posterior Covariance vs. Analysis Error Covariance in Data Assimilation Posterior Covariance vs. Analysis Error Covariance in Data Assimilation François-Xavier Le Dimet, Victor Shutyaev, Igor Gejadze To cite this version: François-Xavier Le Dimet, Victor Shutyaev, Igor Gejadze.

More information

Non Linear Observation Equation For Motion Estimation

Non Linear Observation Equation For Motion Estimation Non Linear Observation Equation For Motion Estimation Dominique Béréziat, Isabelle Herlin To cite this version: Dominique Béréziat, Isabelle Herlin. Non Linear Observation Equation For Motion Estimation.

More information

The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem

The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem The magnetic field diffusion equation including dynamic, hysteresis: A linear formulation of the problem Marie-Ange Raulet, Benjamin Ducharne, Jean-Pierre Masson, G. Bayada To cite this version: Marie-Ange

More information

Multivariate texture retrieval using the SIRV representation and the geodesic distance

Multivariate texture retrieval using the SIRV representation and the geodesic distance Multivariate texture retrieval using the SIRV representation and the geodesic distance Lionel Bombrun, Nour-Eddine Lasmar, Yannick Berthoumieu, Geert Verdoolaege To cite this version: Lionel Bombrun, Nour-Eddine

More information

A remark on a theorem of A. E. Ingham.

A remark on a theorem of A. E. Ingham. A remark on a theorem of A. E. Ingham. K G Bhat, K Ramachandra To cite this version: K G Bhat, K Ramachandra. A remark on a theorem of A. E. Ingham.. Hardy-Ramanujan Journal, Hardy-Ramanujan Society, 2006,

More information

Passerelle entre les arts : la sculpture sonore

Passerelle entre les arts : la sculpture sonore Passerelle entre les arts : la sculpture sonore Anaïs Rolez To cite this version: Anaïs Rolez. Passerelle entre les arts : la sculpture sonore. Article destiné à l origine à la Revue de l Institut National

More information

A Context free language associated with interval maps

A Context free language associated with interval maps A Context free language associated with interval maps M Archana, V Kannan To cite this version: M Archana, V Kannan. A Context free language associated with interval maps. Discrete Mathematics and Theoretical

More information

Stickelberger s congruences for absolute norms of relative discriminants

Stickelberger s congruences for absolute norms of relative discriminants Stickelberger s congruences for absolute norms of relative discriminants Georges Gras To cite this version: Georges Gras. Stickelberger s congruences for absolute norms of relative discriminants. Journal

More information

Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing

Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing Impedance Transmission Conditions for the Electric Potential across a Highly Conductive Casing Hélène Barucq, Aralar Erdozain, David Pardo, Victor Péron To cite this version: Hélène Barucq, Aralar Erdozain,

More information

IMPROVEMENTS OF THE VARIABLE THERMAL RESISTANCE

IMPROVEMENTS OF THE VARIABLE THERMAL RESISTANCE IMPROVEMENTS OF THE VARIABLE THERMAL RESISTANCE V. Szekely, S. Torok, E. Kollar To cite this version: V. Szekely, S. Torok, E. Kollar. IMPROVEMENTS OF THE VARIABLE THERMAL RESIS- TANCE. THERMINIC 2007,

More information

A Slice Based 3-D Schur-Cohn Stability Criterion

A Slice Based 3-D Schur-Cohn Stability Criterion A Slice Based 3-D Schur-Cohn Stability Criterion Ioana Serban, Mohamed Najim To cite this version: Ioana Serban, Mohamed Najim. A Slice Based 3-D Schur-Cohn Stability Criterion. ICASSP 007, Apr 007, Honolulu,

More information

On sl3 KZ equations and W3 null-vector equations

On sl3 KZ equations and W3 null-vector equations On sl3 KZ equations and W3 null-vector equations Sylvain Ribault To cite this version: Sylvain Ribault. On sl3 KZ equations and W3 null-vector equations. Conformal Field Theory, Integrable Models, and

More information

Enhancing Fetal ECG Using Gaussian Process

Enhancing Fetal ECG Using Gaussian Process Enhancing Fetal ECG Using Gaussian Process Saman Noorzadeh, Bertrand Rivet, Pierre-Yves Guméry To cite this version: Saman Noorzadeh, Bertrand Rivet, Pierre-Yves Guméry. Enhancing Fetal ECG Using Gaussian

More information

On path partitions of the divisor graph

On path partitions of the divisor graph On path partitions of the divisor graph Paul Melotti, Eric Saias To cite this version: Paul Melotti, Eric Saias On path partitions of the divisor graph 018 HAL Id: hal-0184801 https://halarchives-ouvertesfr/hal-0184801

More information

On size, radius and minimum degree

On size, radius and minimum degree On size, radius and minimum degree Simon Mukwembi To cite this version: Simon Mukwembi. On size, radius and minimum degree. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2014, Vol. 16 no.

More information

Quasi-periodic solutions of the 2D Euler equation

Quasi-periodic solutions of the 2D Euler equation Quasi-periodic solutions of the 2D Euler equation Nicolas Crouseilles, Erwan Faou To cite this version: Nicolas Crouseilles, Erwan Faou. Quasi-periodic solutions of the 2D Euler equation. Asymptotic Analysis,

More information

Spatial representativeness of an air quality monitoring station. Application to NO2 in urban areas

Spatial representativeness of an air quality monitoring station. Application to NO2 in urban areas Spatial representativeness of an air quality monitoring station. Application to NO2 in urban areas Maxime Beauchamp, Laure Malherbe, Laurent Letinois, Chantal De Fouquet To cite this version: Maxime Beauchamp,

More information

The sound power output of a monopole source in a cylindrical pipe containing area discontinuities

The sound power output of a monopole source in a cylindrical pipe containing area discontinuities The sound power output of a monopole source in a cylindrical pipe containing area discontinuities Wenbo Duan, Ray Kirby To cite this version: Wenbo Duan, Ray Kirby. The sound power output of a monopole

More information

Two-step centered spatio-temporal auto-logistic regression model

Two-step centered spatio-temporal auto-logistic regression model Two-step centered spatio-temporal auto-logistic regression model Anne Gégout-Petit, Shuxian Li To cite this version: Anne Gégout-Petit, Shuxian Li. Two-step centered spatio-temporal auto-logistic regression

More information

Finite Volume for Fusion Simulations

Finite Volume for Fusion Simulations Finite Volume for Fusion Simulations Elise Estibals, Hervé Guillard, Afeintou Sangam To cite this version: Elise Estibals, Hervé Guillard, Afeintou Sangam. Finite Volume for Fusion Simulations. Jorek Meeting

More information

Optical component modelling and circuit simulation using SERENADE suite

Optical component modelling and circuit simulation using SERENADE suite Optical component modelling and circuit simulation using SERENADE suite Laurent Guilloton, Smail Tedjini, Tan-Phu Vuong To cite this version: Laurent Guilloton, Smail Tedjini, Tan-Phu Vuong. Optical component

More information

Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase

Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase Eddy-Current Effects in Circuit Breakers During Arc Displacement Phase Olivier Chadebec, Gerard Meunier, V. Mazauric, Yann Le Floch, Patrice Labie To cite this version: Olivier Chadebec, Gerard Meunier,

More information

Solving a quartic equation and certain equations with degree n

Solving a quartic equation and certain equations with degree n Solving a quartic equation and certain equations with degree n Abdeljalil Saghe To cite this version: Abdeljalil Saghe. Solving a quartic equation and certain equations with degree n. EUROPEAN JOURNAL

More information

L institution sportive : rêve et illusion

L institution sportive : rêve et illusion L institution sportive : rêve et illusion Hafsi Bedhioufi, Sida Ayachi, Imen Ben Amar To cite this version: Hafsi Bedhioufi, Sida Ayachi, Imen Ben Amar. L institution sportive : rêve et illusion. Revue

More information

On Poincare-Wirtinger inequalities in spaces of functions of bounded variation

On Poincare-Wirtinger inequalities in spaces of functions of bounded variation On Poincare-Wirtinger inequalities in spaces of functions of bounded variation Maïtine Bergounioux To cite this version: Maïtine Bergounioux. On Poincare-Wirtinger inequalities in spaces of functions of

More information

Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum

Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum Dissipative Systems Analysis and Control, Theory and Applications: Addendum/Erratum Bernard Brogliato To cite this version: Bernard Brogliato. Dissipative Systems Analysis and Control, Theory and Applications:

More information

On The Exact Solution of Newell-Whitehead-Segel Equation Using the Homotopy Perturbation Method

On The Exact Solution of Newell-Whitehead-Segel Equation Using the Homotopy Perturbation Method On The Exact Solution of Newell-Whitehead-Segel Equation Using the Homotopy Perturbation Method S. Salman Nourazar, Mohsen Soori, Akbar Nazari-Golshan To cite this version: S. Salman Nourazar, Mohsen Soori,

More information

On central tendency and dispersion measures for intervals and hypercubes

On central tendency and dispersion measures for intervals and hypercubes On central tendency and dispersion measures for intervals and hypercubes Marie Chavent, Jérôme Saracco To cite this version: Marie Chavent, Jérôme Saracco. On central tendency and dispersion measures for

More information

Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas

Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas Particle-in-cell simulations of high energy electron production by intense laser pulses in underdense plasmas Susumu Kato, Eisuke Miura, Mitsumori Tanimoto, Masahiro Adachi, Kazuyoshi Koyama To cite this

More information

A new approach of the concept of prime number

A new approach of the concept of prime number A new approach of the concept of prime number Jamel Ghannouchi To cite this version: Jamel Ghannouchi. A new approach of the concept of prime number. 4 pages. 24. HAL Id: hal-3943 https://hal.archives-ouvertes.fr/hal-3943

More information