Generating Non-Gaussian Vibration for Testing Purposes

Size: px
Start display at page:

Download "Generating Non-Gaussian Vibration for Testing Purposes"

Transcription

1 Generating Vibration for Testing Purposes David O. Smallwood, Albuquerque, New Meico There is increasing interest in simulating vibration environments that are non-, particularl in the transportation arena. A method is presented here for generating time histories that are realizations of a zero mean, non- random process with a specified spectrum, skewness, and kurtosis. A zero-memor nonlinear (ZMNL) monotonic function = f() is generated to convert a zero mean realization with a specified autospectral densit () into a non- waveform. The transformation is generated using the densit method. The zero crossings are preserved in the transformation, which preserves most of the spectral information. The nonlinear transformation does introduce some harmonic distortion of the spectrum that can be reduced in an iterative process. The method does not preserve the phase structure between frequencies and is unable to match higherorder spectra. The resulting time histor can then be used in a simulation or reproduced on a shaker using commerciall available waveform reproduction software. The generation of non- noise has had a renewed interest in the defense industr for two reasons. The first is the realization that man surface transportation and wave environments are non-. The second is the development of shaker control sstems that could replicate long time histories that are non-. The original, and man current shaker control sstems, for generating random vibration tests generate onl random noise. However, waveform replication techniques now allow the reproduction of an waveform whose characteristics are within the bounds of a shaker. Man articles have been written on the subject of generating non- waveforms. This article uses the method of a zero-memor nonlinear (ZMNL) function. This method was proposed as far back as 967., At that time, analog circuits were used to implement the methods. The basic method relies on the equation: f f d ( ) = X( ) d where: f () = probabilit distribution of the random variable f () = probabilit distribution of the random variable X It is understood that in Equation, stands for = g (), where = g() and the densit function depends on, not. If = g() is not monotonicall increasing, the function must be broken into parts, and each part handled separatel. For the purposes of this article = g() will be restricted to a monotonicall increasing function. Therefore, d/d is alwas positive. For this article, the distribution of X will be assumed to be a zero mean, unit-variance, distribution. If the distribution f () is known (the distribution of f X () is assumed to be ), d/d can be found, and integration will ield = g (). Inversion will ield = g(). = g() is the ZMNL function. The ZMNL function will be scaled so that a unit variance X will ield a unit variance. In man real applications the complete distribution f () is not known, but estimates of the skewness and kurtosis are known. The idea is to find a relativel simple function = g() so that the distribution f () is zero mean unit variance, with a specified skewness and kurtosis. The conversion of a realization of to using a ZMNL func- Based on a paper presented at the 7th Shock & Vibration Smposium, Virginia Beach, VA, October. () Figure. ZMNL function, S =, K =. tion will alwas produce an autospectral densit for that is different than the autospectral densit of. The effect is to add harmonics to all the Fourier components of. This will make the transformed data appear whiter than the original data. However, most of the spectral information is contained in the zero crossings, which are preserved, and if the nonlinearit is not too great, the spectral change is usuall acceptable and the autospectral densit of will be near the autospectral densit of X. Implementation In this implementation, a realization of X, is generated with the desired autospectral densit shape and scaled to a unit variance. The realization is converted to a realization of using = g(). The realization is then rescaled to the desired variance and used in a computer simulation or reproduced on a shaker using waveform replication techniques if a vibration test is desired. Five constraints have to be met the area under the probabilit densit function must be unit, the mean is zero, the variance is unit, the skewness is S and the kurtosis is K. A = f ( ) d = S Ú- Ú- Ú- = Ú f - = Ú- m s = f ( ) d = = f ( ) d = ( d ) K f ( ) d The first criterion is automaticall met for a valid distribution. The third is a convenience. The realization can be rescaled later to the desired variance. In this implementation the integrals are approimated with sums. Waveform Generation Using a ZMNL Function The central idea is to find a function = g(), which will convert a waveform into a non- waveform with a specified skewness and kurtosis. The ideas have been presented before, but not coupled with an algorithm to generate the waveform with an arbitrar spectrum shape. () 8 SOUND AND VIBRATION/OCTOBER

2 6 d/d Figure. d/d, S =, K = Figure. Probabilit densit, S =, K = iteration of amp Frequenc, Hz Figure. Autospectral densities, S =, K =. In this article, the waveform is generated using the same methods used for generating waveforms for random shaker testing. The waveforms are then distorted using the ZMNL function to create non- waveforms. Three different methods are presented for generating the ZMNL function. Each has slight advantages and disadvantages. Each will cover a slightl different range of skewness and kurtosis. All Figure. Small portion of time histories, S =, K =. will give similar results. Method. We would like the function = g() and its derivative, d/d, to be continuous. We will actuall generate the inverse function = g - () and use a linear interpolation to generate the function values. The function chosen for this implementation is: A a Ê a ˆ ( )= Á + a - AB a a Ë a a = A + AB - b a () =-A Ê b ˆ Ê -- ( b ) ˆ Ë Á b - b + b Ë Á b + < -b d -a a- = Aa d > a = A - b a -b =-Ab b - - b ( ) <- There are si parameters in the model (A, α, a, b, β, B), more than needed, which ma lead to multiple solutions. However, the sith parameter, B, was found to be necessar to force the mean to zero in some cases. B is the onl parameter allowed to be negative. The function and its first derivative are continuous over the entire range of real values. The function is monotonicall increasing. The function is linear for small values of ( b a). The MATLAB function fminsearch was used to find the parameters for a given skewness and kurtosis. The error function: E = A- + m + s - + S - S + K - K () was minimized. In general, solutions for negative skewness are not necessar. A time histor with a positive skewness can alwas be inverted to achieve the same amplitude of negative skewness. Method, Cubic Function. Other suitable functions can be found. Winterstein, et al., used a cubic transformation and the inverse (which form depended on K): 6 = c + c + c + c K = c + c + c + c K < To assure the function is monotonic, the derivative must be positive at zero and should have no real roots. This results in the following constraints: c >, c >, c < cc (7) This requires use of a nonlinear optimization method with multiple inputs and constraints. The eample here uses fmincon from the MATLAB optimization toolbo. The cubic function does have the advantage that the second derivative is () (6) DNAMIC TESTING REFERENCE ISSUE 9

