置信區間估計 預測區間估計_估計,預測和預測

置信區間估計 預測區間估計

Estimation implies finding the optimal parameter using historical data whereas prediction uses the data to compute the random value of the unseen data.

估計意味著使用歷史數據找到最佳參數,而預測則使用該數據來計算未見數據的隨機值

The highlighted words in the above statement need some context setting before we proceed further:

在繼續進行之前,上述語句中突出顯示的詞需要進行一些上下文設置:

We need lot of historical data to learn dependencies for machine learning and modelling. The data typically involves multiple observations, where each observation consists of multiple variables. This multivariate observation x belongs to random variable X whose distribution lies in the realm of a finite set of possible distributions called as ‘the states of nature’.

我們需要大量的歷史數據來學習機器學習和建模的依賴關系。 數據通常包含多個觀察值,其中每個觀察值都包含多個變量。 該多元觀測值x屬于隨機變量X,其分布位于稱為“自然狀態”的有限分布的可能范圍內。

Estimation is the process of optimizing the true state of nature. Loosely speaking, estimation is related to model building i.e. finding the most appropriate parameter that best describes the multivariate distribution of historical data, for e.g. if we have five independent variables, X1, X2….X5 and Y as the target variable. Then, estimation involves the process of finding f(x) which is the closest approximation of the true state of nature denoted by g(θ).

估計是優化自然真實狀態的過程 。 寬松地說,估計與模型構建有關,即找到最能描述歷史數據多元分布的最合適參數,例如,如果我們有五個獨立變量X1,X2….X5和Y作為目標變量。 然后,估計涉及尋找f(x)的過程,f(x)是由g(θ)表示的真實自然狀態的最近似值。

Image for post
Parameter estimation on training data
訓練數據的參數估計

Whereas, prediction leverages the already built model to compute the out of sample values. It is a process of calculating the value of another random variable Z whose distribution is related to the true state of the nature (this property plays a pivotal role in any machine learning algorithm). Predictions are considered good when they agree over all the possible values of Z, on an average.

而預測則利用已經建立的模型來計算樣本外值。 這是計算另一個隨機變量Z的值的過程,該變量的分布與自然的真實狀態有關(此屬性在任何機器學習算法中都起著關鍵作用)。 平均而言,當預測與Z的所有可能值一致時,這些預測就被認為是好的。

Image for post
Prediction on unseen data
對看不見的數據進行預測

There are multiple ways to interpret the difference between the two, let’s also explore the Bayesian intuition:

解釋兩者之間差異的方法有多種,讓我們還探討貝葉斯直覺

Estimation is after the occurrence of the event i.e. posterior probability. Prediction is a kind of estimation before the occurrence of the event i.e. apriori probability.

估計是在事件發生之后,即后驗概率。 預測是在事件發生之前進行的一種估計,即先驗概率。

Let’s summarize our understanding on estimation and prediction: To make predictions on unseen data, we fit a model on training dataset that learns an estimator f(x), which is used to make predictions on new data.

讓我們總結一下對估計和預測的理解:為了對看不見的數據進行預測,我們在訓練數據集上擬合了一個模型,該模型學習了估計器f(x),該函數用于對新數據進行預測。

Now, that we understand what the prediction is, let’s see how it is different from forecasting.

現在,我們了解了預測是什么,讓我們看看它與預測有何不同。

Forecasting problems are a subset of prediction problems wherein both use the historical data and talk about the future events. The only difference between forecasting and prediction is the explicit addition of temporal dimension in forecasting.

預測問題是預測問題的子集,其中既使用歷史數據,又談論未來事件。 預測與預測之間的唯一區別是在預測中顯式增加了時間維度。

Forecast is a time-based prediction i.e. it is more appropriate while dealing with time series data. Prediction, on the other hand, need not be time based only, it can be based on multiple causal factors that influence the target variable.

預測是基于時間的預測,即在處理時間序列數據時更合適。 另一方面,預測不必僅基于時間,它可以基于影響目標變量的多個因果因素。

I stumbled across a very fresh perspective of explaining the difference between the prediction and forecast using the analogy of the origin of the words themselves.

我偶然發現了一個非常新穎的觀點,即使用單詞本身的起源來解釋預測與預測之間的差異。

I will brief on this innovative illustration in this post, but you can read more about it at the original post here.

