Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
2 answers
77 views

I am trying to run a Dymola model using the most recent LBNL Buildings Library release. I haven't added or changed anything at this point, so I'm really not sure if I'm just missing something that I ...
1 vote
1 answer
87 views

I'm ongoing of learning erlang. The code sniped from Programming Erlang by Joe Armstrong -module(my_bank). -behaviour(gen_server). -export([start/0]). -export([init/1, handle_call/3, handle_cast/2, ...
2 votes
1 answer
1k views

In a GenServer def init(_opts \\ []) do table = :ets.new(:my_table, [:duplicate_bag, :public]) {:ok, %{}} end def add_player(zone_id, socket_id) do :ets.thing( :my_table, ...
bezzoon's user avatar
  • 2,029
2 votes
1 answer
167 views

i have a simple problem. ets:lookup() can find the record but ets:delete() gives badarg error. case ets:lookup(Connections, Next) of [] -> case ets:lookup(Connections, Prev) of ...
1 vote
1 answer
164 views

I'm writing a program using Elixir and I have a very strange error. I have a table, which contains some values stored like that: {a, b}. A is unique value, b can be repeated. I want to count how many ...
dprofe's user avatar
  • 15
0 votes
1 answer
318 views

I am trying to forecast for 20days,starting from 01st April 2023, in stock prices of a company based on last 6 months' period i.e. from Oct'22 to Mar'23. However the since there was no trading on 31st ...
0 votes
1 answer
138 views

I tried to write a wrapper for ets with which you can read and write structures in etc, question is: how to make id to be generated automatically defmodule StructTable do defstruct id: 0, ...
1 vote
0 answers
42 views

I like to work with the forecast package by R.Hyndman in R because it is excellent at finding good forecasting intervals. Unfortunately, I don't know how to increase its performance further when ...
Sanoj's user avatar
  • 300
1 vote
0 answers
138 views

I created custom reset_password controller which works well during manual testing. Then I decided to write tests. Then problems started to appear. I read that I should mock cache and according to ...
0 votes
1 answer
584 views

The code is as follows. library(fable) library(tsibble) library(dplyr) tourism_melb <- tourism %>% filter(Region == "Melbourne") tourism_melb %>% group_by(Purpose) %>% ...
TUSTLGC's user avatar
  • 117
0 votes
2 answers
93 views

I am trying to use the forecast() function in R on different ETS objects or NNTAR. I get the same error message everytime. ets_model <- ets(trainingdata) ets_forecast.pred <- forecast(ets_model,...
1 vote
1 answer
246 views

i have ETS table that have key values scheme like this: users = :ets.tab2list(:users) IO.inspect users # printing [ {"3eadd68495d", %UserType{ name: "John", id: "...
olddev's user avatar
  • 15
0 votes
1 answer
209 views

value = :ets.lookup(:table, key) So, in example above, when I use ets.lookup i receive a list with map that's contains a key and values. But i want to get values only. What should I do?
olddev's user avatar
  • 15
0 votes
1 answer
285 views

I'm currently working on a time-series project to forecast a cumulative variable 6 steps ahead. In my model selection process I'm trying to perform a rolling origin accuracy analysis for forecasts of ...
0 votes
0 answers
441 views

I use forecast.ets function in excel. I want learn what values alpha, beta, gamma parameters which are based on[0,1]

15 30 50 per page
1
2 3 4 5
...
11

AltStyle によって変換されたページ (->オリジナル) /