3 - iteration of amp Figure 6. ZMNL function, S =, K = Frequenc, Hz Figure 9. Autospectral densities, S =, K = 6. d/d Figure 7. d/d, S =, K = Figure 8. Probabilit densit, S =, K = 6. also continuous which results in a smoother distribution. Winterstein, et al., also considered using distributions other than for X. 6 Method, Hermite Polnomials. A closed-form solution for a cubic function is given b Winterstein 7 using Hermite polnomials for K >. In this formulation, is the non- waveform, and is the waveform. / / ( ) = È ( ) + c+ ( ) - È ( ) + c-( ) - a ÎÍ ÎÍ (8) Figure. Small portion of time histories, S =, K = 6. where: ( ) =. b Ê ˆ hˆ a+ a c b a Ë Á k -, a =, b, = ( - - ) hˆ = h ˆ ˆ S h ˆ =, h = + +. K - k = + h ˆ + 6h ˆ ( ) ( ) - +. K - 8 The positive roots are used. An improvement suggested b Gurle 8 uses the above solution as a starting point to solve the following pair of nonlinear equations: ( ) S= k 8hˆ + 8hh ˆ ˆ + 6hh ˆ ˆ + 6hˆ (9) K = k ( 6hˆ + 8hˆ + hˆ hˆ + 6hˆ + hˆ + 96 ˆ 76 ˆ ˆ ˆ () h + h h + h + ) These solutions do not guarantee a monotonic function for all S and K. Generall, a kurtosis greater than three is associated with a softening nonlinearit (widening distribution tails), and a kurtosis less than three is associated with a hardening nonlinearit (narrowing distribution tails). The range of the skewness is limited b: 7 S - + K The range of skewness and kurtosis for a unimodal probabilit densit function is much less 7 than that indicated above. A closed-form solution for a cubic function is given b SOUND AND VIBRATION/OCTOBER

4 - iteration of amp Figure. ZMNL function, S =., K =.. -6 Frequenc, Hz. Figure. Autospectral densities, S =., K =... d/d Figure. d/d, S =., K = Figure. Probabilit densit, S =., K =.. Winterstein 7 using Hermite polnomials for K <. S K - ( )= - ( -)- ( - ) 6 () As above, this formulation will work onl for a limited range of S and K. Eamples This section illustrates several eamples. We will start with Method and compute realizations for skewness of zero with Figure. Small portion of time histories, S =., K =.. two values of kurtosis, one less than three, and one greater than three. Remember a skewness of zero and a kurtosis of three is a waveform. We will then increase the skewness and compute an eample. Method is then used and compared to Method with zero skewness and a kurtosis less than three. Method is then compared to Method for a nonzero skewness and a kurtosis greater than three. In each case, the ZMNL function, d/d, the (probabilit densit function), the autospectral densit, the time histor and the non- time histor will be plotted. S =, K =, Method. The parameters needed to achieve a skewness of and a kurtosis of two are: A =.767, a =.87, a =.68, b =.68, b =.87, B = Note that the eponents are greater than one, which will generall be the case for a small skewness and a kurtosis less than three. The resulting ZMNL function is shown in Figure. In all the eamples, the ZMNL has been normalized for a standard deviation of one. The derivative d/d and the resulting are shown in Figures and. A is also shown for reference. Note that a trimodal is generated b the requirement to suppress large values of to achieve a small kurtosis. (The kurtosis of a waveform is three.) A realization of, points was created using the target spectrum shown in Figure. The frequenc-domain method discussed b Smallwood and Paez 9 was used to generate the time histories. This is basicall the same method used to generate time histories for random vibration control sstems. A DNAMIC TESTING REFERENCE ISSUE

5 - iteration of amp Figure 6. ZMNL function, S =, K =, using the cubic function. -6 Frequenc, Hz 6 Figure 9. Autospectral densities, S =, K =, using a cubic function. d/d Figure 7. d/d, S =, K =, using a cubic function normal Figure 8. Probabilit densit, S =, K =, using a cubic function. Hanning window with 7% overlap was used. The sample rate was,, and the block size was 8. This method is basicall the inverse of the Welch method for estimating an autospectral densit. After the autospectral densit () of was estimated, a single iteration of the spectrum of was performed to correct the of in an attempt to improve the of. The resulting is plotted on Figure. Also shown in Figure are the estimated of the waveform,, and the non- waveform,. A small portion of the time histories is shown in Figure. Note how the large values Figure. Small portion of time histories, S =, K =, using a cubic function. of have been suppressed in. The whitening effect is seen mainl in the notch and the roll-off at high frequencies. S =, K = 6, Method. For this eample, the skewness was kept at zero, and the kurtosis was increased to si. The same target in the previous eample was used. A realization of, points was generated as in the previous eample. The parameters for this eample are: A =.89, α =., a =.779, b =.779, β =., B = In this case, the eponents are less than one. Figures 6 through show the same information as the previous eample. Notice that now the peaks in are eaggerated versions of the peaks in the. A slight ecess in the of is seen near Hz. This is the third harmonic of the peak in the at Hz. As in the previous eample, the largest deviations from the reference spectrum are at the minima. S =., K =., Method. This is an eample of a nonsmmetric waveform. The parameters are: A =.8, α =., a =.8, b =.98, β =.766, B =. The same in the previous eamples is used. As before, a realization of, points was generated. Note that α is smaller than β, which suggests a positive skewness. The results are shown in Figures through. S =, K =, Method, Using a Cubic Function. The same spectrum was used in the first eample. In this case, the cubic function was: SOUND AND VIBRATION/OCTOBER

