m oracle,‎App Store 上的“TechM Oracle”

Our Oracle practice makes a positive difference to customers by helping them align their businesses with the latest in Information Technology (IT). We deliver superior projects, IT and business values to customers.

As a platinum partner of Oracle, we have demonstrated capabilities in the ever expanding Oracle ecosystems, such as:

Oracle Enterprise Resource Planning (ERP) applications

Oracle Industry Products

Fusion Middle Ware, BI and SOA products

Oracle Databases

Emerging areas such as End to End PaaS (Platform as a Service), Cloud solutions and Mobility

Tech Mahindra delivers successful global engagements of varying sizes, and complexity. Our engagements range from simple transactional projects to large transformational engagements across industries and regions.

This mobile application will allow you to understand our capability, strength and credentials and help you connect with us for more information and support.

#从雅虎财经中提取数据 getSymbols('TECHM.NS',from ='2012-01-01',to =''2015-01-01') #选择相关的收盘价序列 stock_prices = TECHM.NS [,4] #计算股票 一阶差分 stock = diff(log(stock_prices),lag = 1) plot(stock,type ='l',main ='log return plot') acf.stock = acf(stock [c(1:breakpoint),],main ='ACF Plot',lag.max = 100) #初始化实际对数收益率的xts对象 Actual_series = xts(0,as.Date("2014-11-25","%Y-%m-%d")) #初始化预测收益序列的数据 fit = arima(stock_train,order = c(2,0,2),include.mean = FALSE) #绘制残差的acf图 acf(fit$ residuals,main ="Residuals plot") arima.forecast = forecast.Arima(fit,h = 1,level = 99) #绘制预测 #为预测期创建一系列预测收益 forecasted_series = rbind(forecasted_series,arima.forecast $ mean [1]) #为预测期创建一系列实际收益 Actual_series = c(Actual_series,xts(Actual_return)) RM(Actual_return) #调整实际收益率序列的长度 Actual_series = Actual_series [-1] #创建预测序列的时间序列对象 forecasted_series = xts(forecasted_series,index(Actual_series)) #创建两个回归系列的图 - 实际与预测 #创建一个表格,用于预测的准确性 comparsion = merge(Actual_series,forecasted_series) comparsion $ Accuracy = sign(comparsion $ Actual_series)== sign(comparsion $ Precasted) #计算准确度百分比指标 Accuracy_percentage = sum(comparsion $ Accuracy == 1)* 100 / length(comparsion $ Accuracy) 将数据改为"D:\Desktop\002362hwkj.xlsx",数据集是汉王科技2012年至2021年日度交易数据,其余步骤按照上述步骤进行操作,预测CLose,
06-08
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值