Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
56 views

I'm trying to use the marginaleffects library in R to get the estimates of a bunch of interaction effects from a bunch of different models. When I pass it an interaction that has a continuous ...
slammaster's user avatar
0 votes
0 answers
39 views

Very new to python! I am trying to model bottom water temperatures over time and need to reduce the resolution of my model from 1/20º to 1º. My ultimate goal is to map this and select specific grid ...
Alexis's user avatar
  • 1
1 vote
1 answer
77 views

I have two data frames (in R), one with some environmental data and one with the occurrences of some species. I want to find the closest points (lon,lat) of the environmental data frame WHICH HAS A ...
Emigdio Marin's user avatar
0 votes
1 answer
25 views

I am trying to run Hydroblocks model, for Kaledhon region, and i make sure that, all input data has properly set. But i am facing problems in pre-processing step steps itself. am trying again and ...
khushboo kumari's user avatar
3 votes
2 answers
65 views

I draftet UML state diagrams to represent the lifecycle of voyages, shipments, and vessels in a maritime logistics system. Before finalizing the model, I want to make sure it's valid according to UML ...
Nouira Firas's user avatar
2 votes
1 answer
80 views

I'm modeling shipment creation sequence diagram. User creates shipment request -> system checks container/voyage candidates (reference to generate candidates diagram). (1)If candidates exist -> ...
Nouira Firas's user avatar
1 vote
1 answer
79 views

Question Am I correct in using volumetric properties when simulating the heat diffusion equation with FiPy? Context I am solving the transient heat diffusion equation with an explicit source term. ...
Isaac Blanc's user avatar
0 votes
0 answers
24 views

Main error: PicklingError: Can't pickle <class 'neurolib.utils.parameterSpace.ParameterSpace'>: it's not the same object as neurolib.utils.parameterSpace.ParameterSpace Full error: Python ...
avezee's user avatar
  • 1
0 votes
0 answers
26 views

I'm currently trying to create a 6DOF fixed wing uav model inside simulink with this playlist. I created a plane model inside xflr5 and followed the steps inside the video for transferring to the ...
Ercan İnan's user avatar
3 votes
1 answer
44 views

Currently I am building an economic model in Python GEKKO: m = GEKKO() m.time = np.arange(0, 200, 1) #define the variables consumption = m.Var() tax = m.Var() ...
user29971580's user avatar
1 vote
1 answer
130 views

I attempted to download the current chelsa 2.1 climate variables using pastclim. However, I keep getting the error: Error: buildvrt: options error. terra, gdal, and pastclim are up-to-date. Is this ...
Garrett Gimbel's user avatar
0 votes
1 answer
68 views

I have created a dynamically updated table where the legnth of criteria in column AL changes. My problem is that the formula in column AN only extends as far as I have it pasted. Is there a way to get ...
user29643111's user avatar
0 votes
0 answers
10 views

I used an ERA5 database and data from a weather ground station. I want to estimate CO2 emission rates from known sources using a combination of weather station data, mobile CO2 sensors and databases ...
Medusa Medusa's user avatar
0 votes
0 answers
46 views

I've got a bit of a theoretical question surrounding DDD and aggregates. It really boils down to this: Yes, we all know that within an aggregate everything must stay consistent. But does that mean ...
JackG's user avatar
  • 73
0 votes
1 answer
122 views

I'm learning about DDD and am attempting to model a basic interaction between a user and a shopping cart, and am wondering if the following code is directly aligned with DDD principles, or if there is ...
JackG's user avatar
  • 73
0 votes
1 answer
58 views

I'm reproducing this paper and confused with the notation. There, z_{i} is a slack variable with single index. However, the definition of it: z_{i}: ith row vector in an m × N_{R} matrix of positive ...
dzdws's user avatar
  • 91
0 votes
0 answers
53 views

The code below runs SARIMAX to predict product demand by customer. First, the product types by customer are considered as a single combination, and then STL decomposition is performed on each ...
Hayaialaka's user avatar
1 vote
1 answer
60 views

Starting from the example Continuous space social distancing, I'm trying to create a model that involves merging each pair of nearby agents into an agent of a different type, with other properties. ...
Leonardo Castro's user avatar
0 votes
1 answer
137 views

I have following dataframe: > test_df sample pers expl resp 1 1 1 a 1 2 2 2 a 1 3 3 3 a 1 4 4 4 a 1 5 5 5 a 1 6 6 ...
Carpa's user avatar
  • 468
2 votes
1 answer
89 views

I'm, wondering if there is at least a name and/or a generic solution for the following problem: I have an object that has some properties. { "name": "Foo", "colour&...
koks der drache's user avatar
0 votes
1 answer
174 views

I'm conducting data exploration on lots of parameters (including multiple ways to summarize a parameter). I'm trying to prioritize variables for prediction onto test data. I'd like to use dredge to ...
Quinn's user avatar
  • 67
0 votes
1 answer
64 views

I need to set SUMO (Simulation of Urban Mobility) so that no action is taken when vehicle collisions occur. To do this, I need to change the --collision.action option, which by default has value "...
Li399's user avatar
  • 1
0 votes
1 answer
83 views

I'm assigning rooms to lessons in my schedule generator. My current model looks like this: @PlanningEntity class Lesson { ... @PlanningVariable(allowsUnassigned = true) Room room; Set&...
aioobe's user avatar
  • 423k
0 votes
1 answer
94 views

I am trying to build my library for hydraulic calculations. I have a problem with the pipe model. This is what my pipe model looks like: model pipe_v0 import Modelica.Units.SI; parameter SI.Area ...
Volodymyr S's user avatar
1 vote
1 answer
74 views

I would like to incoparate a rate that changes with times in a metapopulation model using code by B. Raynor. The code was originally published at https://rpubs.com/bhraynor/MetapopulationModel In the ...
ccc's user avatar
  • 37

1
2 3 4 5
41