6 ZMNL Interpolated values Figure. ZMNL function, S =., K = Frequenc, Hz. Figure. Autospectral densities, S =., K =...8 d/d Figure. d/d, S =., K = pdf Figure. Small portion of time histories, S =., K =.. S =., K =., Method. This is the same as one of the previous eamples, ecept Method was used. The parameters are: c =.87, c =.8, c =.66, c =.878 This is an eample of a nonsmmetric waveform. The same from the previous eamples is used. As before, a realization of, points was generated. The results are shown in Figures through. The results are ver similar to the previous eample. Figure shows that the iteration energ is removed from the near the minima to correct the spectrum of with some success. Method results in essentiall identical results for this eample Figure. Probabilit densit, S =., K =.. with the parameters: = c + c + c + c c =, c =.799, c =, c =.7 The results are shown as Figures 6 through. A comparison to Figures through shows that the two ZMNL functions give ver similar results. This eample does illustrate that the solution is not unique. Man functions can be found that will result in a transformation with the same skewness and kurtosis. Conclusions Three simple but effective methods for generating realizations of a stationar random process with specified skewness and kurtosis using a zero-memor nonlinear (ZMNL) function are presented. The all give similar, but not identical results. Each covers similar but slightl different ranges of skewness and kurtosis. Each will result in slightl different distributions. All the methods are relativel eas to implement using modern computational tools such as MATLAB. MATLAB is available from The MathWorks, Acknowledgment Sandia National Laboratories supported this work. Sandia is a multiprogram laborator operated b Sandia Corporation, a Lockheed Martin Compan, for the United States Department of Energ under contract DE-AC-9-AL8. DNAMIC TESTING REFERENCE ISSUE

7 s. Gujar, U. G., Generation of Random Signals With Specified Probabilit Densit Functions and Power Spectral Densit Spectra, M.Sc.E. Thesis, Dept. of Elec. Engrg., Universit of New Brunswick, Fredericton, NB, Canada, Gujar, U. G., and Kavanagh, R. J., Generation of Random Signals with Specified Probabilit Densit Functions and Power Densit Spectra, IEEE Transactions on Automatic Control, pp , December Wirsching, Paez, and Ortiz, Random Vibrations, Theor and Practice, ISBN , Wile, 99., Wise, Gar L., Traganitis, Apostolos, P., and Thomas, John B., The Effect of a Memorless Nonlinearit on the Spectrum of a Random Process, IEEE Transactions on Information Theor, Vol. IT-, No., Januar Bendat and Piersol, Random Data, Analsis and Measurement Procedures, Third Edition, Sec..., ISBN -7-7-, Wile,. 6. Winterstein, S. R., Lange, C.H, and Kumar, S. Fitting: A Subroutine to Fit Four-Moment Probabilit Distributions to Data, SAND9-9, Sandia National Laboratories, Albuquerque, NM, Januar Winterstein, S. R., 988, Nonlinear Vibration Models for Etremes and Fatigue, J. of Engr. Mech., Vol., No., pp , Oct Gurle, K., and Kareem, A., 997, Analsis Interpretation Modeling and Simulation of Unstead Wind and Pressure Data, J. of Wind Engineering and Industrial Aerodnamics, 69-7 pp , Smallwood, D. O. and Paez, T. L., A Frequenc Domain Method for the Generation of Partiall Coherent Stationar Time Domain Signals, Shock and Vibration, Vol., No., pp., 99.. Tebbs, J. D., and Hunter, N. F., Digitall Controlled Random Vibration Tests on a Sigma V Computer, 97 Proceedings of the Institute of Environmental Sciences, pp. 6-, 97. MATLAB scripts for generating non- vibration test signals using the methods presented in this article are available from the author: dsmallwood@comcast.net. SOUND AND VIBRATION/OCTOBER

The Missing Knob on Your Random Vibration Controller Philip Van Baren, Vibration Research Corporation, Jenison, Michigan

The Missing Knob on Your Random Vibration Controller Philip Van Baren, Vibration Research Corporation, Jenison, Michigan The Missing Knob on Your Random Vibration Controller Philip Van Baren, Vibration Research Corporation, Jenison, Michigan Random vibration testing is the industry workhorse for simulating the environment

More information

THE FATIGUE DAMAGE SPECTRUM AND KURTOSIS CONTROL. John Van Baren Philip Van Baren Vibration Research Corporation Jenison, MI December 2009

THE FATIGUE DAMAGE SPECTRUM AND KURTOSIS CONTROL. John Van Baren Philip Van Baren Vibration Research Corporation Jenison, MI December 2009 THE FATIGUE DAMAGE SPECTRUM AND KURTOSIS CONTROL ABSTRACT John Van Baren Philip Van Baren Vibration Research Corporation Jenison, MI December 2009 The accumulated damage that a product experiences on the

More information

Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square

Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square Z. M. NOPIAH 1, M. I. KHAIRIR AND S. ABDULLAH Department of Mechanical and Materials Engineering Universiti Kebangsaan

More information

Kurtosis in Random Vibration Control

Kurtosis in Random Vibration Control Brüel & Kjær Kurtosis in Random Vibration Control September 2009 www.bksv.com/controllers Table of contents Kurtosis in Random Vibration Control What is Kurtosis?...........................................................................

