Questions tagged [greybox]

29 questions
2
votes
1 answer

GreyBox: calling the popup from inside a function

In a php script, at certain point I need to show up a GreyBox popup:
Shreyas Achar
  • 1,407
  • 5
  • 36
  • 63
1
vote
1 answer

Calling greybox popup from a function giving error

As per the example given in stackoverflow I tried greybox popup, calling from a function based on a if condition in my php program. It gives an error like: Parse error: syntax error, unexpected '=' in /home/public_html/atst/dc-detail-qty.php on…
user1114409
  • 565
  • 3
  • 13
  • 26
0
votes
1 answer

Displaying the Popup box generated by Greybox on page load(onLoad)

I have the following html code : Launch It launches a popup generated with GREYBOX when I click on LAUNCH. but now I want this to happen automatically every time the…
The SWM
  • 3
  • 3
0
votes
0 answers

Rolling window forecast versus expanding window forecast in r

I am conducting rolling window forecast using Thailand inflation data for the periods between January 2003 and December 2014 where the length of the rolling forecast window is 36, the length of the out of sample forecast is 4 horizons and number…
0
votes
0 answers

MATLAB: How to get correct parameter values using greyest() function?

I'm using greyest() to find the correct parameter values of a transfer function. I have the input signal and the response of a Grey-Box dynamic system. Follows the code: tsample = in.t(2)-in.t(1); data = iddata(out.v,in.v,tsample); Rf = 600e6; Cf…
0
votes
0 answers

How to run my fuzzer under AFL implementation

I have a custom fuzzer which does not provide coverage (it is a black box). In order to to see the code coverage I would like to run it under AFL/AFL++ implementation. Is it possible? Could you recommend the paper, videos, chapters of books, etc.…
0
votes
0 answers

Average Mean w/ Forecast Horizon > 1 in R

I use the updated greybox package in R to forecast the consecutive 2 values (horizon=2) with a moving average scheme (See the first line of code below), where the window size is equal to 3. For example, the overall goal is to take the average of…
Econ
  • 31
  • 2
0
votes
1 answer

Error "object not found" when using "alm()" inside a function but not outside a function

I'm using the alm() function from the greybox package to fit a location and scale model. However, I get an error whenever I pass a variable to the formula = argument of alm(). This only happens inside functions. Outside functions it work. The error…
WiggyStardust
  • 182
  • 1
  • 10
1
2