首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏SAP S4HANA研习(2025年度)

    SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性

    SAP QM初阶如何从ABAP角度区分定性检验特性和定量检验特性 SAP QM模块中主检验特性(MIC)分两种,定量特性(Quantitative MIC) 和定性特性(Qualitative MIC) 对于QPMK_STEUERKZ这个字段值,如下是一些简要的说明: Only quantitative XX = X Only Qualitative = X Quantitative with lower limit XX X = X Quantitative with upper limit XX X = X Quantitative with check value XX X= X Quantitative with upper & lower limit XX XX = X Quantitative with Upper & check value XX X X= X Quantitative with lower & check value XX XX= X Quantitative with lower/Upper/Check value XX XXX= X Quantitative with only

    28700编辑于 2025-04-16
  • 来自专栏wujunmin

    Power BI Vega 条形纵向折线组合图表

    "size": 12 }, "encoding": { "x": { "field": "KPI", "type": "quantitative }, "encoding": { "x": { "field": "KPI__highlight", "type": "quantitative ": [6, 4] }, "encoding": { "x": { "field": "KPI2", "type": "quantitative }, "encoding": { "x": { "field": "KPI2__highlight", "type": "quantitative }, "encoding": { "x": { "field": "KPI__highlight", "type": "quantitative

    23810编辑于 2025-04-22
  • 来自专栏wujunmin

    Power BI 无公式实现帕累托图表

    "size": 12 }, "encoding": { "y": { "field": "KPI", "type": "quantitative }, "encoding": { "y": { "field": "KPI__highlight", "type": "quantitative }, "encoding": { "y": { "field": "cumulative_percent", "type": "quantitative }, "encoding": { "y": { "field": "cumulative_percent", "type": "quantitative }, "encoding": { "y": { "field": "KPI__highlight", "type": "quantitative

    33110编辑于 2025-04-23
  • 来自专栏进击的程序猿

    Kaggle初探--房价预测案例之数据分析

    = 'object'] qualitative = [f for f in all_df.columns if all_df.dtypes[f] == 'object'] print("quantitative : {}, qualitative: {}" .format (len(quantitative),len(qualitative))) quantitative: 35, qualitative: 44 output_30_1.png 看下每个定量变量的分布图 quantitative = [f for f in all_df.columns if all_df.dtypes[f] ! : {}, qualitative: {}" .format (len(quantitative),len(qualitative))) quantitative: 30, qualitative: 26 f = pd.melt(all_df, value_vars=quantitative) g = sns.FacetGrid(f, col="variable", col_wrap=2, sharex

    2K41发布于 2018-08-23
  • 来自专栏YYDS

    NFT数字藏品系统开发源码搭建案例展示

    What does quantitative trading mean? Quantitative trading refers to the investment method of trading using computer technology with the help Quantitative trading can bring a variety of "high probability" events with excess returns from huge historical data to formulate strategies, verify and solidify these laws and strategies with quantitative models

    61440编辑于 2023-02-23
  • 来自专栏YYDS

    hash哈希游戏源码系统开发搭建(成熟技术)

      Want to know clearly what is a quantitative trading robot? First of all,we should clarify the basic concept of quantitative trading:   Quantitative trading refers investment method that uses modern statistics and mathematical methods to trade through computer technology.Quantitative probability"events that can achieve excess returns from massive historical data to formulate strategies,uses quantitative

    72240编辑于 2023-02-23
  • 来自专栏作图丫

    绘制有间隙的热图绘制-gapmap

    2.有间隙的聚类图 gapmap(m = as.matrix(dataTable), d_row = rev(row_d), d_col = col_d, mode = "quantitative ", #mode是间隙模式,"阈值" 或 "定量"("threshold" 或 "quantitative")形式 mapping="exponential", #在quantitative间隙模式的情况下,调控间隙的形式,“线性”或“指数” ("linear" or "exponential" ) col=RdBu, ratio = .更改颜色绘制热图 gapmap(m = as.matrix(dataTable), d_row = rev(row_d), d_col = col_d, mode = "quantitative gap_data()生成 row_data <- gap_data(d= dendsort(row_d, type = "average"), mode = "<em>quantitative</em>

    2.1K21编辑于 2022-03-28
  • 来自专栏区块链哈希

    合约量化系统开发(案例分享)丨合约量化系统开发流程

    Features of Quantitative Trading Robot:  1.The most obvious feature of quantitative trading is to reduce making irrational investment decisions in the case of extreme market fanaticism or pessimism,while quantitative by quantifying trading ideas;  3.It can ensure the execution of transactions/profits,especially the quantitative

    50640编辑于 2022-06-27
  • 来自专栏全栈程序员必看

    史上最全量化交易资源整理

    RESEARCH AND TRADING – The latest theories, models and investment strategies in quantitative research and trading QUSMA – Quantitative Systematic Market Analysis https://abnormalreturns.com/ CSSA http:/ 库 Quantitative Finance in Julia – 多数为正在实现中,感兴趣的可以参与 编程论坛 Stack Overflow SegmentFault Quora Github 知乎 Kolm Barra USE3 handbook 《Quantitative Equity Portfolio Management》 Ludwig Chincarini 《Quantitative Equity Quantitative Finance, 2010, 10(4):401–420. (link) Batres-Estrada, Bilberto.

    5.3K13编辑于 2022-09-13
  • 来自专栏SAMshare

    特征锦囊:怎么定义一个方法去填充数值变量的空值?

    ordinal_column':['somewhat like','like','somewhat like','like','somewhat like','dislike'], 'quantitative_column 可以看出,这个数据集有一个数值变量quantitative_columns,存在一行缺失值,我们直接调用sklearn的preprocessing方法里的Imputer。 def fit(self, *_): return self # 调用自定义的填充器 cqi = CustomQuantitativeImputer(cols = ['quantitative_column

    1.9K10发布于 2020-01-15
  • 来自专栏深度学习和计算机视觉

    分享几本我看过的python量化书

    Inside the Black Box A Simple Guide to Quantitative and High Frequency Trading ? Quantitative Trading ? 这本书适覆盖面比较广,量化的各个方向都有涉及,公式较多。 Quantitative Trading How to Build Your Own Algorithmic Trading Business ?

    2.6K20发布于 2020-03-25
  • 来自专栏区块链哈希

    合约量化交易系统开发 | 合约量化APP开发(现成案例)

    Quantitative trading is generally carried out through robots,which means that advanced mathematical models probability"events that can bring excess returns from data to formulate strategies.At present,there are many quantitative trading robots.There is a probability to make profits through quantitative trading.It can only be said that through quantitative trading robots,they make money in most cases.  

    72140编辑于 2022-06-28
  • 来自专栏IT软件开发

    量化合约系统开发分析案例丨合约量化系统开发方案详解

    Features of Quantitative Trading Robot:  1.The most obvious feature of quantitative trading is to reduce making irrational investment decisions in the case of extreme market fanaticism or pessimism,while quantitative by quantifying trading ideas;  3.It can ensure the execution of transactions/profits,especially the quantitative

    49610编辑于 2022-06-26
  • 来自专栏区块链哈希

    量化合约系统开发(源码详解)丨合约量化系统开发(技术说明)

    Features of Quantitative Trading Robot:  1.The most obvious feature of quantitative trading is to reduce making irrational investment decisions in the case of extreme market fanaticism or pessimism,while quantitative by quantifying trading ideas;  3.It can ensure the execution of transactions/profits,especially the quantitative

    50750编辑于 2022-06-27
  • 来自专栏FPGA开源工作室

    基于FPGA的多级CIC滤波器实现四倍抽取一

    %The frequency of the local oscillator signal Fs = 44100; %sampling frequency N = 24; %Quantitative %The frequency of the local oscillator signal Fs = 44100; %sampling frequency N = 24; %Quantitative %The frequency of the local oscillator signal Fs = 44100; %sampling frequency N = 24; %Quantitative

    95310发布于 2019-10-29
  • 来自专栏程序员11

    合约量化交易系统玩法开发 (现成案例分析)

    所谓合约,其核心就是根据行情来买涨买跌,即无论是行情涨跌都能从中获利,但是行情变化莫测难以预料;  Contract quantitative trading,with specific and measurable trading market is reached,it will be intelligently reminded through the exchange app,so as to achieve the quantitative index and realize it through specific data;Quantitative trading strategy;  量化交易的特点:  1系统性  量化交易可以对大量的数据进行处理

    91330编辑于 2022-06-29
  • 来自专栏用户9868391的专栏

    量化合约系统开发(详细流程)丨合约量化系统开发(详情分析)

      What is a quantitative system?    Quantitative system refers to the decision-making made by computer through data analysis to replace people's the market changes,people often make irrational moves to control and adjust their digital goods coin.Quantitative invest and consult,and reducing the mistakes made by users because of impulse.This is the benefit of a quantitative

    63420编辑于 2022-07-02
  • 来自专栏wujunmin

    Power BI Deneb 玫瑰图

    }, "encoding": { "theta": { "field": "KPI__highlight", "type": "quantitative }, "encoding": { "theta": { "field": "KPI__highlight", "type": "quantitative

    35310编辑于 2025-05-05
  • 来自专栏量化投资与机器学习

    Optiver | Quant Engineer招聘(全职)

    工作地点 上海 Quantitative Engineer 岗位职责 Closely collaborate with researchers and traders on new experiments Experience working with quantitative trading and financial markets data, and in quantitative areas, such

    1.2K10发布于 2021-07-07
  • 来自专栏NFT链游的应用

    合约量化交易系统软件开发丨量化合约系统开发

    所谓合约,其核心就是根据行情来买涨买跌,即无论是行情涨跌都能从中获利,但是行情变化莫测难以预料  Contract quantitative trading,with specific and measurable trading market is reached,it will be intelligently reminded through the exchange app,so as to achieve the quantitative index and realize it through specific data;Quantitative trading strategy;普通说来,区块链系统由数据层、网络层、共鸣层、鼓励层、

    49230编辑于 2022-06-17
领券