More information

18-660: Numerical Methods for Engineering Design and Optimization

18-660: Numerical Methods for Engineering Design and Optimization 18-660: Numerical Methods for Engineering Design and Optimization Xin Li Department of ECE Carnegie Mellon Universit Pittsburgh, PA 15213 Slide 1 Overview Monte Carlo Analsis Latin hpercube sampling Importance

More information

Some Formulas neglected in Anderson, Sweeny, and Williams, with a Digression on Statistics and Finance

Some Formulas neglected in Anderson, Sweeny, and Williams, with a Digression on Statistics and Finance Some Formulas neglected in Anderson, Sween, and Williams, with a Digression on Statistics and Finance Transformations of a Single Random variable: If ou have a case where a new random variable is defined

More information

Math 250A (Fall 2008) - Lab II (SOLUTIONS)

Math 250A (Fall 2008) - Lab II (SOLUTIONS) Math 25A (Fall 28) - Lab II (SOLUTIONS) Part I Consider the differential equation d d = 2 + () Solve this equation analticall to obtain an epression for (). Your answer should contain an arbitrar constant.

More information

IMPROVING TRANSPORTAION INDUSTRY RANDOM VIBRATION TESTS. John Van Baren Phillip Van Baren Vibration Research Corporation Jenison, MI

IMPROVING TRANSPORTAION INDUSTRY RANDOM VIBRATION TESTS. John Van Baren Phillip Van Baren Vibration Research Corporation Jenison, MI IMPROVING TRANSPORTAION INDUSTRY RANDOM VIBRATION TESTS ABSTRACT John Van Baren Phillip Van Baren Vibration Research Corporation Jenison, MI The transportation industry historically has used Gaussian random

More information

2.1 Properties of PDFs

2.1 Properties of PDFs 2.1 Properties of PDFs mode median epectation values moments mean variance skewness kurtosis 2.1: 1/13 Mode The mode is the most probable outcome. It is often given the symbol, µ ma. For a continuous random

More information

Shaker random testing with low kurtosis: Review of the methods and application for sigma limiting

Shaker random testing with low kurtosis: Review of the methods and application for sigma limiting Shock and Vibration 7 () 9 9 DOI./SAV-7 IOS Press Shaker random testing with low kurtosis: Review of the methods and application for sigma limiting Alexander Steinwolf Department of Mechanical Engineering,

More information

3/24/2016. Intermediate Microeconomics W3211. Lecture 12: Perfect Competition 2: Cost Minimization. The Story So Far. Today. The Case of One Input

3/24/2016. Intermediate Microeconomics W3211. Lecture 12: Perfect Competition 2: Cost Minimization. The Story So Far. Today. The Case of One Input 1 Intermediate Microeconomics W3211 Lecture 12: Perfect Competition 2: Cost Minimization Columbia Universit, Spring 2016 Mark Dean: mark.dean@columbia.edu Introduction 2 The Stor So Far. 3 Toda 4 We have

More information

Information Revelation and Market Crashes

Information Revelation and Market Crashes Information Revelation and Market Crashes Jan Werner Department of Economics Universit of Minnesota Minneapolis, MN 55455 September 2004 Revised: Ma 2005 Abstract: We show the possibilit of market crash

More information

Kurtosis of the Topp-Leone distributions

Kurtosis of the Topp-Leone distributions Kurtosis of the Topp-Leone distributions Samuel Kotz Department of Engineering Management and Sstems Engineering, George Washington Universit, 776 G Street, N.W. Washington D.C. 5, USA kotz@gwu.edu Edith

More information

Practical Section 02 May 02, Part 1: Analytic transforms versus FFT algorithm. AnalBoxCar = 2*AB*BW*sin(2*pi*BW*f).

Practical Section 02 May 02, Part 1: Analytic transforms versus FFT algorithm. AnalBoxCar = 2*AB*BW*sin(2*pi*BW*f). 12.714 Practical Section 02 May 02, 2012 Part 1: Analytic transforms versus FFT algorithm (a) For a box car time domain signal with width 2*BW and amplitude BA, compare the analytic version of the Fourier

More information

Kevin Dowd, Measuring Market Risk, 2nd Edition

Kevin Dowd, Measuring Market Risk, 2nd Edition P1.T4. Valuation & Risk Models Kevin Dowd, Measuring Market Risk, 2nd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM www.bionicturtle.com Dowd, Chapter 2: Measures of Financial Risk

More information

Scenario-Based Value-at-Risk Optimization

Scenario-Based Value-at-Risk Optimization Scenario-Based Value-at-Risk Optimization Oleksandr Romanko Quantitative Research Group, Algorithmics Incorporated, an IBM Company Joint work with Helmut Mausser Fields Industrial Optimization Seminar

More information

Financial Market Analysis (FMAx) Module 4

Financial Market Analysis (FMAx) Module 4 Financial Market Analsis (FMAx) Module 4 erm Structure of Interest Rates his training material is the propert of the International Monetar Fund (IMF) and is intended for use in IMF Institute for Capacit

More information

Analytic Models of the ROC Curve: Applications to Credit Rating Model Validation

Analytic Models of the ROC Curve: Applications to Credit Rating Model Validation Analtic Models of the ROC Curve: Applications to Credit Rating Model Validation Steve Satchell Facult of Economics and Politics Universit of Cambridge Email: ses@econ.cam.ac.uk Wei Xia Birkbeck College

More information

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management. > Teaching > Courses

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management.  > Teaching > Courses Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management www.symmys.com > Teaching > Courses Spring 2008, Monday 7:10 pm 9:30 pm, Room 303 Attilio Meucci

More information

Applications of Local Gaussian Correlation in Finance