我將在這篇文章中簡要介紹這個創新的插圖,但是您可以在此處的原始文章中了解更多有關它的信息。

Forecast is more process-oriented and follows a certain methodology of doing something. In a way, it assumes that the past behavior is a good enough indicator of what is going to happen in the future.

預測更注重過程,并遵循某種方法進行工作。 在某種程度上,它假設過去的行為足以說明將來會發生什么。

Prediction considers all historical processes, influencing variables and interactions to reveal the future.

預測考慮了所有歷史過程,影響變量和相互作用以揭示未來。

In summary, all forecasts are predictions but not all predictions are forecasts.

總之,所有預測都是預測,但并非所有預測都是預測。

Hope you now have clarity on the difference between estimation and prediction. The post also highlights the distinction between prediction vs forecast.

希望您現在對估計和預測之間的區別有所了解。 該帖子還強調了預測與預測之間的區別。

Happy Reading!!!

閱讀愉快!

References: https://stats.stackexchange.com/questions/17773/what-is-the-difference-between-estimation-and-prediction/17789#17789

參考: https : //stats.stackexchange.com/questions/17773/what-is-the-difference-between-estimation-and-prediction/17789#17789

翻譯自: https://towardsdatascience.com/estimation-prediction-and-forecasting-40c56a5be0c9

置信區間估計 預測區間估計

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/392064.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/392064.shtml
英文地址,請注明出處:http://en.pswp.cn/news/392064.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

鴻蒙系統還會推出嗎,華為明年所有自研設備都升級鴻蒙系統,還會推出基于鴻蒙系統的新機...

不負期許,華為鴻蒙OS手機版如期而至。今日(12月15日),鴻蒙OS 2.0手機開發者Beta版本正式上線,支持運行安卓應用,P40、Mate 30系列可申請公測。國內媒體報道稱,華為消費者業務軟件部副總裁楊海松表示,按照目…

C#中將DLL文件打包到EXE文件

1:在工程目錄增加dll目錄,然后將dll文件復制到此目錄,例如: 2:增加引用,定位到工程的dll目錄,選中要增加的dll文件 3:修改dll文件夾下面的dll文件屬性 選中嵌入式資源,不…

PopupMenu控件的使用

