origin Add multiple fitted curves in a Histogram


5.10.11 Add multiple fitted curves in a Histogram

Contents

Summary

Origin allows you to fit the peaks from the result of frequency count. Also, fitted curves can added into the new layer in the Histogram.

What you will learn

  • Plotting the Histogram

  • Using Frequency Count to do statistics
  • Using Peak Analyzer to find peaks and do fitting
  • Adding new layers

Steps

Copy and paste the sample data into Origin and set the column as Y (Highlight the column and choose Column: Set As Y from the Origin menu). Plot this data as a Histogram by clicking Plot: Statistics: Histogram from the menu.

Frequency Count
  1. Highlight the sample data, then open the Frequency Count dialog by selecting Statistics: Descriptive Statistcs: Frequency Count.

  2. Click OK to finish. A new result sheet will be generated.
Fit peaks
  1. Select Col(Counts) and then open the Peak Analyzer dialog from Analysis: Peak and Baseline: Peak Analyzer.

  2. In the start page, select Fit Peaks as Goal, then click Next.
  3. In the Baseline Mode page, set the baseline as Y=0 when the Custom radio box is checked.
  4. Click the Next button twice to go to the Find Peaks page. Click the Find button under the Enable Auto Find check box to find two peaks.
  5. Click the Next button again to open the Fit Peaks page. Click Fit Control at the bottom of this page to open the Peak Fit Parameters dialog.
  6. In this dialog, the default fitting function is Gaussian, which is the right function for normalizing the data. Close the Peak Fit Parameters dialog and go back to the Peak Analyzer dialog. Click Finish to complete the fitting.
Add the fitted curves
  1. Activate the Histogram graph and add a layer by selecting Graph: New Layer(Axes): Right-Y from the main menu.

  2. Right-click the Layer2 icon and select Plot Setup from the short menu to open the Plot Setup dialog.

    In order to show all three panels in Plot Setup dialog, please expand Plot Type panel by clicking and expand Available Datapanel by clicking again.

    Please refer to Plotting using Plot Setup for more information.

  3. Select the sheet FitPeakCurve1 from the top panel, then set col(C) as X and col(D) as Y, and add them into the Layer RightY in the bottom panel.
  4. Do the same things for col(E) and col(F). After that, both fitted peaks have been added into the Layer RightY.
  5. Click OK. Two fitted curves had been added to the Histogram.
  6. Double-click the graph to open the Plot Details dialog. Select RightY from the left panel, then open the Link Axes Scales tab in the right panel and select Straight(1 to 1) for both X Axis Link and Y axis Link. Click OK to close the dialog.
  7. The fitted curves are added into the Histogram with the proper scale. The following is the result graph, with the right Y-axis removed.
Sample Data

0.631

0.642

0.652

0.662

0.669

0.676

0.677

0.69

0.691

0.696

0.697

0.699

0.699

0.7

0.7

0.708

0.712

0.718

0.731

0.744

0.749

0.751

0.752

0.753

0.758

0.758

0.759

0.761

0.761

0.763

0.763

0.763

0.765

0.767

0.768

0.768

0.769

0.769

0.77

0.771

0.771

0.772

0.774

0.775

0.775

0.776

0.776

0.776

0.777

0.778

0.779

0.78

0.78

0.781

0.784

0.784

0.785

0.785

0.789

0.789

0.791

0.794

0.795

0.796

0.798

0.798

0.803

0.82

0.831

? OriginLab Corporation. All rights reserved.

Site Map | Privacy Policy | Terms of Use

时间: 2024-11-10 10:17:00

origin Add multiple fitted curves in a Histogram的相关文章

iOS 多张图片保存到相册问题(add multiple images to photo album)

不知道朋友们有木有做过多图保存到系统的相册这个需求,我在用`UIImageWriteToSavedPhotosAlbum`保存图片时候,在代理回调方`didFinishSavingWithError`中有些图片会出现这样的错误: 原因上面写的很清楚,在同时保存多张图的时候,系统资源有限,来不及处理全部图片,容易出现写入错误.如果每次保存的时候一张保存完再保存另一张,就不会出现这个错误了. 其实管理相册的是`ALAssetsLibrary`这个类,苹果官方对它的描述是这样的:An instance

origin 8.5 曲线拟合,延长曲线范围

1. 输入数据并选择Y轴数据 2 非线性拟合 Analysis-Fitting-Nonlinear Curve Fit-Open Dialog 3.选择拟合曲线类型 在origin7.5中选择曲线类型和表达式比较直观,8.5好像反而不太直观了. 固定某个参数可在Parameters中设置. 点击Fit开始拟合 双击FitNL中的小图打开图像 4.延长拟合曲线范围 点击左上角小锁头图标,Change Parameters 切换回 选择Fitted Curves-Range改为Custom-去掉Au

Export to Microsoft Excel On a Dynamics AX Form With Multiple Data Sources【转】

AX 2012 now makes it really easy to output to Excel from a form. Quite simply all you need to do is add a Command button to the form and link it to the command Export to Microsoft Excel. This is great for list pages or any form with a single data sou

Word histogram

Here is a program that reads a file and builds a histogram of the words in the file: process_file loops through the lines of the file, passing them one at a time to process_line. The histogram h is being used as an accumulator. process_line uses the

Multiple HTTPS Bindings IIS 7 Using appcmd

http://toastergremlin.com/?p=308 Sometimes when using a wildcard SSL or Unified Communications Certificate (UCC) it is necessary to add multiple https host headers for a single IP. Unfortunately the IIS 7 GUI does not allow you to set a host header o

AttributeCollection.Add(String, String) Method

<%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> protected void SubmitBtn_

提高神经网络的学习方式Improving the way neural networks learn

When a golf player is first learning to play golf, they usually spend most of their time developing a basic swing. Only gradually do they develop other shots, learning to chip, draw and fade the ball, building on and modifying their basic swing. In a

[Quote] 3.6 Namespaces

From http://www.informit.com/articles/article.aspx?p=31783&seqNum=6 This chapter is from the book Navigating C++ and Object-Oriented Design (Bk/CD-ROM) 3.6 Namespaces An earlier section ("Storage Classes" on page 124) explains scope rules fo

Java性能提示(全)

http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLists and ArrayLists (and Vectors) (Page last updated May 2001, Added 2001-06-18, Author Jack Shirazi, Publisher OnJava). Tips: ArrayList is faster than