Applications of Local Gaussian Correlation in Finance Applications of Local Gaussian Correlation in Finance and towards a parametric version of the LGC Bård Støve Universit of Bergen, Norwa Department of Mathematics Joint work in progress with Dag Tjøstheim,

More information

Efficient Utilization Condition of MACD on Stock Market and Nontrend Status Detecting Indicatior

Efficient Utilization Condition of MACD on Stock Market and Nontrend Status Detecting Indicatior Indian Journal of Science and Technology, Vol 9(24), DOI: 1017485/ijst/2016/v9i24/96033, June 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Efficient Utilization Condition of MACD on Stock Market

More information

Division of Polynomials

Division of Polynomials Division of Polnomials Dividing Monomials: To divide monomials we must draw upon our knowledge of fractions as well as eponent rules. 1 Eample: Divide. Solution: It will help to separate the coefficients

More information

Lean Six Sigma: Training/Certification Books and Resources

Lean Six Sigma: Training/Certification Books and Resources Lean Si Sigma Training/Certification Books and Resources Samples from MINITAB BOOK Quality and Si Sigma Tools using MINITAB Statistical Software A complete Guide to Si Sigma DMAIC Tools using MINITAB Prof.

More information

Probability analysis of return period of daily maximum rainfall in annual data set of Ludhiana, Punjab

Probability analysis of return period of daily maximum rainfall in annual data set of Ludhiana, Punjab Indian J. Agric. Res., 49 (2) 2015: 160-164 Print ISSN:0367-8245 / Online ISSN:0976-058X AGRICULTURAL RESEARCH COMMUNICATION CENTRE www.arccjournals.com/www.ijarjournal.com Probabilit analsis of return

More information

Lecture Notes 1 Part B: Functions and Graphs of Functions

Lecture Notes 1 Part B: Functions and Graphs of Functions Lecture Notes 1 Part B: Functions and Graphs of Functions In Part A of Lecture Notes #1 we saw man examples of functions as well as their associated graphs. These functions were the equations that gave

More information

NON-GAUSSIAN PDF MODELING OF TURBULENT BOUNDARY LAYER FLUCTUATING PRESSURE EXCITATION

NON-GAUSSIAN PDF MODELING OF TURBULENT BOUNDARY LAYER FLUCTUATING PRESSURE EXCITATION VIII International Conference on Recent Advances in Structural Dynamics Southampton, UK, 14-16 July 3 NON-GAUSSIAN PDF MODELING OF TURBULENT BOUNDARY LAYER FLUCTUATING PRESSURE EXCITATION Alexander Steinwolf

More information

Strong Stability Preserving Time Discretizations

Strong Stability Preserving Time Discretizations Strong Stability Preserving Time Discretizations Sigal Gottlieb University of Massachusetts Dartmouth AFOSR Computational Math Program Review August 2015 SSP time stepping August2015 1 / 33 Past and Current

More information

Overnight Index Rate: Model, calibration and simulation

Overnight Index Rate: Model, calibration and simulation Research Article Overnight Index Rate: Model, calibration and simulation Olga Yashkir and Yuri Yashkir Cogent Economics & Finance (2014), 2: 936955 Page 1 of 11 Research Article Overnight Index Rate: Model,

More information

Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios

Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios Axioma, Inc. by Kartik Sivaramakrishnan, PhD, and Robert Stamicar, PhD August 2016 In this

More information

A NEW POINT ESTIMATOR FOR THE MEDIAN OF GAMMA DISTRIBUTION

A NEW POINT ESTIMATOR FOR THE MEDIAN OF GAMMA DISTRIBUTION Banneheka, B.M.S.G., Ekanayake, G.E.M.U.P.D. Viyodaya Journal of Science, 009. Vol 4. pp. 95-03 A NEW POINT ESTIMATOR FOR THE MEDIAN OF GAMMA DISTRIBUTION B.M.S.G. Banneheka Department of Statistics and

More information

Sequential and Simultaneous Budgeting Under Different Voting Rules - II : Contingent Proposals

Sequential and Simultaneous Budgeting Under Different Voting Rules - II : Contingent Proposals Sequential and Simultaneous Budgeting Under Different Voting Rules - II : Contingent roposals Serra Boranba September 2008 Abstract When agenda setters can make explicit contingent proposals, budgets dependence

More information

BETA DISTRIBUTED CREDIT SCORE - ESTIMATION OF ITS J-DIVERGENCE

BETA DISTRIBUTED CREDIT SCORE - ESTIMATION OF ITS J-DIVERGENCE The 7 th International Das of Statistics and Economics Prague September 9-2 23 BETA DISTRIBUTED CREDIT SCORE - ESTIMATION OF ITS J-DERGENCE Martin Řezáč Abstract It is known that Beta distribution could

More information

ESTIMATION OF MODIFIED MEASURE OF SKEWNESS. Elsayed Ali Habib *

ESTIMATION OF MODIFIED MEASURE OF SKEWNESS. Elsayed Ali Habib * Electronic Journal of Applied Statistical Analysis EJASA, Electron. J. App. Stat. Anal. (2011), Vol. 4, Issue 1, 56 70 e-issn 2070-5948, DOI 10.1285/i20705948v4n1p56 2008 Università del Salento http://siba-ese.unile.it/index.php/ejasa/index

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

A New Hybrid Estimation Method for the Generalized Pareto Distribution

A New Hybrid Estimation Method for the Generalized Pareto Distribution A New Hybrid Estimation Method for the Generalized Pareto Distribution Chunlin Wang Department of Mathematics and Statistics University of Calgary May 18, 2011 A New Hybrid Estimation Method for the GPD

