您好,欢迎访问三七文档
当前位置:首页 > 机械/制造/汽车 > 汽车理论 > 地质数据处理_插值方法
二维数据场的插值方法1.二维数据场描述及处理目的数据场数据{(xi,yi,zi),i=1,…,n},即某特征在二维空间中的n个预测值列表:x坐标y坐标观测数据x坐标y坐标观测数据164648.4784648127164658.9784658130164658.9784648.5128164649.4784658.5127164649.4784649127164649.9584659126164649.9584649.5126164650.4584659.5126164650.4584650126164650.9584660125164650.9584650.5125164651.4584660.5125164651.45846511251646528466112416465284651.5124164652.4884661.5124164652.4884652124164652.9784650.5124164652.4884657.5129164653.4784651123164652.9784652.5124164653.9784651.5126164653.4784653125164654.4784652127164653.9784653.5126164654.9584652.5128164654.4784654129164658.9784658130164654.9584654.5128164649.4784658.5127164655.4584655126164656.9884656.5127164655.9584655.5127164657.4884657126164656.4484656129164648.4784657.5127164654.368884653128处理目的了解该数据场的空间分布情况处理思路网格化绘制等值线图网格化方法:二维数据插值2.空间内插方法Surfer8.0中常用的插值方法GriddingMethodsInverseDistancetoaPower(距离倒数加权)Kriging(克立格法)MinimumCurvature(最小曲率法)ModifiedShepard'sMethod(改进Shepard方法)NaturalNeighbor(近邻法)NearestNeighbor(最近邻法)PolynomialRegression(多项式回归法)RadialBasisFunction(径向基函数法)TriangulationwithLinearInterpolation(线性插值三角形法)MovingAverage(移动平均法)DataMetrics(数据度量方法)LocalPolynomial(局部多项式法)GeostatisticsAnalystModelinArcGIS92.1反距离加权插值反距离加权插值(InverseDistanceWeighting,简称IDW),反距离加权法是最常用的空间内插方法之一。它的基本原理是:空间上离得越近的物体其性质越相似,反之亦然。这种方法并没有考虑到区域化变量的空间变异性,所以仅仅是一种纯几何加权法。反距离加权插值的一般公式为:niiiiyxZyxZ1),(),(其中,0Z(x)为未知点0x处的预测值,iZ(x)为已知点ix处的值,n为样点的数量,为样点的权重值,其计算公式为:nppii0i0i1d/d式中i0d为未知点与各已知点之间的距离,p是距离的幂。样点在预测过程中受参数p的影响,幂越高,内插的平滑效果越佳。尽管反距离权重插值法很简单,易于实现,但它不能对内插的结果作精度评价,所得结果可能会出现很大的偏差,人为难以控制。2.2全局多项式插值(趋势分析法)根据有限的样本数据拟合一个表面来进行内插,称之为全局多项式内插方法。一般多采用多项式来进行拟合,求各样本点到该多项式的垂直距离的和,通过最小二乘法来获得多项式的系数,这样所得的表面可使各样本点到表面之间距内插方法确定性内插方法地统计内插方法协同克立格内插克立格内插方法径向基函数方法局部多项式内插全局多项式内插反距离加权插值离的平方和最小。),(),(yxfyxZ如果表面平滑、无弯曲,使用一次多项式拟合;有一处弯曲的表面则用二次多项式进行拟合;若有两处弯曲则需使用三次多项式,依次类推。全局多项式内插一般适用于表面变化平缓的研究区域,或者仅研究区域内全局性趋势的情况[3]。2.3局部多项式内插局部多项式内插与全局多项式内插相对应,是用多个多项式拟合表面的一种方法,它更多地用来表现研究区域西部的变异情况。其基本原理与全局多项式内插相同。TheLocalPolynomialgriddingmethodassignsvaluestogridnodesbyusingaweightedleastsquaresfitwithdatawithinthegridnode'ssearchellipse.2.4径向基函数方法径向基函数法属于人工神经网络方法,该方法所拟合的表面都必须经过所有样本数据。径向基函数以某个已知点为中心按一定距离变化的函数,因此在每个数据点都会形成径向基函数,即每个基函数的中心落在某一个数据点上。径向基函数适合于非常平滑的表面,要求样本数据量大,如果数据点少,则内插效果不佳[3]。同时,径向基函数难以对误差进行估计,也是其缺点之一。常用的径向基函数法,它们分别是:薄盘样条函数(thin-platespline):2222B(h)(hR)ln(hR)张力样条函数(splinewithtension):20ERhB(h)ln()K(Rh)C2规则样条函数(completelyregularizedspline):n2n221En1(-1)rRhRhB(h)ln()E()Cn!n22高次曲面样条函数(multiquadricspline):22B(h)hR反高次曲面样条函数(inversemultiquadricspline):221B(h)hR各式子中h为表示由点(x,y)到第i个数据点的距离,R参数是用户指定的平滑因子,0K为修正贝塞尔函数,1E为指数积分函数,EC为Euler常数,其值约为0.577215。RadialBasisFunctioninterpolationisadiversegroupofdatainterpolationmethods.Intermsoftheabilitytofityourdataandtoproduceasmoothsurface,theMultiquadricmethodisconsideredbymanytobethebest.AlloftheRadialBasisFunctionmethodsareexactinterpolators,sotheyattempttohonoryourdata.Youcanintroduceasmoothingfactortoallthemethodsinanattempttoproduceasmoothersurface.FunctionTypesThebasiskernelfunctionsareanalogoustovariogramsinKriging.Thebasiskernelfunctionsdefinetheoptimalsetofweightstoapplytothedatapointswheninterpolatingagridnode.TheavailablebasiskernelfunctionsarelistedintheTypedrop-downlistintheRadialBasisFunctionOptionsdialog.InverseMultiquadricMultilogMultiquadraticNaturalCubicSplineThinPlateSplinewhere:histheanisotropicallyrescaled,relativedistancefromthepointtothenodeR2isthesmoothingfactorspecifiedbytheuserDefaultR2ValueThedefaultvalueforR2intheRadialBasisFunctiongriddingalgorithmiscalculatedasfollows:(lengthofdiagonalofthedataextent)2/(25*numberofdatapoints)SpecifyingRadialBasisFunctionAdvancedOptions1.ClickonGrid|Data.2.IntheOpendialog,selectadatafileandthenclicktheOpenbutton.3.IntheGridDatadialog,chooseRadialBasisFunctionintheGriddingMethodgroup.4.ClicktheAdvancedOptionsbuttontodisplaytheRadialBasisAdvancedOptionsdialog.5.IntheGeneralpage,youcanspecifythefunctionparametersforthegriddingoperation.TheBasisFunctionlistspecifiesthebasiskernelfunctiontouseduringgridding.Thisdefinestheoptimalweightsappliedtothedatapointsduringtheinterpolation.TheBasisFunctionisanalogoustothevariograminKriging.ExperienceindicatesthattheMultiquadricbasisfunctionworksquitewellinmostcases.SuccessfuluseoftheThinPlateSplinebasisfunctionisalsoreportedregularlyinthetechnicalliterature.TheR2Parameterisashapingorsmoothingfactor.ThelargertheR2Parametershapingfactor,therounderthemountaintopsandthesmootherthecontourlines.Thereisnouniversallyacceptedmethodforcomputinganoptimalvalueforthisfactor.AreasonabletrialvalueforR2Parameterisbetweentheaveragesamplespacingandone-halftheaveragesamplespacing.TriangulationwithLinearInterpolationTheTriangulationwithLinearInterpolationmethodinSurferusestheoptimalDelaunaytriangulation.Thealgorithmcreatestrianglesbydrawinglinesbetweendatapoints.Theoriginalpointsareconnectedinsuchawaythatnotriangleedgesareintersectedbyothertriangles.Theresultisapatchworkoftriangularfacesovertheextentofthegrid.Thismethodisanexactinterpolator.Eachtriangledefinesaplaneoverthegridnodes
本文标题:地质数据处理_插值方法
链接地址:https://www.777doc.com/doc-2525349 .html