{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/interpolation-concepts/",
  "atlas": "https://www.pystone.net/?node=interpolation-concepts#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/interpolation-concepts.md",
  "context": "https://www.pystone.net/notes/interpolation-concepts.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:interpolation-concepts",
  "slug": "interpolation-concepts",
  "title": "插值的概念",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "插值的概念",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "dfb3c9594131f9ed6193b9eb877d1af185f7e08d1412f167aa173616a272a9df",
  "assets": [
    {
      "reference": "assets/QQ%E6%88%AA%E5%9B%BE20200513183418.png",
      "url": "/media/d211fafd9a0861e9a628.png",
      "mediaType": "image/png",
      "contentHash": "d211fafd9a0861e9a62882f47f3c25774f86dfbe6b2e9e72d1c0ca3173e11f85",
      "byteLength": 38274,
      "width": 1009,
      "height": 300
    }
  ],
  "headings": [
    {
      "depth": 1,
      "text": "插值的概念",
      "anchor": "插值的概念",
      "citation": "https://www.pystone.net/notes/interpolation-concepts/#%E6%8F%92%E5%80%BC%E7%9A%84%E6%A6%82%E5%BF%B5"
    },
    {
      "depth": 2,
      "text": "插值（离散数学名词）",
      "anchor": "插值离散数学名词",
      "citation": "https://www.pystone.net/notes/interpolation-concepts/#%E6%8F%92%E5%80%BC%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6%E5%90%8D%E8%AF%8D"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:graphics-and-3d-reconstruction",
      "title": "图形学与三维重构",
      "url": "https://www.pystone.net/notes/graphics-and-3d-reconstruction/",
      "atlas": "https://www.pystone.net/?node=graphics-and-3d-reconstruction#knowledge-atlas",
      "label": "图形学与三维重构",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "本层中的“插值的概念”导航项",
      "citation": "https://www.pystone.net/notes/graphics-and-3d-reconstruction/#%E6%9C%AC%E5%B1%82"
    }
  ],
  "contentMarkdown": "# 插值的概念\n\n> 创建时间：2020/5/13 18:30\n\n## 插值（离散数学名词）\n\n在离散数据的基础上补插连续函数，使得这条连续曲线通过全部给定的离散数据点。 插值是离散函数逼近的重要方法，利用它可通过函数在有限个点处的取值状况，估算出函数在其他点处的近似值。\n插值和插值函数：\n\n![Alt text](assets/QQ%E6%88%AA%E5%9B%BE20200513183418.png)\n\n我在具体的应用（如数学建模竞赛）中，常常需要根据已知的函数点进行数据、模型的处理和分析，而通常情况下现有的数据是极少的，不足以支撑分析的进行，这时就需要使用一些数学的方法，“模拟产生”一些新的但又比较靠谱的值来满足需求。一般来说，我可以去调用MATLAB或者Python的一些库函数来实现，这个功能就是“ **插值** ”。\n\n<https://www.cnblogs.com/duye/p/8671820.html>\n"
}