More information

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS Full citation: Connor, A.M., & MacDonell, S.G. (25) Stochastic cost estimation and risk analysis in managing software projects, in Proceedings of the ISCA 14th International Conference on Intelligent and

More information

NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS

NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS 1 NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS Options are contracts used to insure against or speculate/take a view on uncertainty about the future prices of a wide range

More information

1 The ECN module. Note

1 The ECN module. Note Version 1.11.0 NOVA ECN tutorial 1 The ECN module The ECN is an optional module for the Autolab PGSTAT. The ECN module provides the means to perform Electrochemical Noise measurements (ECN). Electrochemical

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

IMPLEMENTING THE SPECTRAL CALIBRATION OF EXPONENTIAL LÉVY MODELS

IMPLEMENTING THE SPECTRAL CALIBRATION OF EXPONENTIAL LÉVY MODELS IMPLEMENTING THE SPECTRAL CALIBRATION OF EXPONENTIAL LÉVY MODELS DENIS BELOMESTNY AND MARKUS REISS 1. Introduction The aim of this report is to describe more precisely how the spectral calibration method

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MAC 1 Module Test 1 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. State whether the graph is or is not that of a function. 1) 1 1 1 1 3 7 9

More information

Fitting financial time series returns distributions: a mixture normality approach

Fitting financial time series returns distributions: a mixture normality approach Fitting financial time series returns distributions: a mixture normality approach Riccardo Bramante and Diego Zappa * Abstract Value at Risk has emerged as a useful tool to risk management. A relevant

More information

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods EC316a: Advanced Scientific Computation, Fall 2003 Notes Section 4 Discrete time, continuous state dynamic models: solution methods We consider now solution methods for discrete time models in which decisions

More information

Learning Objectives for Ch. 5

Learning Objectives for Ch. 5 Chapter : Probabilit Distributions Hildebrand, Ott and Gra Basic Statistical Ideas for Managers Second Edition Learning Objectives for Ch. Understanding the counting techniques needed for sequences and

More information

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking Timothy Little, Xiao-Ping Zhang Dept. of Electrical and Computer Engineering Ryerson University 350 Victoria

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

Operational Risk Aggregation

Operational Risk Aggregation Operational Risk Aggregation Professor Carol Alexander Chair of Risk Management and Director of Research, ISMA Centre, University of Reading, UK. Loss model approaches are currently a focus of operational

More information

Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro

Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro arxiv:1704.02706v1 [stat.co] 10 Apr 2017 Wei Pan Duke University Xinming An SAS Institute Inc. Qing Yang Duke University

More information

SELFIS: A Short Tutorial

SELFIS: A Short Tutorial SELFIS: A Short Tutorial Thomas Karagiannis (tkarag@csucredu) November 8, 2002 This document is a short tutorial of the SELF-similarity analysis software tool Section 1 presents briefly useful definitions

More information

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same.

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Chapter 14 : Statistical Inference 1 Chapter 14 : Introduction to Statistical Inference Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Data x

More information

Stochastic model of flow duration curves for selected rivers in Bangladesh

Stochastic model of flow duration curves for selected rivers in Bangladesh Climate Variability and Change Hydrological Impacts (Proceedings of the Fifth FRIEND World Conference held at Havana, Cuba, November 2006), IAHS Publ. 308, 2006. 99 Stochastic model of flow duration curves

More information

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Dr. Abdul Qayyum and Faisal Nawaz Abstract The purpose of the paper is to show some methods of extreme value theory through analysis

More information

Sizing Strategies in Scarce Environments

Sizing Strategies in Scarce Environments 2011-8675 C Sizing Strategies in Scarce Environments Michael D. Mitchell 1, Walter E. Beyeler 1, Robert E. Glass 1, Matthew Antognoli 2, Thomas Moore 1 1 Complex Adaptive System of Systems (CASoS) Engineering

More information

Confidence Intervals for Paired Means with Tolerance Probability

Confidence Intervals for Paired Means with Tolerance Probability Chapter 497 Confidence Intervals for Paired Means with Tolerance Probability Introduction This routine calculates the sample size necessary to achieve a specified distance from the paired sample mean difference

More information

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

More information

5.7 Factoring by Special Products

5.7 Factoring by Special Products Section 5.7 Factoring b Special Products 305 5.7 Factoring b Special Products OBJECIVES 1 Factor a Perfect Square rinomial. 2 Factor the Difference of wo Squares. 3 Factor the Sum or Difference of wo Cubes.

More information

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Alisdair McKay Boston University June 2013 Microeconomic evidence on insurance - Consumption responds to idiosyncratic

More information

Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data

Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data David M. Rocke Department of Applied Science University of California, Davis Davis, CA 95616 dmrocke@ucdavis.edu Blythe

More information

Analysis of the Relation Between the Spiders Spot and Option Implied Volatility.

Analysis of the Relation Between the Spiders Spot and Option Implied Volatility. San Jose State Universit From the SelectedWorks of Stou I. Ivanov 04 Analsis of the Relation Between the Spiders Spot and Option Implied Volatilit. Stou I. Ivanov, San Jose State Universit Available at:

More information

30. 2 x5 + 3 x; quintic binomial 31. a. V = 10pr 2. b. V = 3pr 3

30. 2 x5 + 3 x; quintic binomial 31. a. V = 10pr 2. b. V = 3pr 3 Answers for Lesson 6- Answers for Lesson 6-. 0x + 5; linear binomial. -x + 5; linear binomial. m + 7m - ; quadratic trinomial 4. x 4 - x + x; quartic trinomial 5. p - p; quadratic binomial 6. a + 5a +

More information

ON PROFIT DENSITY BASED GREEDY ALGORITHM FOR A RESOURCE ALLOCATION PROBLEM IN WEB SERVICES