1、用PopupMenu控件能進行右鍵菜單的實現,它的實現還需要綁定到barManager控件上,在barManager的Customize中添加右鍵所需要顯示的功能。 2、PopupMenu屬性欄中綁定Manager為barManager; 3、窗體加載事件中創建 this.popupMenu1.AddItems(new…

Java—動態代理

動態代理利用了JDK API,動態地在內存中構建代理對象,從而實現對目標對象的代理功能。動態代理又被稱為JDK代理或接口代理。 靜態代理與動態代理的區別主要在: 靜態代理在編譯時就已經實現,編譯完成后代理類是一個實際的class文件…

Oracle VM Virtual Box的安裝

安裝Oracle VM Virtual Box安裝擴展插件 選擇"管理"?"全局設定" 在設置對話框中,選擇"擴展" 選擇"添加包" 找到"Oracle_VM_VirtualBox_Extension_Pack-4.1.18-78361",點擊"打開" 5&#x…

python 移動平均線_Python中的SMA(短期移動平均線)

python 移動平均線With the evolution of technology rapidly evolving, so do strategies in the stock market. In this post, I’ll go over how I created a SMA(Short Moving Average) strategy.隨著技術的飛速發展,股票市場的策略也在不斷發展。 在本文中&…

angular中的href=unsafe:我該怎么擺脫你的溺愛!!

解決方法:angular.module加入下面這行:(依據Angular changes urls to “unsafe:” in extension page) .config(function($compileProvider){//注:有些版本的angularjs為$compileProvider.urlSanitizationWhitelist(/^\s*(https?…

android view gesturedetector,如何在Android中利用 GestureDetector進行手勢檢測

如何在Android中利用 GestureDetector進行手勢檢測發布時間:2020-11-26 16:15:21來源:億速云閱讀:92作者:Leah今天就跟大家聊聊有關如何在Android中利用 GestureDetector進行手勢檢測,可能很多人都不太了解&#xff0c…

Ubuntu2204配置samba

0.前情說明 samba服務器主要是用來局域網共享文件的,如果想公網共享可能行不通,我已經踩坑一天了 所以說如果你想滿足公網samba共享你就可以不要看下去了 1.參考連接 Ubuntu 安裝 Samba 服務器_ubuntu安裝samba服務器-CSDN博客 2.安裝samba服務 sud…

Java—BIO模型

利用 BIO 模型(傳統阻塞 IO 模型)實現多用戶訪問 源代碼 Server類 public class server {public static void main(String[] args) {ExecutorService executorService Executors.newFixedThreadPool(6);try {ServerSocket serverSocketnew ServerSocke…

c++學編程如何鍛煉耐力_我如何學習編程:這是一項耐力運動

c學編程如何鍛煉耐力by Amy M Haddad通過艾米M哈達德(Amy M Haddad) 我如何學習編程:這是一項耐力運動 (How I’m learning to program: it’s an endurance sport) 為什么我的編程學習軌跡反映了我作為跑步者的訓練方式 (Why my learning trajectory for programm…

python處理文本數據

處理文本數據,主要是通過Seris的str訪問。遇到NaN時不做任何處理,保留結果為NaN,遇到數字全部處理為NaN。 str是Seris的方法,DataFrame不能直接使用,但是通過索引選擇DataFrame中的某一行或者某一列,結果為…

Java系列筆記(4) - JVM監控與調優【轉】

Java系列筆記(4) - JVM監控與調優【轉】 目錄 參數設置收集器搭配啟動內存分配監控工具和方法調優方法調優實例 光說不練假把式,學習Java GC機制的目的是為了實用,也就是為了在JVM出現問題時分析原因并解決之。通過學習,我覺得JVM監控與調…

Maven打包排除某個資源或者目錄

最近在spark streaming本地調試的時候&#xff0c;引入了一些資源文件&#xff0c;打包的時候需要給排除掉。所以就考慮使用maven的方式 詳細參考官方文檔&#xff1a;https://maven.apache.org/plugins/maven-jar-plugin/examples/include-exclude.html 排除某個資源文件 <…

android發送網絡請求沒反應,Android無法使用HttpURLConnection發送GET請求

我正在嘗試在我的應用程序中使用HttpURLConnection.我將我的請求方法設置為’GET’,但是當我嘗試檢索輸出流時,該方法將更改為’POST’&#xff01;我不確定是什么原因,但是當我使用’POST’發送請求時,我的JSON服務器(我使用JAX-RS)會返回一個空白頁面.這是我的代碼片段&#…

地圖 c-suite_C-Suite的模型

地圖 c-suiteWe’ve all seen a great picture capture an audience of stakeholders.我們所有人都看到了吸引利益相關者聽眾的美好畫面。 Let’s just all notice that the lady in the front right is not captivated by the image on the board (Photo by Christina wocin…

框架和庫的區別_框架和庫之間的區別

框架和庫的區別Developers often use the terms “library” and “framework” interchangeably. But there is a difference.開發人員經常互換使用術語“庫”和“框架”。 但是有區別。 Both frameworks and libraries are code written by someone else that is used to he…

Java—多線程實現生產者消費者模型

采用線程實現“生產者-消費者”編程的基礎模型 源代碼 消費者代碼&#xff1a; public class Consumer implements Runnable {BlockingQueue<Integer> blockingQueue;int n;CountDownLatch countDownLatch;public Consumer(BlockingQueue<Integer> blockingQueue…

動態鏈接庫.so和靜態鏈接庫.a的區別

靜態鏈接庫&#xff1a; ?擴展名&#xff1a;.a? ?編譯行為&#xff1a;在編譯的時候&#xff0c;將函數庫直接整合到執行程序中&#xff08;所以利用靜態庫編譯生成的文檔會更大&#xff09;??獨立執行的狀態&#xff1a;編譯成功的可執行文件可以獨立運行&#xff0c;不…

華為鴻蒙系統封閉,谷歌正式“除名”華為!“親兒子”榮耀表示:暫不考慮,鴻蒙OS處境尷尬...

我們都知道&#xff0c;目前智能手機最常用操作系統就是IOS和安卓&#xff0c;占據手機系統超過99%的市場份額。由于IOS系統的封閉性&#xff0c;國內手機廠商基本上都是使用谷歌的開源安卓系統。當然華為也不例外&#xff0c;一直使用的都是安卓系統。可以說&#xff0c;安卓系…