System adaptive prediction method
A forecasting method and self-adaptive technology, applied in forecasting, data processing applications, marketing, etc., can solve problems such as high sample requirements and lack of versatility
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0057] The realization program of the method of the present invention adopts Win10 system, python virtual environment.
[0058] The following is the program implementation code (part): including: forecasting of Class A aviation materials, forecasting of Class A aviation materials, forecasting of Class A aviation materials, forecasting of Class A aviation materials; moving average method, exponential smoothing method, etc.
[0059] class material_demand(object):
[0060] @classmethod
[0061] The following code is the prediction method for Class A aviation materials
[0062] def cal_A(self, n, FL, FH, MURR, TAT, alpha, IQ, RQ, SIT):
[0063] RN = n * FL * FH * MURR # From the above parameters, the average replacement number RN per unit time (day) can be calculated
[0064] L = RN * TAT
[0065] K = 0
[0066] flag = math.exp(-L)
[0067] while flag < alpha:
[0068] K = K + 1
[0069] flag += cal(K,L) * math.exp(-L)
[0070] Q = K - IQ + RQ - SIT
[0071] return Q
...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com