ON PROFIT DENSITY BASED GREEDY ALGORITHM FOR A RESOURCE ALLOCATION PROBLEM IN WEB SERVICES International Journal of Computers and Applications, Vol. 9, No., 007 ON PROFIT DENSITY BASED GREEDY ALGORITHM FOR A RESOURCE ALLOCATION PROBLEM IN WEB SERVICES J. Sum, J. Wu, and C.-S. Leung Abstract

More information

Assessing the performance of Bartlett-Lewis model on the simulation of Athens rainfall

Assessing the performance of Bartlett-Lewis model on the simulation of Athens rainfall European Geosciences Union General Assembly 2015 Vienna, Austria, 12-17 April 2015 Session HS7.7/NP3.8: Hydroclimatic and hydrometeorologic stochastics Assessing the performance of Bartlett-Lewis model

More information

Information Processing and Limited Liability

Information Processing and Limited Liability Information Processing and Limited Liability Bartosz Maćkowiak European Central Bank and CEPR Mirko Wiederholt Northwestern University January 2012 Abstract Decision-makers often face limited liability

More information

A Skewed Truncated Cauchy Logistic. Distribution and its Moments

A Skewed Truncated Cauchy Logistic. Distribution and its Moments International Mathematical Forum, Vol. 11, 2016, no. 20, 975-988 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2016.6791 A Skewed Truncated Cauchy Logistic Distribution and its Moments Zahra

More information

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford.

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford. Tangent Lévy Models Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford June 24, 2010 6th World Congress of the Bachelier Finance Society Sergey

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS Dr A.M. Connor Software Engineering Research Lab Auckland University of Technology Auckland, New Zealand andrew.connor@aut.ac.nz

More information

The Effect of Fiscal Shock on Inflation and Economic Growth in Developing Countries

The Effect of Fiscal Shock on Inflation and Economic Growth in Developing Countries International Letters of Social and Humanistic Sciences Online: 2014-09-30 ISSN: 2300-2697, Vol. 41, pp 184-191 doi:10.18052/www.scipress.com/ilshs.41.184 2014 SciPress Ltd., Switzerland The Effect of

More information

Two-Sample T-Tests using Effect Size

Two-Sample T-Tests using Effect Size Chapter 419 Two-Sample T-Tests using Effect Size Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the effect size is specified rather

More information

The Not-So-Geeky World of Statistics

The Not-So-Geeky World of Statistics FEBRUARY 3 5, 2015 / THE HILTON NEW YORK The Not-So-Geeky World of Statistics Chris Emerson Chris Sweet (a/k/a Chris 2 ) 2 Who We Are Chris Sweet JPMorgan Chase VP, Outside Counsel & Engagement Management

More information

Chapter 2 Uncertainty Analysis and Sampling Techniques

Chapter 2 Uncertainty Analysis and Sampling Techniques Chapter 2 Uncertainty Analysis and Sampling Techniques The probabilistic or stochastic modeling (Fig. 2.) iterative loop in the stochastic optimization procedure (Fig..4 in Chap. ) involves:. Specifying

More information

Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew

Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew Mentor: Christopher Prouty Members: Ping An, Dawei Wang, Rui Yan Shiyi Chen, Fanda Yang, Che Wang Team Website: http://sites.google.com/site/mfmmodelingprogramteam2/

More information

Applications of Good s Generalized Diversity Index. A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK

Applications of Good s Generalized Diversity Index. A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK Applications of Good s Generalized Diversity Index A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK Internal Report STAT 98/11 September 1998 Applications of Good s Generalized

More information

Copula-Based Pairs Trading Strategy

Copula-Based Pairs Trading Strategy Copula-Based Pairs Trading Strategy Wenjun Xie and Yuan Wu Division of Banking and Finance, Nanyang Business School, Nanyang Technological University, Singapore ABSTRACT Pairs trading is a technique that

More information

A Convenient Way of Generating Normal Random Variables Using Generalized Exponential Distribution

A Convenient Way of Generating Normal Random Variables Using Generalized Exponential Distribution A Convenient Way of Generating Normal Random Variables Using Generalized Exponential Distribution Debasis Kundu 1, Rameshwar D. Gupta 2 & Anubhav Manglick 1 Abstract In this paper we propose a very convenient

More information

Modeling Obesity and S&P500 Using Normal Inverse Gaussian

Modeling Obesity and S&P500 Using Normal Inverse Gaussian Modeling Obesity and S&P500 Using Normal Inverse Gaussian Presented by Keith Resendes and Jorge Fernandes University of Massachusetts, Dartmouth August 16, 2012 Diabetes and Obesity Data Data obtained

More information

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness ROM Simulation with Exact Means, Covariances, and Multivariate Skewness Michael Hanke 1 Spiridon Penev 2 Wolfgang Schief 2 Alex Weissensteiner 3 1 Institute for Finance, University of Liechtenstein 2 School

More information

Monitoring Processes with Highly Censored Data

Monitoring Processes with Highly Censored Data Monitoring Processes with Highly Censored Data Stefan H. Steiner and R. Jock MacKay Dept. of Statistics and Actuarial Sciences University of Waterloo Waterloo, N2L 3G1 Canada The need for process monitoring

More information

Asset Allocation Model with Tail Risk Parity

Asset Allocation Model with Tail Risk Parity Proceedings of the Asia Pacific Industrial Engineering & Management Systems Conference 2017 Asset Allocation Model with Tail Risk Parity Hirotaka Kato Graduate School of Science and Technology Keio University,

More information

14.02 Principles of Macroeconomics Quiz #3, Answers

