30+
Jahre Hochleistungssoftware für Wissenschaft und Ingenieurwesen
Anmeldung
Watch Videos
Kostenlos testen
Kaufen
English
日本語
Deutsch
Toggle navigation
Produkte
PRODUKTE
Origin
OriginPro
Origin-Viewer
Alle Produkte
Origin vs. OriginPro
Neuerungen in der aktuellen Version
Produktliteratur
DEMONSTRATIONEN
Anwendungen
Anwenderberichte
Grafikgalerie
Animationsgalerie
3D-Funktionsgalerie
FUNKTIONEN
Grafische Darstellung in 2D und 3D
Peakanalyse
Kurvenanpassung
Statistik
Signalverarbeitung
Schlüsselfunktionen nach Version
LIZENZIERUNGSOPTIONEN
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
Wer verwendet Origin?
Anwendermeinungen
Veröffentlichte Produktbewertungen
Online-Shop
Angebot anfragen/Bestellen
Vertriebspartner suchen
Apps
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
Kaufen
Neuaufträge
Softwarepflege verlängern
Upgrade für Origin
Vertrieb kontaktieren (nur USA & Kanada)
Vertriebspartner suchen
Lizenzierungsoptionen
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
FAQ für Vertrieb
Support
SERVICE
Origin auf neuen PC übertragen
Origin lizenzieren/registrieren
Beratung
Schulung
SUPPORT
FAQ für Support
Hilfecenter
Support kontaktieren
Support-Richtlinien
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Produktliteratur
Demoversion von Origin
Alle Downloads
VIDEOS
Installation und Lizenzierung
Einführung in Origin
Alle Video-Tutorials
DOKUMENTATION
Hilfe
Tutorials
Programmierung mit Python
Programmierung mit OriginC
Programmierung mit LabTalk
Gesamte Dokumentation
Communities
Anwenderforum
Anwenderdateiaustausch
Facebook
YouTube
LinkedIn
Über uns
OriginLab Corp.
Neuigkeiten & Events
Karriere
Vertriebspartner
Kontakt
Anmeldung
Origin C Reference
>
Global Functions
>
Mathematik
>
Curve
>
Fitting
Origin C Reference
>
Struct
>
Fitting
Beispiele (DescStats)
>
Analysis
>
Fitting
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
2.1.11 Fitting
Fitting-GlobalFunction
Functions
Name
Brief
Example
fitlinear
a simplified version of Linear fit
Examples
fitpoly
Fit a polynomial equation to XY vectors and return the coefficients and statistical results.
Examples
nlfFit
Get the value of the specified dependent variable for the specified value of the independent variable.
Examples
nlfXfromY
Get the value(s) of the independent variable for the specified value of the specified dependent variable.
Examples
nlsf_func_to_fdf
Find nlf FDF name by function name from given category's file list.
Examples
nslf_get_func_list
Load a functions list from certain Category.
Examples
nlf_get_section_keys_and_values
Get the keys and values from sepcial section name from NLSF.ini file.
Examples
nlsf_install_fdf
Install a fitting function into Origin using its FDF file, optionally specifying the category to install it into.
Examples
nlsf_uninstall_fdf
Uninstall a fitting function from Origin using its FDF file, optionally specifying the category to uninstall it from.
Examples
ocmath_AIC
Function to compute Akaike's Information Criterion (AIC)
Examples
ocmath_calc_conf_and_pred_bands_for_polynomial
Calculate ranges of confidence or prediction in polynomial fitting
Examples
ocmath_diagnostic_residuals
Function to compute diagnostic residual for fits(NLSF, LR, PR and MR)
Examples
ocmath_init_linear_fit_options
Function to set default options to LROptions structure for simple linear regression.
Examples
ocmath_fit_linear_multi_regions
Split the curve to segments and then perform linear fit on them
Examples
ocmath_linear_fit
Function to perform simple linear regression. using g02cac, The computational engine is the NAG function nag_simple_linear_regression (g02cac).
Examples
ocmath_multiple_linear_regression
Function to perform multiple linear regression.
Examples
ocmath_partial_reg_plots
Function to compute the data for partial regression plot
Examples
ocmath_polynomial
This function constructs a polynomial curve
Examples
ocmath_polynomial_fit
Function to Perform polynomail fit on the given X and Y data points. The function will normailize X data first, and then call ocmath_multiple_linear_regression(), which is the main computational engine, and finally correct the variance-covariance matrix.
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Fitting
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programmieren
Origin C Programming Guide
Origin C Reference
Beispiele (DescStats)
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Basic IO
Character and String Manipulation
COM
Communications
Curve
Data Conversion
Data Range
Date Time
File IO
File Management
Fitting
Image Processing
Import Export
Internal Origin Objects
LabTalk Interface
Math Functions
Mathematik
Matrixkonvertierung und Gridding
Memory Management
NAG Functions
Network
Signal Processing
Spectroscopy
Statistics
System
Tree
User Interface
fitlinear
Fitpoly
nlfFit
nlfXfromY
nlf_get_section_keys_and_values
nlsf_func_to_fdf
nlsf_install_fdf
nlsf_uninstall_fdf
nslf_get_func_list
ocmath_AIC
ocmath_calc_conf_and_pred_bands_for_polynomial
ocmath_diagnostic_residuals
ocmath_fit_linear_multi_regions
ocmath_init_linear_fit_options
ocmath_linear_fit
ocmath_multiple_linear_regression
ocmath_partial_reg_plots
ocmath_polynomial
ocmath_polynomial_fit
English
|
Deutsch
|
日本語
© OriginLab Corporation. Alle Rechte vorbehalten.
×
☐
_
Let's Chat