14.02 Principles of Macroeconomics Quiz #3, Answers 14.0 Principles of Macroeconomics Quiz #3, Answers Name: Signature: Date : Read all questions carefull and completel before beginning the exam. There are four sections and ten pages make sure ou do them

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

Solution of Equations

Solution of Equations Solution of Equations Outline Bisection Method Secant Method Regula Falsi Method Newton s Method Nonlinear Equations This module focuses on finding roots on nonlinear equations of the form f()=0. Due to

More information

Bivariate Birnbaum-Saunders Distribution

Bivariate Birnbaum-Saunders Distribution Department of Mathematics & Statistics Indian Institute of Technology Kanpur January 2nd. 2013 Outline 1 Collaborators 2 3 Birnbaum-Saunders Distribution: Introduction & Properties 4 5 Outline 1 Collaborators

More information

Multi-Path General-to-Specific Modelling with OxMetrics

Multi-Path General-to-Specific Modelling with OxMetrics Multi-Path General-to-Specific Modelling with OxMetrics Genaro Sucarrat (Department of Economics, UC3M) http://www.eco.uc3m.es/sucarrat/ 1 April 2009 (Corrected for errata 22 November 2010) Outline: 1.

More information

A Recommended Financial Model for the Selection of Safest portfolio by using Simulation and Optimization Techniques

A Recommended Financial Model for the Selection of Safest portfolio by using Simulation and Optimization Techniques Journal of Applied Finance & Banking, vol., no., 20, 3-42 ISSN: 792-6580 (print version), 792-6599 (online) International Scientific Press, 20 A Recommended Financial Model for the Selection of Safest

More information

Pre-Calculus Midterm Exam REVIEW January 2013

Pre-Calculus Midterm Exam REVIEW January 2013 Pre-Calculus Midterm Eam REVIEW Januar 0 Name: Date: Teacher: Period: Your midterm eamination will consist of: 0 multiple-choice questions (including true/false & matching) these will be completed on the

More information

Fitting the Normal Inverse Gaussian distribution to the S&P500 stock return data

Fitting the Normal Inverse Gaussian distribution to the S&P500 stock return data Fitting the Normal Inverse Gaussian distribution to the S&P500 stock return data Jorge Fernandes Undergraduate Student Dept. of Mathematics UMass Dartmouth Dartmouth MA 02747 Email: Jfernandes7@umassd.edu

More information

Economic Markets. The Theory of Consumer Behavior

Economic Markets. The Theory of Consumer Behavior Economic Markets We want to work towards a theor of market equilibrium. We alread have a prett good idea of what that is, the prices and quantit in a market are going to be set b suppl and demand. So to

More information

501 Algebra Questions

501 Algebra Questions 501 Algebra Questions 501 Algebra Questions 2nd Edition NEW YORK Copright 2006 LearningEpress, LLC. All rights reserved under International and Pan-American Copright Conventions. Published in the United

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Chapter 4 Polnomial and Rational Functions 4.3 Rational Functions I 1. In R() = 4 3, the denominator, q( ) = 3, has a zero at 3. Thus, the domain of R() is all real numbers ecept 3.. In R() = 5 3 +, the

More information

R-package pendensity - Density Estimation with a Penalized Mixture Approach

R-package pendensity - Density Estimation with a Penalized Mixture Approach R-package pen - Densit Estimation with a Penalized Mixture Approach Christian Schellhase Centre for Statistics, Bielefeld Universit Department for Business Administration and Economics Version 0.2.5 Februar

More information

Contents Critique 26. portfolio optimization 32

Contents Critique 26. portfolio optimization 32 Contents Preface vii 1 Financial problems and numerical methods 3 1.1 MATLAB environment 4 1.1.1 Why MATLAB? 5 1.2 Fixed-income securities: analysis and portfolio immunization 6 1.2.1 Basic valuation of

More information

Joint Distribution of Stock Market Returns and Trading Volume

Joint Distribution of Stock Market Returns and Trading Volume Rev. Integr. Bus. Econ. Res. Vol 5(3) 0 Joint Distribution of Stock Market Returns and Trading Volume Muhammad Idrees Ahmad * Department of Mathematics and Statistics, Sultan Qaboos Universit, Muscat,

More information

Dealing with Downside Risk in Energy Markets: Futures versus Exchange-Traded Funds. Panit Arunanondchai

Dealing with Downside Risk in Energy Markets: Futures versus Exchange-Traded Funds. Panit Arunanondchai Dealing with Downside Risk in Energy Markets: Futures versus Exchange-Traded Funds Panit Arunanondchai Ph.D. Candidate in Agribusiness and Managerial Economics Department of Agricultural Economics, Texas

More information

Fabien Millioz, Nadine Martin. To cite this version: HAL Id: hal

Fabien Millioz, Nadine Martin. To cite this version: HAL Id: hal Estimation of a white Gaussian noise in the Short Time Fourier Transform based on the spectral kurtosis of the minimal statistics: application to underwater noise Fabien Millioz, Nadine Martin To cite

More information

CHAPTER II LITERATURE STUDY

CHAPTER II LITERATURE STUDY CHAPTER II LITERATURE STUDY 2.1. Risk Management Monetary crisis that strike Indonesia during 1998 and 1999 has caused bad impact to numerous government s and commercial s bank. Most of those banks eventually

More information

Journal of Modern Applied Statistical Methods

Journal of Modern Applied Statistical Methods Journal of Modern Applied Statistical Methods Volume 3 Issue Article 3 5--04 Two Parameter Modified Ratio Estimators with Two Auxiliar Variables for Estimation of Finite Population Mean with Known Skewness,

More information

MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION

MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION International Days of Statistics and Economics, Prague, September -3, MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION Diana Bílková Abstract Using L-moments

More information